svn commit: r475499 - in head: audio/napster net-p2p/xnap

Tobias Kortkamp tobik at FreeBSD.org
Sat Jul 28 06:41:09 UTC 2018


Author: tobik
Date: Sat Jul 28 06:41:07 2018
New Revision: 475499
URL: https://svnweb.freebsd.org/changeset/ports/475499

Log:
  Deprecate remaining Napster/OpenNap clients

Modified:
  head/audio/napster/Makefile
  head/net-p2p/xnap/Makefile

Modified: head/audio/napster/Makefile
==============================================================================
--- head/audio/napster/Makefile	Sat Jul 28 06:34:17 2018	(r475498)
+++ head/audio/napster/Makefile	Sat Jul 28 06:41:07 2018	(r475499)
@@ -9,6 +9,9 @@ MASTER_SITES=	SF/nap/nap/${PORTVERSION}
 MAINTAINER?=	ports at FreeBSD.org
 COMMENT?=	MP3 sharing, search, and chat client for the OpenNAP network
 
+DEPRECATED=	Unmaintained. Napster and OpenNap are dead
+EXPIRATION_DATE=	2018-08-30
+
 CONFLICTS?=	ru-nap-*
 
 USES=		ncurses

Modified: head/net-p2p/xnap/Makefile
==============================================================================
--- head/net-p2p/xnap/Makefile	Sat Jul 28 06:34:17 2018	(r475498)
+++ head/net-p2p/xnap/Makefile	Sat Jul 28 06:41:07 2018	(r475499)
@@ -15,6 +15,9 @@ COMMENT=	Pure Java napster client; also, supports Open
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Unmaintained. Napster, OpenNap, and FastTrack are dead
+EXPIRATION_DATE=	2018-08-30
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes


More information about the svn-ports-all mailing list