summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2025-02-04 10:00:51 -0600
committerJason W. Bacon <jwb@FreeBSD.org>2025-02-04 10:00:51 -0600
commitfa1e2038c23b8729705ae0640414a11ae8daea9e (patch)
tree0c70c38bed062225f6d2dd13056eafc22a076f55
parentdevel/R-cran-docopt: new port (diff)
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
-rw-r--r--sysutils/auto-admin/Makefile5
-rw-r--r--sysutils/auto-admin/distinfo6
-rw-r--r--sysutils/auto-admin/pkg-plist6
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile
index 25474c971e68..bb108976c597 100644
--- a/sysutils/auto-admin/Makefile
+++ b/sysutils/auto-admin/Makefile
@@ -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
diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo
index b3f77f02c32c..6ab44b5c6705 100644
--- a/sysutils/auto-admin/distinfo
+++ b/sysutils/auto-admin/distinfo
@@ -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
diff --git a/sysutils/auto-admin/pkg-plist b/sysutils/auto-admin/pkg-plist
index e73b2c692914..de1a5cb4deec 100644
--- a/sysutils/auto-admin/pkg-plist
+++ b/sysutils/auto-admin/pkg-plist
@@ -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