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

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	portaudit
8
PORTNAME=	portaudit
9
PORTVERSION=	0.5.16
9
PORTVERSION=	0.5.17
10
CATEGORIES=	ports-mgmt security
10
CATEGORIES=	ports-mgmt security
11
DISTFILES=
11
DISTFILES=
12
12
(-)files/portaudit-cmd.sh (-8 / +12 lines)
Lines 33-51 Link Here
33
33
34
portaudit_confs()
34
portaudit_confs()
35
{
35
{
36
	: ${portaudit_dir="%%DATABASEDIR%%"}
36
	if [ -r %%PREFIX%%/etc/portaudit.conf ]; then
37
	: ${portaudit_filename="auditfile.tbz"}
37
		. %%PREFIX%%/etc/portaudit.conf
38
	fi
39
40
	if [ -r "${0%/*}/portaudit.conf" ]; then
41
		. ${0%/*}/portaudit.conf
42
	fi
43
44
	: ${portaudit_dir:="%%DATABASEDIR%%"}
45
	: ${portaudit_filename:="auditfile.tbz"}
38
46
39
	: ${portaudit_fetch_env=""}
47
	: ${portaudit_fetch_env=""}
40
	: ${portaudit_fetch_cmd="fetch -1mp"}
48
	: ${portaudit_fetch_cmd:="fetch -1mp"}
41
49
42
	: ${portaudit_sites="http://portaudit.FreeBSD.org/"}
50
	: ${portaudit_sites:="http://portaudit.FreeBSD.org/"}
43
51
44
	: ${portaudit_fixed=""}
52
	: ${portaudit_fixed=""}
45
46
	if [ -r %%PREFIX%%/etc/portaudit.conf ]; then
47
		. %%PREFIX%%/etc/portaudit.conf
48
	fi
49
}
53
}
50
54
51
extract_auditfile()
55
extract_auditfile()

Return to bug 154518