From owner-svn-ports-head@freebsd.org Sat Jul 28 06:41:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D49441041133; Sat, 28 Jul 2018 06:41:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88FB47D487; Sat, 28 Jul 2018 06:41:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A224231A7; Sat, 28 Jul 2018 06:41:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6S6f8B3096528; Sat, 28 Jul 2018 06:41:08 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6S6f8md096526; Sat, 28 Jul 2018 06:41:08 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201807280641.w6S6f8md096526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 28 Jul 2018 06:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475499 - in head: audio/napster net-p2p/xnap X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: audio/napster net-p2p/xnap X-SVN-Commit-Revision: 475499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 06:41:09 -0000 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@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