diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2017-02-19 16:20:06 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2017-02-19 16:20:06 +0000 |
commit | 3a20c376569ee05c53f82145664e818c1caea3a0 (patch) | |
tree | dddfdfb42a2c4a40785d49a2a4110371aad8e15f /sysutils/auto-admin | |
parent | 514d9ac6479e9076cd9ba72b5f8285d1b133156b (diff) | |
download | ports-3a20c376569ee05c53f82145664e818c1caea3a0.tar.gz ports-3a20c376569ee05c53f82145664e818c1caea3a0.zip |
Notes
Diffstat (limited to 'sysutils/auto-admin')
-rw-r--r-- | sysutils/auto-admin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/auto-admin/distinfo | 6 | ||||
-rw-r--r-- | sysutils/auto-admin/pkg-plist | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index cec21419c770..2b22de517e5c 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= auto-admin -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= bacon4000@gmail.com -COMMENT= Portable tools for system management automation +COMMENT= Portable tools for automating system management LICENSE= BSD2CLAUSE diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index 5e4c78c37d22..c49691fa8aeb 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474206123 -SHA256 (auto-admin-0.3.8.tar.xz) = 6c26bcb278c45372914c1870f5a1e3edafb2d88068ec78ec4907212d95bfbda8 -SIZE (auto-admin-0.3.8.tar.xz) = 48124 +TIMESTAMP = 1487222127 +SHA256 (auto-admin-0.3.9.tar.xz) = 2659c1b8d9a6ba5c54b82e941c76f1c879a2068994a1828ec6a259b2c843b934 +SIZE (auto-admin-0.3.9.tar.xz) = 49644 diff --git a/sysutils/auto-admin/pkg-plist b/sysutils/auto-admin/pkg-plist index 70d59f06f2f1..af98371ebb0d 100644 --- a/sysutils/auto-admin/pkg-plist +++ b/sysutils/auto-admin/pkg-plist @@ -13,6 +13,7 @@ man/man1/auto-config-snd-driver.1.gz man/man1/auto-db-dir.1.gz man/man1/auto-denyhosts-remove-ip.1.gz man/man1/auto-denyhosts-setup.1.gz +man/man1/auto-detect-intel-gpu.1.gz man/man1/auto-disable-service.1.gz man/man1/auto-disable-tcp-timestamps.1.gz man/man1/auto-enable-autologout.1.gz @@ -36,11 +37,13 @@ man/man1/auto-package-installed.1.gz man/man1/auto-pkgsrc-add-license.1.gz man/man1/auto-pkgsrc-setup.1.gz man/man1/auto-pkgsrc-wip-checkout.1.gz +man/man1/auto-ports-checkout.1.gz man/man1/auto-print-make-variable.1.gz man/man1/auto-pxe-installer-setup.1.gz man/man1/auto-pxe-node-discover.1.gz man/man1/auto-replace-file.1.gz man/man1/auto-restore-pw.1.gz +man/man1/auto-restore-user.1.gz man/man1/auto-service-enabled.1.gz man/man1/auto-set-suspend-mode.1.gz man/man1/auto-set-sysctl.1.gz @@ -69,6 +72,7 @@ sbin/auto-config-snd-driver sbin/auto-db-dir sbin/auto-denyhosts-remove-ip sbin/auto-denyhosts-setup +sbin/auto-detect-intel-gpu sbin/auto-disable-service sbin/auto-disable-tcp-timestamps sbin/auto-enable-autologout @@ -92,11 +96,13 @@ sbin/auto-package-installed sbin/auto-pkgsrc-add-license sbin/auto-pkgsrc-setup sbin/auto-pkgsrc-wip-checkout +sbin/auto-ports-checkout sbin/auto-print-make-variable sbin/auto-pxe-installer-setup sbin/auto-pxe-node-discover sbin/auto-replace-file sbin/auto-restore-pw +sbin/auto-restore-user sbin/auto-service-enabled sbin/auto-set-suspend-mode sbin/auto-set-sysctl |