Bug 181380 - Maintainer update: sysutils/auto-admin
Summary: Maintainer update: sysutils/auto-admin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-18 17:50 UTC by Jason W. Bacon
Modified: 2013-08-19 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.02 KB, patch)
2013-08-18 17:50 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2013-08-18 17:50:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-08-19 07:32:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-19 09:55:28 UTC
Author: culot
Date: Mon Aug 19 08:55:18 2013
New Revision: 324965
URL: http://svnweb.freebsd.org/changeset/ports/324965

Log:
  - Update to 0.3.2
  
  PR:		ports/181380
  Submitted by:	Jason Bacon <jwbacon@tds.net> (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	Mon Aug 19 08:53:43 2013	(r324964)
+++ head/sysutils/auto-admin/Makefile	Mon Aug 19 08:55:18 2013	(r324965)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 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 @@ MAN1=		auto-admin.1 \
 		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 @@ MAN1=		auto-admin.1 \
 		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
 

Modified: head/sysutils/auto-admin/distinfo
==============================================================================
--- head/sysutils/auto-admin/distinfo	Mon Aug 19 08:53:43 2013	(r324964)
+++ head/sysutils/auto-admin/distinfo	Mon Aug 19 08:55:18 2013	(r324965)
@@ -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

Modified: head/sysutils/auto-admin/pkg-plist
==============================================================================
--- head/sysutils/auto-admin/pkg-plist	Mon Aug 19 08:53:43 2013	(r324964)
+++ head/sysutils/auto-admin/pkg-plist	Mon Aug 19 08:55:18 2013	(r324965)
@@ -2,13 +2,16 @@ sbin/auto-amd-nfs-setup
 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-print-make-variable
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-08-19 09:55:30 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!