diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-13 15:45:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-13 15:45:02 +0000 |
commit | 3bfa450500fc7f760fd0ea0b6b25e923a13af93c (patch) | |
tree | dd3dab2c11494ff49eb3b9aa99a5356dfc3ff9e1 /ports-mgmt/jailaudit | |
parent | e3774627c5300e8dea3ce22a74bf9d8580eddcc1 (diff) | |
download | ports-3bfa450500fc7f760fd0ea0b6b25e923a13af93c.tar.gz ports-3bfa450500fc7f760fd0ea0b6b25e923a13af93c.zip |
Retire ports-mgmt/portaudit, it stopped working a month ago when pkg_tools
support was removed. Also retire three ports requiring it, and a few optionnal
dependencies.
With hat: portmgr
Noticed by: ak
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=370789
Diffstat (limited to 'ports-mgmt/jailaudit')
-rw-r--r-- | ports-mgmt/jailaudit/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ports-mgmt/jailaudit/Makefile b/ports-mgmt/jailaudit/Makefile index 6c7005a6f11b..712cd26884ca 100644 --- a/ports-mgmt/jailaudit/Makefile +++ b/ports-mgmt/jailaudit/Makefile @@ -3,7 +3,7 @@ PORTNAME= jailaudit PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ @@ -30,10 +30,6 @@ PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000000 -RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit -.endif - pre-install: ${MKDIR} ${STAGEDIR}${PERIODICDIR}/security |