From 600a84e189235ab3d78a76f9caf533f3afd58a8a Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 1 Aug 2011 22:09:02 +0000 Subject: Deprecate napster clients --- net-p2p/lopster/Makefile | 2 ++ net-p2p/teknap/Makefile | 3 +++ net-p2p/xnap/Makefile | 3 +++ 3 files changed, 8 insertions(+) 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 -- cgit