mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/auto-admin: Update to 0.8.1
New scripts: auto-pkgsrc-make: Output name of make program being used auto-change-login-class: Change login class for existing users on BSD (Linux has no such concept) auto-physmem: Report physical memory size Interesting changes: Move some scripts from sbin to bin for broader user access Expand DragonFly, macOS, NetBSD, OpenBSD, pkgsrc, RHEL, and SunOS support Add framework for Debian support auto-pkg-branch: Use less fragile approach for FreeBSD Clean up existing man pages and add templates to more scripts Numerous other small fixes and enhancements Changes: https://github.com/outpaddling/auto-admin/releases
This commit is contained in:
parent
585e1326e5
commit
fa1e2038c2
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= auto-admin
|
||||
DISTVERSION= 0.8.0-50
|
||||
DISTVERSIONSUFFIX= -gb438b97
|
||||
DISTVERSION= 0.8.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -14,8 +13,6 @@ USE_GITHUB= yes
|
|||
|
||||
GH_ACCOUNT= outpaddling
|
||||
|
||||
MAKE_ENV= MANDIR=${PREFIX}/share/man
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1729857591
|
||||
SHA256 (outpaddling-auto-admin-0.8.0-50-gb438b97_GH0.tar.gz) = 413a7a174b25ebd50c9da847d388765bccc83d530113ae6730f04e2426765a37
|
||||
SIZE (outpaddling-auto-admin-0.8.0-50-gb438b97_GH0.tar.gz) = 139005
|
||||
TIMESTAMP = 1738675190
|
||||
SHA256 (outpaddling-auto-admin-0.8.1_GH0.tar.gz) = ee8ebb4d0fb7ac5b5a867dcabd9dcb847cc84746a47110b05f038e9dd787c115
|
||||
SIZE (outpaddling-auto-admin-0.8.1_GH0.tar.gz) = 142316
|
||||
|
|
|
@ -20,6 +20,7 @@ bin/auto-os-release
|
|||
bin/auto-os-variant
|
||||
bin/auto-ostype
|
||||
bin/auto-package-installed
|
||||
bin/auto-physmem
|
||||
bin/auto-pkg-branch
|
||||
bin/auto-pkg-latest
|
||||
bin/auto-pkgsrc-branch
|
||||
|
@ -57,6 +58,7 @@ sbin/auto-automount-setup
|
|||
sbin/auto-binary-pkgsrc-setup
|
||||
sbin/auto-change-group-gid
|
||||
sbin/auto-change-group-ownership
|
||||
sbin/auto-change-login-class
|
||||
sbin/auto-change-nfsd-count
|
||||
sbin/auto-change-ownership
|
||||
sbin/auto-change-primary-group
|
||||
|
@ -64,7 +66,6 @@ sbin/auto-change-uid
|
|||
sbin/auto-clean-disk
|
||||
sbin/auto-clean-ports
|
||||
sbin/auto-clean-tmp
|
||||
sbin/auto-cuda-install
|
||||
sbin/auto-cups-setup
|
||||
sbin/auto-denyhosts-remove-ip
|
||||
sbin/auto-denyhosts-setup
|
||||
|
@ -172,6 +173,9 @@ sbin/auto-xdm-toggle
|
|||
%%DATADIR%%/rc.local_early
|
||||
share/man/man8/auto-add-swap.8.gz
|
||||
share/man/man8/auto-admin.8.gz
|
||||
share/man/man8/auto-change-login-class.8.gz
|
||||
share/man/man8/auto-image2dev.8.gz
|
||||
share/man/man8/auto-physmem.8.gz
|
||||
share/man/man8/auto-pkgsrc-non-removable.8.gz
|
||||
share/man/man8/auto-update-system.8.gz
|
||||
share/man/man8/auto-user-admin.8.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue