mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/auto-admin: update 0.3.7 -> 0.3.8
* Adjust COMMENT * Adjust pkg-descr PR: 212796 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer)
This commit is contained in:
parent
55aec8abdb
commit
f0f205cee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422723
4 changed files with 9 additions and 5 deletions
|
@ -2,12 +2,12 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= auto-admin
|
PORTNAME= auto-admin
|
||||||
PORTVERSION= 0.3.7
|
PORTVERSION= 0.3.8
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
||||||
|
|
||||||
MAINTAINER= bacon4000@gmail.com
|
MAINTAINER= bacon4000@gmail.com
|
||||||
COMMENT= Tools for automating system management
|
COMMENT= Portable tools for system management automation
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (auto-admin-0.3.7.tar.xz) = 23a43c4384694e79dacb1af4889c42f6ae9763fb98bc41eb2a1626b167fe91a9
|
TIMESTAMP = 1474206123
|
||||||
SIZE (auto-admin-0.3.7.tar.xz) = 47804
|
SHA256 (auto-admin-0.3.8.tar.xz) = 6c26bcb278c45372914c1870f5a1e3edafb2d88068ec78ec4907212d95bfbda8
|
||||||
|
SIZE (auto-admin-0.3.8.tar.xz) = 48124
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Auto-admin is a set of tools for automating common systems management tasks
|
Auto-admin is a set of tools for automating common systems management tasks
|
||||||
from the command line. It is meant as a library of scripts to be used by
|
from the command line. It is meant as a library of scripts to be used by
|
||||||
more specific automated systems management scripts.
|
more specific automated systems management scripts. It is also intended to
|
||||||
|
serve as a compatibility layer to ease management of multiple POSIX platforms.
|
||||||
|
|
||||||
WWW: http://acadix.biz/auto-admin.php
|
WWW: http://acadix.biz/auto-admin.php
|
||||||
|
|
|
@ -44,6 +44,7 @@ man/man1/auto-restore-pw.1.gz
|
||||||
man/man1/auto-service-enabled.1.gz
|
man/man1/auto-service-enabled.1.gz
|
||||||
man/man1/auto-set-suspend-mode.1.gz
|
man/man1/auto-set-suspend-mode.1.gz
|
||||||
man/man1/auto-set-sysctl.1.gz
|
man/man1/auto-set-sysctl.1.gz
|
||||||
|
man/man1/auto-set-umask.1.gz
|
||||||
man/man1/auto-ssh-authorize.1.gz
|
man/man1/auto-ssh-authorize.1.gz
|
||||||
man/man1/auto-ssh-reverse-authorize.1.gz
|
man/man1/auto-ssh-reverse-authorize.1.gz
|
||||||
man/man1/auto-update-port-framework.1.gz
|
man/man1/auto-update-port-framework.1.gz
|
||||||
|
@ -99,6 +100,7 @@ sbin/auto-restore-pw
|
||||||
sbin/auto-service-enabled
|
sbin/auto-service-enabled
|
||||||
sbin/auto-set-suspend-mode
|
sbin/auto-set-suspend-mode
|
||||||
sbin/auto-set-sysctl
|
sbin/auto-set-sysctl
|
||||||
|
sbin/auto-set-umask
|
||||||
sbin/auto-ssh-authorize
|
sbin/auto-ssh-authorize
|
||||||
sbin/auto-ssh-reverse-authorize
|
sbin/auto-ssh-reverse-authorize
|
||||||
sbin/auto-update-port-framework
|
sbin/auto-update-port-framework
|
||||||
|
|
Loading…
Add table
Reference in a new issue