diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-08-19 08:55:18 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-08-19 08:55:18 +0000 |
commit | 9684f0bdea643b85da3dd2c3c94541d690e8186f (patch) | |
tree | 40b5601ed96e218a460b665a8ef105ded9294d58 /sysutils | |
parent | b1d420c865e3177e1483a15f0077370788d13731 (diff) | |
download | ports-9684f0bdea643b85da3dd2c3c94541d690e8186f.tar.gz ports-9684f0bdea643b85da3dd2c3c94541d690e8186f.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/auto-admin/Makefile | 6 | ||||
-rw-r--r-- | sysutils/auto-admin/distinfo | 4 | ||||
-rw-r--r-- | sysutils/auto-admin/pkg-plist | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index ffe5318fee0b..7c99afff0ea8 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= auto-admin -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -17,9 +17,11 @@ MAN1= auto-admin.1 \ auto-append-line.1 \ auto-ask.1 \ auto-clean-ports.1 \ + auto-config-snd-driver.1 \ auto-db-dir.1 \ auto-disable-service.1 \ auto-enable-compat32.1 \ + auto-enable-hal-mount.1 \ auto-enable-passwdqc.1 \ auto-enable-procfs.1 \ auto-enable-service.1 \ @@ -34,7 +36,7 @@ MAN1= auto-admin.1 \ auto-print-make-variable.1 \ auto-replace-file.1 \ auto-service-enabled.1 \ - auto-update-port-framework.1 \ + auto-insert-line.1 \ auto-update-xorg.conf.1 \ auto-xdm-toggle.1 diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index a43e579ad189..1705e877c08e 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,2 +1,2 @@ -SHA256 (auto-admin-0.3.1.tar.gz) = 2ce68653d2dd21ebcd276e6ddc86e5c2f9b61524e9755b417681bf4239789867 -SIZE (auto-admin-0.3.1.tar.gz) = 18649 +SHA256 (auto-admin-0.3.2.tar.gz) = 3c9931d452c0d61e1071bfdac1eb9485a5b9b241b9179f7b59f36204897ed30c +SIZE (auto-admin-0.3.2.tar.gz) = 20893 diff --git a/sysutils/auto-admin/pkg-plist b/sysutils/auto-admin/pkg-plist index fcd40a72f608..28f262a80486 100644 --- a/sysutils/auto-admin/pkg-plist +++ b/sysutils/auto-admin/pkg-plist @@ -2,13 +2,16 @@ sbin/auto-amd-nfs-setup sbin/auto-append-line sbin/auto-ask sbin/auto-clean-ports +sbin/auto-config-snd-driver sbin/auto-db-dir sbin/auto-disable-service sbin/auto-enable-compat32 +sbin/auto-enable-hal-mount sbin/auto-enable-passwdqc sbin/auto-enable-procfs sbin/auto-enable-service sbin/auto-fastest-mirror +sbin/auto-insert-line sbin/auto-install-packages sbin/auto-ipfw-gateway-setup sbin/auto-kdm3-toggle @@ -19,7 +22,6 @@ sbin/auto-print-make-variable sbin/auto-replace-file sbin/auto-service-enabled sbin/auto-set-suspend-mode -sbin/auto-update-port-framework sbin/auto-update-xorg.conf sbin/auto-xdm-toggle %%DATADIR%%/ipfw-rules.sh |