svn commit: r533547 - head/sysutils/auto-admin
Jason W. Bacon
jwb at FreeBSD.org
Fri May 1 14:25:56 UTC 2020
Author: jwb
Date: Fri May 1 14:25:55 2020
New Revision: 533547
URL: https://svnweb.freebsd.org/changeset/ports/533547
Log:
sysutils/auto-admin: Upgrade to 0.6.2
New tools for keeping quarterly/head ports branch and pkg repo in sync
New tools for remote IPMI power-on and status
Add xf86-video-ati + no DRM option to auto-gpu-setup
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 Fri May 1 14:14:13 2020 (r533546)
+++ head/sysutils/auto-admin/Makefile Fri May 1 14:25:55 2020 (r533547)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= auto-admin
-DISTVERSION= 0.6.1
+DISTVERSION= 0.6.2
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://outpaddling.mooo.com/~bacon/Acadix/Ports/distfiles/
Modified: head/sysutils/auto-admin/distinfo
==============================================================================
--- head/sysutils/auto-admin/distinfo Fri May 1 14:14:13 2020 (r533546)
+++ head/sysutils/auto-admin/distinfo Fri May 1 14:25:55 2020 (r533547)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585528022
-SHA256 (auto-admin-0.6.1.tar.xz) = aba5cf9dd902a4019220b207e01f99d264fcd9b00e66e10194b284b741ff0a98
-SIZE (auto-admin-0.6.1.tar.xz) = 72144
+TIMESTAMP = 1588342252
+SHA256 (auto-admin-0.6.2.tar.xz) = ebfb76f128f10e9505de4cdea230d57f3aff3fa01c8fc5e797b5ff4ea72e9684
+SIZE (auto-admin-0.6.2.tar.xz) = 73200
Modified: head/sysutils/auto-admin/pkg-plist
==============================================================================
--- head/sysutils/auto-admin/pkg-plist Fri May 1 14:14:13 2020 (r533546)
+++ head/sysutils/auto-admin/pkg-plist Fri May 1 14:25:55 2020 (r533547)
@@ -20,6 +20,7 @@ sbin/auto-change-nfsd-count
sbin/auto-change-ownership
sbin/auto-change-primary-group
sbin/auto-change-uid
+sbin/auto-check-ports-branch
sbin/auto-clean-disk
sbin/auto-clean-pkgsrc
sbin/auto-clean-ports
@@ -58,6 +59,9 @@ sbin/auto-install-packages
sbin/auto-install-pkgsrc-tree
sbin/auto-ipfw-gateway-setup
sbin/auto-ipmi-install
+sbin/auto-ipmi-remote-access
+sbin/auto-ipmi-remote-power
+sbin/auto-ipmi-remote-status
sbin/auto-krb-auth-setup
sbin/auto-ldap-adduser
sbin/auto-ldap-client-setup
@@ -70,17 +74,20 @@ sbin/auto-nfs-add-share
sbin/auto-nfs-restart
sbin/auto-nfs-server-setup
sbin/auto-octet-to-hex
+sbin/auto-operator-check
sbin/auto-os-release
sbin/auto-ostype
sbin/auto-package-installed
sbin/auto-passwd-user-expiration
sbin/auto-password-status
+sbin/auto-pkg-branch
sbin/auto-pkg-latest
sbin/auto-pkgsrc-delete-all
sbin/auto-pkgsrc-dir
sbin/auto-pkgsrc-prefix
sbin/auto-pkgsrc-remote-x11
sbin/auto-pkgsrc-setup
+sbin/auto-ports-branch
sbin/auto-ports-checkout
sbin/auto-ports-setup
sbin/auto-print-make-variable
@@ -112,6 +119,7 @@ sbin/auto-update-system
sbin/auto-user-admin
sbin/auto-useradd
sbin/auto-using-pkgsrc
+sbin/auto-wheel-check
sbin/auto-wifi-failover
sbin/auto-xdm-toggle
%%DATADIR%%/ipfw-rules.sh
More information about the svn-ports-all
mailing list