diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 17:04:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 17:04:00 +0000 |
commit | d389c2f0a84bafbdb01efe775c024577868cdb1f (patch) | |
tree | 8ca13183bcaf303d82067e3c9fb2cc2b0527151c /security | |
parent | 41042a04f20cffc6888cdcd9c5539b509b2c97b6 (diff) | |
download | ports-d389c2f0a84bafbdb01efe775c024577868cdb1f.tar.gz ports-d389c2f0a84bafbdb01efe775c024577868cdb1f.zip |
Deprecate some ports where I can't find distfiles and upstream
Notes
Notes:
svn path=/head/; revision=278804
Diffstat (limited to 'security')
-rw-r--r-- | security/donkey/Makefile | 3 | ||||
-rw-r--r-- | security/execwrap/Makefile | 3 | ||||
-rw-r--r-- | security/fressh/Makefile | 3 | ||||
-rw-r--r-- | security/libparanoia/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Email-Obfuscate/Makefile | 3 | ||||
-rw-r--r-- | security/pgp/Makefile | 3 | ||||
-rw-r--r-- | security/pktsuckers/Makefile | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/security/donkey/Makefile b/security/donkey/Makefile index 0edc4cc3a87c..a90ee95a3aea 100644 --- a/security/donkey/Makefile +++ b/security/donkey/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An alternative for S/KEY's key command +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/obj/FreeBSD PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP} diff --git a/security/execwrap/Makefile b/security/execwrap/Makefile index 7e00be122f5c..3776e6b972f8 100644 --- a/security/execwrap/Makefile +++ b/security/execwrap/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Super-user exec wrapper +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + NO_WRKSUBDIR= yes PORTDOCS= README PLIST_FILES= bin/${PORTNAME} diff --git a/security/fressh/Makefile b/security/fressh/Makefile index 0412acb1991d..0f1a01a974fa 100644 --- a/security/fressh/Makefile +++ b/security/fressh/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A free rewritten implementation of the SSH communication protocol +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + USE_BZIP2= yes PLIST_FILES= bin/fressh bin/fressh-add bin/fressh-agent \ diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile index 6292e0e84d1d..499ea5f71ebf 100644 --- a/security/libparanoia/Makefile +++ b/security/libparanoia/Makefile @@ -12,6 +12,9 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ MAINTAINER= ports@FreeBSD.org COMMENT= Safe (in the mean of stack smashing) reincarnation of strcpy et al +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + BROKEN= does not fetch ONLY_FOR_ARCHS= i386 diff --git a/security/p5-Email-Obfuscate/Makefile b/security/p5-Email-Obfuscate/Makefile index 868dc03554ec..409ff712122b 100644 --- a/security/p5-Email-Obfuscate/Makefile +++ b/security/p5-Email-Obfuscate/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Obfuscates email addresses +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + PERL_CONFIGURE= yes MAN3= Email::Obfuscate.3 diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 85cb79e9f9b0..b29fd1b2f418 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -16,6 +16,9 @@ DISTNAME= pgp263is MAINTAINER= ports@FreeBSD.org COMMENT= PGP International version - Public-Key encryption for the masses +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pktsuckers/Makefile b/security/pktsuckers/Makefile index 30fd559df7cf..1b4e7c0d27e7 100644 --- a/security/pktsuckers/Makefile +++ b/security/pktsuckers/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}1_2 MAINTAINER= ports@FreeBSD.org COMMENT= Log contents of unwanted UDP packets and TCP connections +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec |