From owner-svn-ports-head@freebsd.org Sat Sep 24 14:16:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC0FDBE63C3; Sat, 24 Sep 2016 14:16:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9ADDAC; Sat, 24 Sep 2016 14:16:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8OEGEXm012606; Sat, 24 Sep 2016 14:16:14 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8OEGEw3012602; Sat, 24 Sep 2016 14:16:14 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201609241416.u8OEGEw3012602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 24 Sep 2016 14:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422723 - head/sysutils/auto-admin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 14:16:16 -0000 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 (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