From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 18 16:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A257B9B3 for ; Sun, 18 Aug 2013 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FDBD2FD6 for ; Sun, 18 Aug 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7IGo0oK065868 for ; Sun, 18 Aug 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7IGo0VD065867; Sun, 18 Aug 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 18 Aug 2013 16:50:00 GMT Resent-Message-Id: <201308181650.r7IGo0VD065867@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B368E901 for ; Sun, 18 Aug 2013 16:48:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0A942FBA for ; Sun, 18 Aug 2013 16:48:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7IGmIlv085626 for ; Sun, 18 Aug 2013 16:48:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7IGmIRH085623; Sun, 18 Aug 2013 16:48:18 GMT (envelope-from nobody) Message-Id: <201308181648.r7IGmIRH085623@oldred.freebsd.org> Date: Sun, 18 Aug 2013 16:48:18 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181380: Maintainer update: sysutils/auto-admin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 16:50:00 -0000 >Number: 181380 >Category: ports >Synopsis: Maintainer update: sysutils/auto-admin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 18 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 8.3-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add: auto-config-snd-driver auto-enable-hal-mount auto-insert-line Remove: auto-update-port-framework Tested on 8.3-RELEASE, 8.4-RELEASE, 9.1-RELEASE. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /home/bacon/snap-ports/sysutils/auto-admin/Makefile /usr/wip/sysutils/auto-admin/Makefile --- /home/bacon/snap-ports/sysutils/auto-admin/Makefile 2013-04-19 06:45:55.000000000 -0500 +++ /usr/wip/sysutils/auto-admin/Makefile 2013-08-18 11:41:49.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/auto-admin/Makefile 316097 2013-04-19 11:45:55Z madpilot $ PORTNAME= auto-admin -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -17,9 +17,11 @@ auto-append-line.1 \ auto-ask.1 \ auto-clean-ports.1 \ + auto-config-snd-driver.1 \ auto-db-dir.1 \ auto-disable-service.1 \ auto-enable-compat32.1 \ + auto-enable-hal-mount.1 \ auto-enable-passwdqc.1 \ auto-enable-procfs.1 \ auto-enable-service.1 \ @@ -34,7 +36,7 @@ auto-print-make-variable.1 \ auto-replace-file.1 \ auto-service-enabled.1 \ - auto-update-port-framework.1 \ + auto-insert-line.1 \ auto-update-xorg.conf.1 \ auto-xdm-toggle.1 diff -ruN --exclude=CVS /home/bacon/snap-ports/sysutils/auto-admin/distinfo /usr/wip/sysutils/auto-admin/distinfo --- /home/bacon/snap-ports/sysutils/auto-admin/distinfo 2013-04-19 06:45:55.000000000 -0500 +++ /usr/wip/sysutils/auto-admin/distinfo 2013-08-18 11:12:11.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (auto-admin-0.3.1.tar.gz) = 2ce68653d2dd21ebcd276e6ddc86e5c2f9b61524e9755b417681bf4239789867 -SIZE (auto-admin-0.3.1.tar.gz) = 18649 +SHA256 (auto-admin-0.3.2.tar.gz) = 3c9931d452c0d61e1071bfdac1eb9485a5b9b241b9179f7b59f36204897ed30c +SIZE (auto-admin-0.3.2.tar.gz) = 20893 diff -ruN --exclude=CVS /home/bacon/snap-ports/sysutils/auto-admin/pkg-descr /usr/wip/sysutils/auto-admin/pkg-descr --- /home/bacon/snap-ports/sysutils/auto-admin/pkg-descr 2013-04-19 06:45:55.000000000 -0500 +++ /usr/wip/sysutils/auto-admin/pkg-descr 2013-04-24 21:04:30.000000000 -0500 @@ -2,4 +2,4 @@ from the command line. It is meant as a library of scripts to be used by more specific automated systems management scripts. -WWW: http://acadix.biz/auto-admin.php +WWW: http://acadix.biz/auto-admin.php diff -ruN --exclude=CVS /home/bacon/snap-ports/sysutils/auto-admin/pkg-plist /usr/wip/sysutils/auto-admin/pkg-plist --- /home/bacon/snap-ports/sysutils/auto-admin/pkg-plist 2013-04-19 06:45:55.000000000 -0500 +++ /usr/wip/sysutils/auto-admin/pkg-plist 2013-08-18 11:12:15.000000000 -0500 @@ -2,13 +2,16 @@ sbin/auto-append-line sbin/auto-ask sbin/auto-clean-ports +sbin/auto-config-snd-driver sbin/auto-db-dir sbin/auto-disable-service sbin/auto-enable-compat32 +sbin/auto-enable-hal-mount sbin/auto-enable-passwdqc sbin/auto-enable-procfs sbin/auto-enable-service sbin/auto-fastest-mirror +sbin/auto-insert-line sbin/auto-install-packages sbin/auto-ipfw-gateway-setup sbin/auto-kdm3-toggle @@ -19,7 +22,6 @@ sbin/auto-replace-file sbin/auto-service-enabled sbin/auto-set-suspend-mode -sbin/auto-update-port-framework sbin/auto-update-xorg.conf sbin/auto-xdm-toggle %%DATADIR%%/ipfw-rules.sh >Release-Note: >Audit-Trail: >Unformatted: