View | Details | Raw Unified | Return to bug 181380
Collapse All | Expand All

(-)/usr/wip/sysutils/auto-admin/Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: sysutils/auto-admin/Makefile 316097 2013-04-19 11:45:55Z madpilot $
2
# $FreeBSD: sysutils/auto-admin/Makefile 316097 2013-04-19 11:45:55Z madpilot $
3
3
4
PORTNAME=	auto-admin
4
PORTNAME=	auto-admin
5
PORTVERSION=	0.3.1
5
PORTVERSION=	0.3.2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
7
MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
8
		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
8
		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
Lines 17-25 Link Here
17
		auto-append-line.1 \
17
		auto-append-line.1 \
18
		auto-ask.1 \
18
		auto-ask.1 \
19
		auto-clean-ports.1 \
19
		auto-clean-ports.1 \
20
		auto-config-snd-driver.1 \
20
		auto-db-dir.1 \
21
		auto-db-dir.1 \
21
		auto-disable-service.1 \
22
		auto-disable-service.1 \
22
		auto-enable-compat32.1 \
23
		auto-enable-compat32.1 \
24
		auto-enable-hal-mount.1 \
23
		auto-enable-passwdqc.1 \
25
		auto-enable-passwdqc.1 \
24
		auto-enable-procfs.1 \
26
		auto-enable-procfs.1 \
25
		auto-enable-service.1 \
27
		auto-enable-service.1 \
Lines 34-40 Link Here
34
		auto-print-make-variable.1 \
36
		auto-print-make-variable.1 \
35
		auto-replace-file.1 \
37
		auto-replace-file.1 \
36
		auto-service-enabled.1 \
38
		auto-service-enabled.1 \
37
		auto-update-port-framework.1 \
39
		auto-insert-line.1 \
38
		auto-update-xorg.conf.1 \
40
		auto-update-xorg.conf.1 \
39
		auto-xdm-toggle.1
41
		auto-xdm-toggle.1
40
42
(-)/usr/wip/sysutils/auto-admin/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (auto-admin-0.3.1.tar.gz) = 2ce68653d2dd21ebcd276e6ddc86e5c2f9b61524e9755b417681bf4239789867
1
SHA256 (auto-admin-0.3.2.tar.gz) = 3c9931d452c0d61e1071bfdac1eb9485a5b9b241b9179f7b59f36204897ed30c
2
SIZE (auto-admin-0.3.1.tar.gz) = 18649
2
SIZE (auto-admin-0.3.2.tar.gz) = 20893
(-)/usr/wip/sysutils/auto-admin/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
from the command line.  It is meant as a library of scripts to be used by
2
from the command line.  It is meant as a library of scripts to be used by
3
more specific automated systems management scripts.
3
more specific automated systems management scripts.
4
4
5
WWW: http://acadix.biz/auto-admin.php
5
WWW:	http://acadix.biz/auto-admin.php
(-)/usr/wip/sysutils/auto-admin/pkg-plist (-1 / +3 lines)
Lines 2-14 Link Here
2
sbin/auto-append-line
2
sbin/auto-append-line
3
sbin/auto-ask
3
sbin/auto-ask
4
sbin/auto-clean-ports
4
sbin/auto-clean-ports
5
sbin/auto-config-snd-driver
5
sbin/auto-db-dir
6
sbin/auto-db-dir
6
sbin/auto-disable-service
7
sbin/auto-disable-service
7
sbin/auto-enable-compat32
8
sbin/auto-enable-compat32
9
sbin/auto-enable-hal-mount
8
sbin/auto-enable-passwdqc
10
sbin/auto-enable-passwdqc
9
sbin/auto-enable-procfs
11
sbin/auto-enable-procfs
10
sbin/auto-enable-service
12
sbin/auto-enable-service
11
sbin/auto-fastest-mirror
13
sbin/auto-fastest-mirror
14
sbin/auto-insert-line
12
sbin/auto-install-packages
15
sbin/auto-install-packages
13
sbin/auto-ipfw-gateway-setup
16
sbin/auto-ipfw-gateway-setup
14
sbin/auto-kdm3-toggle
17
sbin/auto-kdm3-toggle
Lines 19-25 Link Here
19
sbin/auto-replace-file
22
sbin/auto-replace-file
20
sbin/auto-service-enabled
23
sbin/auto-service-enabled
21
sbin/auto-set-suspend-mode
24
sbin/auto-set-suspend-mode
22
sbin/auto-update-port-framework
23
sbin/auto-update-xorg.conf
25
sbin/auto-update-xorg.conf
24
sbin/auto-xdm-toggle
26
sbin/auto-xdm-toggle
25
%%DATADIR%%/ipfw-rules.sh
27
%%DATADIR%%/ipfw-rules.sh

Return to bug 181380