Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 03:08:10 +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: r456581 - head/sysutils/auto-admin
Message-ID:  <201712180308.vBI38ApT048401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Mon Dec 18 03:08:09 2017
New Revision: 456581
URL: https://svnweb.freebsd.org/changeset/ports/456581

Log:
  auto-admin: Update to 0.4.1
  
  Add auto-clean-disk script and various minor fixes and enhancements
  
  Approved by: jrm (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13523

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	Mon Dec 18 03:00:41 2017	(r456580)
+++ head/sysutils/auto-admin/Makefile	Mon Dec 18 03:08:09 2017	(r456581)
@@ -1,13 +1,12 @@
-# Created by: Jason Bacon <bacon4000@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	auto-admin
-PORTVERSION=	0.4.0
+DISTVERSION=	0.4.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/
 
-MAINTAINER=	bacon4000@gmail.com
-COMMENT=	Portable tools for automating system management
+MAINTAINER=	jwb@FreeBSD.org
+COMMENT=	Portable tools for automating systems management
 
 LICENSE=	BSD2CLAUSE
 

Modified: head/sysutils/auto-admin/distinfo
==============================================================================
--- head/sysutils/auto-admin/distinfo	Mon Dec 18 03:00:41 2017	(r456580)
+++ head/sysutils/auto-admin/distinfo	Mon Dec 18 03:08:09 2017	(r456581)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503355101
-SHA256 (auto-admin-0.4.0.tar.xz) = 5c713164dcf1ec5da3c84b67ac94a21328195d91fd9683fbd7c5f82688703f38
-SIZE (auto-admin-0.4.0.tar.xz) = 54408
+TIMESTAMP = 1513105183
+SHA256 (auto-admin-0.4.1.tar.xz) = 674358a185ee428d897dcb14eac1e63e71a3707d7377f9cb01b7f9e95d9258b3
+SIZE (auto-admin-0.4.1.tar.xz) = 54748

Modified: head/sysutils/auto-admin/pkg-plist
==============================================================================
--- head/sysutils/auto-admin/pkg-plist	Mon Dec 18 03:00:41 2017	(r456580)
+++ head/sysutils/auto-admin/pkg-plist	Mon Dec 18 03:08:09 2017	(r456581)
@@ -12,6 +12,7 @@ man/man1/auto-change-group-gid.1.gz
 man/man1/auto-change-group-ownership.1.gz
 man/man1/auto-change-primary-group.1.gz
 man/man1/auto-change-uid.1.gz
+man/man1/auto-clean-disk.1.gz
 man/man1/auto-clean-pkgsrc.1.gz
 man/man1/auto-clean-ports.1.gz
 man/man1/auto-clean-tmp.1.gz
@@ -79,6 +80,7 @@ sbin/auto-change-group-gid
 sbin/auto-change-group-ownership
 sbin/auto-change-primary-group
 sbin/auto-change-uid
+sbin/auto-clean-disk
 sbin/auto-clean-pkgsrc
 sbin/auto-clean-ports
 sbin/auto-clean-tmp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180308.vBI38ApT048401>