diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-10 07:51:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-10 07:51:44 +0800 |
commit | be265396a89275fdfca64087ff628ff1369be849 (patch) | |
tree | 481f9a69f7bae873d0cc02c1d7f93f6aef544395 /net | |
parent | 37d6981d67304bae5530f74ca92c339ecdb39791 (diff) | |
download | freebsd-ports-gnome-be265396a89275fdfca64087ff628ff1369be849.tar.gz freebsd-ports-gnome-be265396a89275fdfca64087ff628ff1369be849.tar.zst freebsd-ports-gnome-be265396a89275fdfca64087ff628ff1369be849.zip |
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month
Diffstat (limited to 'net')
-rw-r--r-- | net/perldap/Makefile | 3 | ||||
-rw-r--r-- | net/spnetkit/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/perldap/Makefile b/net/perldap/Makefile index 734c6ed49b6b..5cc4387c516e 100644 --- a/net/perldap/Makefile +++ b/net/perldap/Makefile @@ -20,6 +20,9 @@ PERL_CONFIGURE= yes CONFIGURE_ENV+= LDAPSDKDIR=${PREFIX} LDAPV3ON=yes LDAPSDKSSL=no MAKE_ENV= ${CONFIGURE_ENV} +DEPRECATED= BROKEN for more than 6 month +EXPIRATION_DATE= 2012-05-10 + BROKEN= BROKEN after net/ldapsdk update MAN3= Mozilla::LDAP::Conn.3 \ diff --git a/net/spnetkit/Makefile b/net/spnetkit/Makefile index 8687a45bdac0..c31d9b04cc90 100644 --- a/net/spnetkit/Makefile +++ b/net/spnetkit/Makefile @@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= vanilla@FreeBSD.org COMMENT= A C++ wrapper for BSD-style sockets +DEPRECATED= BROKEN for more than 6 month +EXPIRATION_DATE= 2012-05-10 + BROKEN= does not build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/spnetkit |