svn commit: r409040 - head/sysutils/auto-admin

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Feb 17 12:19:49 UTC 2016


Author: rakuco
Date: Wed Feb 17 12:19:47 2016
New Revision: 409040
URL: https://svnweb.freebsd.org/changeset/ports/409040

Log:
  Update to 0.3.6.
  
  Numerous new support scripts for sysutils/desktop-installer and
  sysutils/cluster-admin (to be committed).
  
  Other bug fixes and minor enhancements.
  
  PR:		206797
  Submitted by:	Jason Bacon <bacon4000 at gmail.com> (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	Wed Feb 17 12:13:30 2016	(r409039)
+++ head/sysutils/auto-admin/Makefile	Wed Feb 17 12:19:47 2016	(r409040)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	auto-admin
-PORTVERSION=	0.3.5
+PORTVERSION=	0.3.6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/
 

Modified: head/sysutils/auto-admin/distinfo
==============================================================================
--- head/sysutils/auto-admin/distinfo	Wed Feb 17 12:13:30 2016	(r409039)
+++ head/sysutils/auto-admin/distinfo	Wed Feb 17 12:19:47 2016	(r409040)
@@ -1,2 +1,2 @@
-SHA256 (auto-admin-0.3.5.tar.xz) = 5ed8d3385eb37df9661246f95d98d3f101423f62c9f1ff76c2d693e1c1fd8a3e
-SIZE (auto-admin-0.3.5.tar.xz) = 44820
+SHA256 (auto-admin-0.3.6.tar.xz) = 7ce056f3b538361f72e05d39a7978b206d634ac98865724594bf46964b0ba794
+SIZE (auto-admin-0.3.6.tar.xz) = 46156

Modified: head/sysutils/auto-admin/pkg-plist
==============================================================================
--- head/sysutils/auto-admin/pkg-plist	Wed Feb 17 12:13:30 2016	(r409039)
+++ head/sysutils/auto-admin/pkg-plist	Wed Feb 17 12:19:47 2016	(r409040)
@@ -1,3 +1,4 @@
+man/man1/auto-add-fdesc-mount.1.gz
 man/man1/auto-admin.1.gz
 man/man1/auto-amd-nfs-setup.1.gz
 man/man1/auto-append-line.1.gz
@@ -25,8 +26,12 @@ man/man1/auto-ipfw-gateway-setup.1.gz
 man/man1/auto-kdm3-toggle.1.gz
 man/man1/auto-ldap-adduser.1.gz
 man/man1/auto-ldap-client-setup.1.gz
+man/man1/auto-mount-any.1.gz
+man/man1/auto-ostype.1.gz
 man/man1/auto-package-installed.1.gz
+man/man1/auto-pkgsrc-add-license.1.gz
 man/man1/auto-pkgsrc-setup.1.gz
+man/man1/auto-pkgsrc-wip-checkout.1.gz
 man/man1/auto-print-make-variable.1.gz
 man/man1/auto-pxe-installer-setup.1.gz
 man/man1/auto-pxe-node-discover.1.gz
@@ -35,11 +40,14 @@ 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-ssh-authorize.1.gz
+man/man1/auto-ssh-reverse-authorize.1.gz
 man/man1/auto-update-port-framework.1.gz
 man/man1/auto-update-system.1.gz
 man/man1/auto-update-xorg.conf.1.gz
 man/man1/auto-using-pkgng.1.gz
+man/man1/auto-wifi-failover.1.gz
 man/man1/auto-xdm-toggle.1.gz
+sbin/auto-add-fdesc-mount
 sbin/auto-amd-nfs-setup
 sbin/auto-append-line
 sbin/auto-ask
@@ -66,8 +74,12 @@ sbin/auto-ipfw-gateway-setup
 sbin/auto-kdm3-toggle
 sbin/auto-ldap-adduser
 sbin/auto-ldap-client-setup
+sbin/auto-mount-any
+sbin/auto-ostype
 sbin/auto-package-installed
+sbin/auto-pkgsrc-add-license
 sbin/auto-pkgsrc-setup
+sbin/auto-pkgsrc-wip-checkout
 sbin/auto-print-make-variable
 sbin/auto-pxe-installer-setup
 sbin/auto-pxe-node-discover
@@ -76,9 +88,11 @@ sbin/auto-restore-pw
 sbin/auto-service-enabled
 sbin/auto-set-suspend-mode
 sbin/auto-ssh-authorize
+sbin/auto-ssh-reverse-authorize
 sbin/auto-update-port-framework
 sbin/auto-update-system
 sbin/auto-update-xorg.conf
 sbin/auto-using-pkgng
+sbin/auto-wifi-failover
 sbin/auto-xdm-toggle
 %%DATADIR%%/ipfw-rules.sh


More information about the svn-ports-all mailing list