svn commit: r523233 - head/sysutils/auto-admin
Jason W. Bacon
jwb at FreeBSD.org
Thu Jan 16 14:05:34 UTC 2020
Author: jwb
Date: Thu Jan 16 14:05:33 2020
New Revision: 523233
URL: https://svnweb.freebsd.org/changeset/ports/523233
Log:
sysutils/autoadmin: Upgrade to 0.5.0
Numerous new scripts supporting external media, NFS, pkgsrc, etc
All scripts now install on all platforms for consistent plist
Several bug fixes and dead code removal
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 Thu Jan 16 13:59:09 2020 (r523232)
+++ head/sysutils/auto-admin/Makefile Thu Jan 16 14:05:33 2020 (r523233)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= auto-admin
-DISTVERSION= 0.4.9
+DISTVERSION= 0.5.0
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://outpaddling.mooo.com/~bacon/Acadix/Ports/distfiles/
@@ -18,8 +18,7 @@ NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/Common/Scripts/* ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/Scripts/* ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
${STAGEDIR}${MANPREFIX}/man/man1/auto-admin.1
Modified: head/sysutils/auto-admin/distinfo
==============================================================================
--- head/sysutils/auto-admin/distinfo Thu Jan 16 13:59:09 2020 (r523232)
+++ head/sysutils/auto-admin/distinfo Thu Jan 16 14:05:33 2020 (r523233)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574531370
-SHA256 (auto-admin-0.4.9.tar.xz) = 9b58c601ffc1653d1e384370f989de5da21707bcc768221d4c73e28856e17e5e
-SIZE (auto-admin-0.4.9.tar.xz) = 68080
+TIMESTAMP = 1579120045
+SHA256 (auto-admin-0.5.0.tar.xz) = b6b6f0dc3c17a805033d5c801f87d81f0da65ac4c7cfe60ff5c1ac58b83a0d8c
+SIZE (auto-admin-0.5.0.tar.xz) = 68832
Modified: head/sysutils/auto-admin/pkg-plist
==============================================================================
--- head/sysutils/auto-admin/pkg-plist Thu Jan 16 13:59:09 2020 (r523232)
+++ head/sysutils/auto-admin/pkg-plist Thu Jan 16 14:05:33 2020 (r523233)
@@ -9,7 +9,9 @@ sbin/auto-admin
sbin/auto-amend-fstab
sbin/auto-append-line
sbin/auto-ask
+sbin/auto-autofs-media-setup
sbin/auto-autofs-nfs-setup
+sbin/auto-automount-setup
sbin/auto-backup-file
sbin/auto-binary-pkgsrc-setup
sbin/auto-change-group-gid
@@ -22,12 +24,13 @@ sbin/auto-clean-disk
sbin/auto-clean-pkgsrc
sbin/auto-clean-ports
sbin/auto-clean-tmp
-sbin/auto-config-snd-driver
-sbin/auto-db-dir
+sbin/auto-cuda-install
sbin/auto-denyhosts-remove-ip
sbin/auto-denyhosts-setup
sbin/auto-detect-laptops
+sbin/auto-disable-file-transfers
sbin/auto-disable-host-key-prompt
+sbin/auto-disable-hyperthreading
sbin/auto-disable-service
sbin/auto-disable-tcp-timestamps
sbin/auto-enable-autologout
@@ -39,6 +42,8 @@ sbin/auto-enable-service
sbin/auto-fastest-mirror
sbin/auto-fetch-install-media
sbin/auto-file-secure
+sbin/auto-freebsd-wip-checkout
+sbin/auto-fusefs-install
sbin/auto-gpu-setup
sbin/auto-harden
sbin/auto-idrac-passwd
@@ -48,6 +53,7 @@ sbin/auto-install-linux-flash
sbin/auto-install-linux_base
sbin/auto-install-media-distname
sbin/auto-install-packages
+sbin/auto-install-pkgsrc-tree
sbin/auto-ipfw-gateway-setup
sbin/auto-ipmi-install
sbin/auto-krb-auth-setup
@@ -55,14 +61,19 @@ sbin/auto-ldap-adduser
sbin/auto-ldap-client-setup
sbin/auto-lock-local-pw
sbin/auto-lock-user
+sbin/auto-media-format
sbin/auto-mount-any
+sbin/auto-network-restart
+sbin/auto-nfs-add-share
sbin/auto-nfs-restart
+sbin/auto-nfs-server-setup
sbin/auto-os-release
sbin/auto-ostype
sbin/auto-package-installed
sbin/auto-passwd-user-expiration
sbin/auto-password-status
sbin/auto-pkg-latest
+sbin/auto-pkgsrc-delete-all
sbin/auto-pkgsrc-dir
sbin/auto-pkgsrc-prefix
sbin/auto-pkgsrc-remote-x11
@@ -83,17 +94,17 @@ sbin/auto-secure-directory
sbin/auto-service-enabled
sbin/auto-set-hostname
sbin/auto-set-lid-switch-mode
+sbin/auto-set-memory-limits
sbin/auto-set-sysctl
sbin/auto-set-umask
+sbin/auto-sound-driver-setup
sbin/auto-ssh-authorize
sbin/auto-ssh-reverse-authorize
sbin/auto-transfer-pw
sbin/auto-unlock-local-pw
sbin/auto-unlock-user
sbin/auto-update-infiniband-modules
-sbin/auto-update-port-framework
sbin/auto-update-system
-sbin/auto-update-xorg.conf
sbin/auto-user-admin
sbin/auto-useradd
sbin/auto-using-pkgsrc
More information about the svn-ports-all
mailing list