diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 22:09:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 22:09:02 +0000 |
commit | 280c78867264c071c29bf30ae5d17d22fe0034bc (patch) | |
tree | 423250804e4fa77badf498a503a0a28da5e785cc /net-p2p | |
parent | 4528737abdd4175195cdbdc009097550604760c8 (diff) |
Notes
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 |