aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-09-21 18:07:33 +0800
committerbapt <bapt@FreeBSD.org>2012-09-21 18:07:33 +0800
commit6a42c7a635955b22f22d087b2f2dd0eaba4c1e72 (patch)
tree017f7e23412634a43da6ae1778ea55bf0d9b5278 /security
parent804103142831b1b59118b5feab3518cac3d3181c (diff)
downloadfreebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.gz
freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.zst
freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.zip
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
Diffstat (limited to 'security')
-rw-r--r--security/authforce/Makefile3
-rw-r--r--security/identify/Makefile3
-rw-r--r--security/its4/Makefile3
-rw-r--r--security/pam_af/Makefile3
-rw-r--r--security/py-fchksum/Makefile3
-rw-r--r--security/py-rijndael/Makefile3
-rw-r--r--security/sscep/Makefile3
-rw-r--r--security/ssh-multiadd/Makefile3
-rw-r--r--security/zombiezapper/Makefile3
9 files changed, 27 insertions, 0 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile
index 8eec30d6b046..065766c1d966 100644
--- a/security/authforce/Makefile
+++ b/security/authforce/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= http://www.divineinvasion.net/authforce/
MAINTAINER= ports@FreeBSD.org
COMMENT= HTTP authentication brute forcer
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
CONFIGURE_ENV= LIBS="-lintl"
diff --git a/security/identify/Makefile b/security/identify/Makefile
index 1ee5b6944c0b..8b6e84e5da92 100644
--- a/security/identify/Makefile
+++ b/security/identify/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= http://www.scn.rain.com/pub/security/authent/
MAINTAINER= ports@FreeBSD.org
COMMENT= Client side ident protocol daemon wrapper
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
PORTDOCS= README
diff --git a/security/its4/Makefile b/security/its4/Makefile
index 1150d77bb6e1..7567e0869240 100644
--- a/security/its4/Makefile
+++ b/security/its4/Makefile
@@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to scan C/C++ source for potential vulnerabilities
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
WRKSRC= ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
diff --git a/security/pam_af/Makefile b/security/pam_af/Makefile
index 1536176829ac..2214a7102da3 100644
--- a/security/pam_af/Makefile
+++ b/security/pam_af/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES= http://mbsd.msk.ru/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Anti-bruteforce PAM module
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
USE_BZIP2= yes
MAN8= pam_af.8 pam_af_tool.8
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile
index c5eb77f92b97..55eaae2bccb0 100644
--- a/security/py-fchksum/Makefile
+++ b/security/py-fchksum/Makefile
@@ -16,6 +16,9 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module to find the checksum of files
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/security/py-rijndael/Makefile b/security/py-rijndael/Makefile
index fdee3aab536b..babb9f0ad882 100644
--- a/security/py-rijndael/Makefile
+++ b/security/py-rijndael/Makefile
@@ -16,6 +16,9 @@ DISTNAME= pyrijndael-v${PORTVERSION:S:.:_:}
MAINTAINER= ports@FreeBSD.org
COMMENT= A pure python implementation of the Rijndael encryption algorithm
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/pyrijndael
diff --git a/security/sscep/Makefile b/security/sscep/Makefile
index 1af5614c3160..c1319796c14f 100644
--- a/security/sscep/Makefile
+++ b/security/sscep/Makefile
@@ -17,6 +17,9 @@ COMMENT= Simple scep client
MAKEFILE= ${FILESDIR}/BSDmakefile
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
USE_OPENSSL= yes
.include <bsd.port.mk>
diff --git a/security/ssh-multiadd/Makefile b/security/ssh-multiadd/Makefile
index 973bb25bc527..831ae3fcc5aa 100644
--- a/security/ssh-multiadd/Makefile
+++ b/security/ssh-multiadd/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= http://users.dakotacom.net/~donut/programs/ssh-multiadd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to add multiple ssh keys to the authentication agent
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
USE_PYTHON= yes
NO_BUILD= yes
MAN1= ssh-multiadd.1
diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile
index 6d9461022906..43c3a298c721 100644
--- a/security/zombiezapper/Makefile
+++ b/security/zombiezapper/Makefile
@@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2012-10-20
+
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config