Commit Graph

2881 Commits

Author SHA1 Message Date
brad
ef11d673ff Update to coreutils 8.21.
ok sthen@
2013-04-26 16:19:24 +00:00
jasper
6dbbb66ddb - ensure the directory for external facts is created
ok robert@ aja@
2013-04-26 14:13:12 +00:00
ajacoutot
0cba63cb23 Drop puppet releated ports I maintain and give them to jasper@ 2013-04-26 12:46:06 +00:00
robert
85d367c457 update to 1.7.0 2013-04-26 12:15:55 +00:00
jturner
89645eee99 Update entr to 1.9. MAINTAINER had similar diff.
ok sthen@
2013-04-23 23:04:45 +00:00
jasper
da5c2a3d92 sync 2013-04-22 06:48:58 +00:00
jasper
d7c210b6e8 import gitolite 3.5.1
Gitolite is an access control layer on top of git.
Here are the features that most people see:

* Use a single unix user ("real" user) on the server.
* Provide access to many gitolite users.
* Control access to many git repositories.

ok aja@
2013-04-22 06:48:25 +00:00
ajacoutot
0ec5b5dc8e Update to accountsservice-0.6.31. 2013-04-19 17:05:32 +00:00
benoit
280709c120 - update cyphertite to 1.5.3
from David Hill (maintainer)
2013-04-19 05:16:58 +00:00
mglocker
8f5c76d917 Fix broken compile after the usb 'typedef struct' commit.
Reported and ok naddy@
2013-04-17 04:42:32 +00:00
jasper
f18f86b9a0 adjust the uid puppet looks at to determine if a user is a "system user" to 1000.
this then gets used to purge all non-system users, whether this is a good idea is
left as an exercise to the user.

ok aja@ (MAINTAINER)
2013-04-16 13:25:52 +00:00
ajacoutot
e6d8ee2eba Bump after py-gobject3 change. 2013-04-16 10:21:58 +00:00
jasper
fa62f8e71b tyop 2013-04-15 20:51:50 +00:00
jasper
412bdcec9d allow parsing of hostname.if(5) files. 2013-04-15 20:31:22 +00:00
jasper
4c27b14ba8 fix setting sysctl values as the Simplevars.entry was used it inserted a
space between the key and value. but sysctl(8) doesn't like this, so use
a custom entry type instead.
2013-04-15 19:38:34 +00:00
ajacoutot
674a120d87 Remove fdatasync(2) patch. 2013-04-15 16:50:14 +00:00
jasper
e5f82867e4 add ruby-augeas to the watchlist
ok aja@
2013-04-15 08:08:09 +00:00
jasper
81c9bf3075 build ruby18 flavor of ruby-augeas, so it'll work with puppet 2013-04-15 08:04:46 +00:00
ajacoutot
ee32ff12e2 Update to bacula-5.2.13.
ok sthen@
2013-04-12 10:39:04 +00:00
benoit
82b248f142 - update dfc to 3.0.2
- update patches and MASTER_SITES

ok sthen@
2013-04-12 10:22:32 +00:00
okan
3939168eab maintenance update to 2.7.1
ok ajacoutot
2013-04-10 14:14:37 +00:00
ajacoutot
09854892b9 Fix build with gtkmm>=2.24.3.
reported by nigel@
2013-04-08 14:36:23 +00:00
jasper
8b0159cc91 update to p5-Sys-Virt-1.0.3 2013-04-07 19:14:46 +00:00
sthen
46de97c13e switch MASTER_SITES to a mirror; spotted by rpe@ 2013-04-06 19:02:07 +00:00
rpe
7816b9f897 update ansible to 1.1
ok aja@
2013-04-06 09:40:02 +00:00
ajacoutot
37cbe50d44 Remove /var/db/upower/history-* at @extraunexec time.
ok landry@ (maintainer)
2013-04-06 08:48:50 +00:00
ajacoutot
58e37b7e76 Fix sed(1) usage in pam-foreground-compat.ck. 2013-04-05 06:59:11 +00:00
jasper
c13d947462 - update to libvirt-1.0.4 2013-04-03 06:37:10 +00:00
ajacoutot
b0d49ad9cd Update to deja-dup-26.0. 2013-03-30 19:11:06 +00:00
ajacoutot
1aec0a5aae -notification-daemon 2013-03-30 14:57:41 +00:00
ajacoutot
013d3cf39a Remove the gnome notification-daemon; it's been unmaintained for years and
nothing needs it anymore.
2013-03-30 14:57:24 +00:00
ajacoutot
4629408c6c polkit(8) mostly always requires consolekit; unfortunately the dependency
cannot be added to polkit itself since it would create a cyclic dep; so we
add it to ports depending on polkit.

ok landry@ (maintainer)
2013-03-30 14:53:53 +00:00
ajacoutot
ac9d8dd7a4 Anything that uses polkit should really RUN_DEPENDS on consolekit;
otherwise we have no way to know the active session.

discussed/agreed with jasper@
2013-03-30 13:03:45 +00:00
ajacoutot
ca2e27d553 Drop useless readme. 2013-03-30 12:20:28 +00:00
ajacoutot
dab4fa84a4 Update to upower-0.9.20.
ok landry@ (maintainer)
2013-03-29 12:41:26 +00:00
ajacoutot
34b1541178 -backintime 2013-03-27 08:49:46 +00:00
ajacoutot
808c487471 Remove backintime; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.

ok jasper@
2013-03-27 08:49:27 +00:00
ajacoutot
7504dd69fa g_thread_init is deprecated and will be removed in the next glib2 version
which I am currently working on.
While here, regen WANTLIB and merge PLISTs.

ok landry@ (maintainer)
2013-03-27 07:23:45 +00:00
ajacoutot
c43925dc7a Update to ruby-facter-1.6.18. 2013-03-25 07:57:00 +00:00
sthen
598ff33384 don't test wchan before printing wmesg, this can now only be done as root.
adapted from a base top(1) diff from tedu, ok lum@
2013-03-23 13:44:54 +00:00
naddy
e10e2d7bd7 sync with OPENBSD_5_3 2013-03-22 22:52:16 +00:00
giovanni
5e9390ccc3 Bugfix update to 6.1
move examples where they belong
macppc test by Jan Stary, thanks
2013-03-22 17:55:42 +00:00
gonzalo
535c507a67 Update for gource to 0.39:
* New dep devel/boost
* New dep graphics/glm (thanks sthen@)
* GROFF is not needed
* And others on homepage.

The patch for 'configure' is just for this release, because is fixed on
git, so the next relase we can tedu that.

Ok benoit@ bentley@
2013-03-22 15:13:07 +00:00
benoit
e7563b8ea0 - update p5-Proc-ProcessTable to 0.47
- remove USE_GROFF

ok william@ (maintainer)
2013-03-22 14:21:49 +00:00
benoit
e20d52a6e3 - update radmind to 1.14.1
- regen patches

ok william@ (maintainer)
2013-03-22 13:46:32 +00:00
benoit
fc06e7bff1 - update hotplug-diskmount to 0.8
from Alexey Vatchenko (maintainer)
2013-03-22 13:20:36 +00:00
jasper
21c224ad3d - update to p5-Puppet-Tidy-0.3.2 2013-03-21 15:47:46 +00:00
ajacoutot
f4a34124d1 Take MAINTAINER.
suggested by and ok merdely@ (current maintainer)
ok sthen@
2013-03-21 15:04:18 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
jeremy
ac78ad4e83 Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.

Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.

OK ajacoutot@
2013-03-20 19:13:50 +00:00