From owner-svn-ports-head@FreeBSD.ORG Tue Jul 17 18:14:23 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9263106566C; Tue, 17 Jul 2012 18:14:23 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BAF2C8FC15; Tue, 17 Jul 2012 18:14:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6HIENsn079509; Tue, 17 Jul 2012 18:14:23 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6HIENRi079505; Tue, 17 Jul 2012 18:14:23 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201207171814.q6HIENRi079505@svn.freebsd.org> From: Frederic Culot Date: Tue, 17 Jul 2012 18:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301019 - head/sysutils/auto-admin X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 17 Jul 2012 18:14:24 -0000 Author: culot Date: Tue Jul 17 18:14:22 2012 New Revision: 301019 URL: http://svn.freebsd.org/changeset/ports/301019 Log: - Update to 0.2 PR: ports/169939 Submitted by: Jason Bacon (maintainer) Modified: head/sysutils/auto-admin/Makefile head/sysutils/auto-admin/distinfo head/sysutils/auto-admin/pkg-plist Modified: head/sysutils/auto-admin/Makefile ============================================================================== --- head/sysutils/auto-admin/Makefile Tue Jul 17 18:01:34 2012 (r301018) +++ head/sysutils/auto-admin/Makefile Tue Jul 17 18:14:22 2012 (r301019) @@ -6,10 +6,10 @@ # PORTNAME= auto-admin -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= sysutils -MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ - http://acadix.biz/Ports/distfiles/ +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Tools for automating system management @@ -17,11 +17,16 @@ COMMENT= Tools for automating system man NO_BUILD= yes MAN1= auto-admin.1 \ + auto-amd-nfs-setup.1 \ + auto-amd-local-setup.1 \ auto-append-line.1 \ auto-ask.1 \ auto-clean-ports.1 \ auto-disable-service.1 \ + auto-enable-compat32.1 \ + auto-enable-passwdqc.1 \ auto-enable-service.1 \ + auto-set-suspend-on-lid.1 \ auto-fastest-mirror.1 \ auto-install-packages.1 \ auto-ipfw-gateway-setup.1 \ Modified: head/sysutils/auto-admin/distinfo ============================================================================== --- head/sysutils/auto-admin/distinfo Tue Jul 17 18:01:34 2012 (r301018) +++ head/sysutils/auto-admin/distinfo Tue Jul 17 18:14:22 2012 (r301019) @@ -1,2 +1,2 @@ -SHA256 (auto-admin-0.1.tar.gz) = 30c076203bb8936b8cc96aa7a9ba1d8127b854c016156bd0909cef5223c89f5e -SIZE (auto-admin-0.1.tar.gz) = 9478 +SHA256 (auto-admin-0.2.tar.gz) = c2c91ad4c5a6e256fe6690b15a5bb527dd4ad9663c50b62c4746160378876b32 +SIZE (auto-admin-0.2.tar.gz) = 11459 Modified: head/sysutils/auto-admin/pkg-plist ============================================================================== --- head/sysutils/auto-admin/pkg-plist Tue Jul 17 18:01:34 2012 (r301018) +++ head/sysutils/auto-admin/pkg-plist Tue Jul 17 18:14:22 2012 (r301019) @@ -1,7 +1,11 @@ +sbin/auto-amd-local-setup +sbin/auto-amd-nfs-setup sbin/auto-append-line sbin/auto-ask sbin/auto-clean-ports sbin/auto-disable-service +sbin/auto-enable-compat32 +sbin/auto-enable-passwdqc sbin/auto-enable-service sbin/auto-fastest-mirror sbin/auto-install-packages @@ -11,6 +15,7 @@ sbin/auto-ldap-client-setup sbin/auto-package-installed sbin/auto-replace-file sbin/auto-service-enabled +sbin/auto-set-suspend-on-lid sbin/auto-update-port-framework sbin/auto-update-xorg.conf sbin/auto-xdm-toggle