diff options
-rw-r--r-- | sysutils/auto-admin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/auto-admin/distinfo | 5 | ||||
-rw-r--r-- | sysutils/auto-admin/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/auto-admin/pkg-plist | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index d20f1032bf78..cec21419c770 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= auto-admin -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= bacon4000@gmail.com -COMMENT= Tools for automating system management +COMMENT= Portable tools for system management automation LICENSE= BSD2CLAUSE diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index f4bf9b53cac5..5e4c78c37d22 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,2 +1,3 @@ -SHA256 (auto-admin-0.3.7.tar.xz) = 23a43c4384694e79dacb1af4889c42f6ae9763fb98bc41eb2a1626b167fe91a9 -SIZE (auto-admin-0.3.7.tar.xz) = 47804 +TIMESTAMP = 1474206123 +SHA256 (auto-admin-0.3.8.tar.xz) = 6c26bcb278c45372914c1870f5a1e3edafb2d88068ec78ec4907212d95bfbda8 +SIZE (auto-admin-0.3.8.tar.xz) = 48124 diff --git a/sysutils/auto-admin/pkg-descr b/sysutils/auto-admin/pkg-descr index e4793511a6f6..03142166d00f 100644 --- a/sysutils/auto-admin/pkg-descr +++ b/sysutils/auto-admin/pkg-descr @@ -1,5 +1,6 @@ Auto-admin is a set of tools for automating common systems management tasks from the command line. It is meant as a library of scripts to be used by -more specific automated systems management scripts. +more specific automated systems management scripts. It is also intended to +serve as a compatibility layer to ease management of multiple POSIX platforms. WWW: http://acadix.biz/auto-admin.php diff --git a/sysutils/auto-admin/pkg-plist b/sysutils/auto-admin/pkg-plist index b40a88172d65..70d59f06f2f1 100644 --- a/sysutils/auto-admin/pkg-plist +++ b/sysutils/auto-admin/pkg-plist @@ -44,6 +44,7 @@ man/man1/auto-restore-pw.1.gz man/man1/auto-service-enabled.1.gz man/man1/auto-set-suspend-mode.1.gz man/man1/auto-set-sysctl.1.gz +man/man1/auto-set-umask.1.gz man/man1/auto-ssh-authorize.1.gz man/man1/auto-ssh-reverse-authorize.1.gz man/man1/auto-update-port-framework.1.gz @@ -99,6 +100,7 @@ sbin/auto-restore-pw sbin/auto-service-enabled sbin/auto-set-suspend-mode sbin/auto-set-sysctl +sbin/auto-set-umask sbin/auto-ssh-authorize sbin/auto-ssh-reverse-authorize sbin/auto-update-port-framework |