diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
commit | 6a42c7a635955b22f22d087b2f2dd0eaba4c1e72 (patch) | |
tree | 017f7e23412634a43da6ae1778ea55bf0d9b5278 /net | |
parent | 804103142831b1b59118b5feab3518cac3d3181c (diff) | |
download | freebsd-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 'net')
-rw-r--r-- | net/ldap2dns/Makefile | 3 | ||||
-rw-r--r-- | net/libconnect/Makefile | 3 | ||||
-rw-r--r-- | net/linneighborhood/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile index 11ac0e262953..266334e40344 100644 --- a/net/ldap2dns/Makefile +++ b/net/ldap2dns/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://projects.alkaloid.net/e107_files/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Maintain DNS zones using an LDAP directory +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap diff --git a/net/libconnect/Makefile b/net/libconnect/Makefile index 1b4f38de4b4c..12e667d73954 100644 --- a/net/libconnect/Makefile +++ b/net/libconnect/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Tell programs to which IP-address they should bind +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + .if defined(NOPROFILE) PLIST_SUB+= NOPROFILE="@comment " .else diff --git a/net/linneighborhood/Makefile b/net/linneighborhood/Makefile index dd04466c99c4..cfece134841c 100644 --- a/net/linneighborhood/Makefile +++ b/net/linneighborhood/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.bnro.de/~schmidjo/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ gui for browsing and mounting SMB filesystems +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} SAMBA_PORT?= net/samba34 |