diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-02 06:09:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-02 06:09:02 +0800 |
commit | 600a84e189235ab3d78a76f9caf533f3afd58a8a (patch) | |
tree | 13a8f599155e63afe4fd21fd8a883e409df08f16 /net-p2p | |
parent | e0b425000304a776bca5e73b64110b85f19e8a4c (diff) | |
download | freebsd-ports-gnome-600a84e189235ab3d78a76f9caf533f3afd58a8a.tar.gz freebsd-ports-gnome-600a84e189235ab3d78a76f9caf533f3afd58a8a.tar.zst freebsd-ports-gnome-600a84e189235ab3d78a76f9caf533f3afd58a8a.zip |
Deprecate napster clients
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lopster/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/teknap/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/xnap/Makefile | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index f95cc8709045..737c682e5ecb 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -12,6 +12,8 @@ CATEGORIES= net-p2p MASTER_SITES= SF \ http://lopster.sourceforge.net/download/ +DEPRECATED= Napser service is not working anymore +EXPIRATION_DATE= 2011-09-01 MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ client for Napster diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 069bdee4c131..8e4673323307 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/} MAINTAINER= ports@FreeBSD.org COMMENT= Console napster client +DEPRECATED= Napster service is not working anymore +EXPIRATION_DATE= 2011-09-01 + .if defined(WITH_MP3) BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 .endif diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile index b864ee43f6d6..cd04af27d7a7 100644 --- a/net-p2p/xnap/Makefile +++ b/net-p2p/xnap/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME:L}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A pure java napster client; also, supports OpenNap & giFT (FastTrack) +DEPRECATED= Napster service does not exists anymore +EXPIRATION_DATE= 2011-09-01 + USE_JAVA= yes JAVA_VERSION= 1.5+ NO_BUILD= yes |