Date: Sat, 24 Sep 2016 14:16:14 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422723 - head/sysutils/auto-admin Message-ID: <201609241416.u8OEGEw3012602@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Sat Sep 24 14:16:14 2016 New Revision: 422723 URL: https://svnweb.freebsd.org/changeset/ports/422723 Log: sysutils/auto-admin: update 0.3.7 -> 0.3.8 * Adjust COMMENT * Adjust pkg-descr PR: 212796 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) Modified: head/sysutils/auto-admin/Makefile head/sysutils/auto-admin/distinfo head/sysutils/auto-admin/pkg-descr head/sysutils/auto-admin/pkg-plist Modified: head/sysutils/auto-admin/Makefile ============================================================================== --- head/sysutils/auto-admin/Makefile Sat Sep 24 14:08:48 2016 (r422722) +++ head/sysutils/auto-admin/Makefile Sat Sep 24 14:16:14 2016 (r422723) @@ -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 Modified: head/sysutils/auto-admin/distinfo ============================================================================== --- head/sysutils/auto-admin/distinfo Sat Sep 24 14:08:48 2016 (r422722) +++ head/sysutils/auto-admin/distinfo Sat Sep 24 14:16:14 2016 (r422723) @@ -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 Modified: head/sysutils/auto-admin/pkg-descr ============================================================================== --- head/sysutils/auto-admin/pkg-descr Sat Sep 24 14:08:48 2016 (r422722) +++ head/sysutils/auto-admin/pkg-descr Sat Sep 24 14:16:14 2016 (r422723) @@ -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 Modified: head/sysutils/auto-admin/pkg-plist ============================================================================== --- head/sysutils/auto-admin/pkg-plist Sat Sep 24 14:08:48 2016 (r422722) +++ head/sysutils/auto-admin/pkg-plist Sat Sep 24 14:16:14 2016 (r422723) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241416.u8OEGEw3012602>