mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
0bdb4010ca
commit
b07ad6f571
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533547
3 changed files with 12 additions and 4 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue