diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2017-12-18 03:08:09 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2017-12-18 03:08:09 +0000 |
commit | 0304aa754de15e9fba3f8058cbf2629e99ab7d37 (patch) | |
tree | 39ea81cb2a37e795468db148bd768aff8e463229 | |
parent | 87715b9d73118bbabe1b57c8036a61f42cd6a35f (diff) | |
download | freebsd-ports-0304aa754de15e9fba3f8058cbf2629e99ab7d37.zip |
auto-admin: Update to 0.4.1
Add auto-clean-disk script and various minor fixes and enhancements
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D13523
-rw-r--r-- | sysutils/auto-admin/Makefile | 7 | ||||
-rw-r--r-- | sysutils/auto-admin/distinfo | 6 | ||||
-rw-r--r-- | sysutils/auto-admin/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index ba5eccd0ceee..118216a0b8cc 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -1,13 +1,12 @@ -# Created by: Jason Bacon <bacon4000@gmail.com> # $FreeBSD$ PORTNAME= auto-admin -PORTVERSION= 0.4.0 +DISTVERSION= 0.4.1 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ -MAINTAINER= bacon4000@gmail.com -COMMENT= Portable tools for automating system management +MAINTAINER= jwb@FreeBSD.org +COMMENT= Portable tools for automating systems management LICENSE= BSD2CLAUSE diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index 8198c7f89000..775e38506423 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503355101 -SHA256 (auto-admin-0.4.0.tar.xz) = 5c713164dcf1ec5da3c84b67ac94a21328195d91fd9683fbd7c5f82688703f38 -SIZE (auto-admin-0.4.0.tar.xz) = 54408 +TIMESTAMP = 1513105183 +SHA256 (auto-admin-0.4.1.tar.xz) = 674358a185ee428d897dcb14eac1e63e71a3707d7377f9cb01b7f9e95d9258b3 +SIZE (auto-admin-0.4.1.tar.xz) = 54748 diff --git a/sysutils/auto-admin/pkg-plist b/sysutils/auto-admin/pkg-plist index 78813c21266a..9e938200141f 100644 --- a/sysutils/auto-admin/pkg-plist +++ b/sysutils/auto-admin/pkg-plist @@ -12,6 +12,7 @@ man/man1/auto-change-group-gid.1.gz man/man1/auto-change-group-ownership.1.gz man/man1/auto-change-primary-group.1.gz man/man1/auto-change-uid.1.gz +man/man1/auto-clean-disk.1.gz man/man1/auto-clean-pkgsrc.1.gz man/man1/auto-clean-ports.1.gz man/man1/auto-clean-tmp.1.gz @@ -79,6 +80,7 @@ sbin/auto-change-group-gid sbin/auto-change-group-ownership sbin/auto-change-primary-group sbin/auto-change-uid +sbin/auto-clean-disk sbin/auto-clean-pkgsrc sbin/auto-clean-ports sbin/auto-clean-tmp |