Date: Tue, 2 Jun 2020 18:10:52 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537564 - head/sysutils/auto-admin Message-ID: <202006021810.052IAq9W056480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Tue Jun 2 18:10:52 2020 New Revision: 537564 URL: https://svnweb.freebsd.org/changeset/ports/537564 Log: sysutils/auto-admin: Upgrade to 0.6.4 Add Scripts for toggling UFS su+j and hardware write cache Add auto-set-conf-var, sysrc-like script for sysctl and loader.conf Move upstream to Github 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 Tue Jun 2 16:39:53 2020 (r537563) +++ head/sysutils/auto-admin/Makefile Tue Jun 2 18:10:52 2020 (r537564) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= auto-admin -DISTVERSION= 0.6.2 +DISTVERSION= 0.6.4 CATEGORIES= sysutils -MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ - http://outpaddling.mooo.com/~bacon/Acadix/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Portable tools for automating systems management LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:xz +USE_GITHUB= yes + +GH_ACCOUNT= outpaddling NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/auto-admin/distinfo ============================================================================== --- head/sysutils/auto-admin/distinfo Tue Jun 2 16:39:53 2020 (r537563) +++ head/sysutils/auto-admin/distinfo Tue Jun 2 18:10:52 2020 (r537564) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588342252 -SHA256 (auto-admin-0.6.2.tar.xz) = ebfb76f128f10e9505de4cdea230d57f3aff3fa01c8fc5e797b5ff4ea72e9684 -SIZE (auto-admin-0.6.2.tar.xz) = 73200 +TIMESTAMP = 1591120881 +SHA256 (outpaddling-auto-admin-0.6.4_GH0.tar.gz) = 5f362dc63bc619e8895478f5385d5e6aea0045e461c1f31f01f1cf6d1f4c323e +SIZE (outpaddling-auto-admin-0.6.4_GH0.tar.gz) = 91800 Modified: head/sysutils/auto-admin/pkg-plist ============================================================================== --- head/sysutils/auto-admin/pkg-plist Tue Jun 2 16:39:53 2020 (r537563) +++ head/sysutils/auto-admin/pkg-plist Tue Jun 2 18:10:52 2020 (r537564) @@ -103,6 +103,7 @@ sbin/auto-restore-user sbin/auto-root-check sbin/auto-secure-directory sbin/auto-service-enabled +sbin/auto-set-conf-var sbin/auto-set-hostname sbin/auto-set-lid-switch-mode sbin/auto-set-memory-limits @@ -111,6 +112,7 @@ sbin/auto-set-umask sbin/auto-sound-driver-setup sbin/auto-ssh-authorize sbin/auto-ssh-reverse-authorize +sbin/auto-su+j-toggle sbin/auto-transfer-pw sbin/auto-unlock-local-pw sbin/auto-unlock-user @@ -121,5 +123,6 @@ sbin/auto-useradd sbin/auto-using-pkgsrc sbin/auto-wheel-check sbin/auto-wifi-failover +sbin/auto-write-cache-toggle sbin/auto-xdm-toggle %%DATADIR%%/ipfw-rules.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006021810.052IAq9W056480>