Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 14:17:48 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330328 - in head/net-p2p: libtorrent-rasterbar-15 libtorrent-rasterbar-15-python
Message-ID:  <201310141417.r9EEHmGE041132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Oct 14 14:17:48 2013
New Revision: 330328
URL: http://svnweb.freebsd.org/changeset/ports/330328

Log:
  - Mark DEPRECATED, set EXPIRATION_DATE
  
  Approved by:	wg/pawel (mentors)

Modified:
  head/net-p2p/libtorrent-rasterbar-15-python/Makefile
  head/net-p2p/libtorrent-rasterbar-15/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-15-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Mon Oct 14 14:07:52 2013	(r330327)
+++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Mon Oct 14 14:17:48 2013	(r330328)
@@ -6,6 +6,9 @@ PORTREVISION=	2
 COMMENT=	Python bindings for libtorrent-rasterbar-15
 CATEGORIES=	net-p2p python
 
+DEPRECATED=	Unusable, development ceased
+EXPIRATION_DATE=2013-12-13
+
 USE_PYTHON=	yes
 
 LIB_DEPENDS+=	boost_python:${PORTSDIR}/devel/boost-python-libs \

Modified: head/net-p2p/libtorrent-rasterbar-15/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15/Makefile	Mon Oct 14 14:07:52 2013	(r330327)
+++ head/net-p2p/libtorrent-rasterbar-15/Makefile	Mon Oct 14 14:17:48 2013	(r330328)
@@ -6,16 +6,18 @@ PORTREVISION?=	4
 CATEGORIES?=	net-p2p ipv6
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	libtorrent
-PKGNAMESUFFIX=	-15
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=	C++ library implementing a BitTorrent client
 
+DEPRECATED=	Unusable, development ceased
+EXPIRATION_DATE=2013-12-13
 BROKEN=		Does not build with recent boost
 
-
 CONFLICTS+=	libtorrent-rasterbar-0.1[46789].*
 
+NO_LATEST_LINK=	yes
+
 BUILD_DEPENDS=	pkgconf>0:${PORTSDIR}/devel/pkgconf
 LIB_DEPENDS+=	boost_date_time:${PORTSDIR}/devel/boost-libs \
 		GeoIP.5:${PORTSDIR}/net/GeoIP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141417.r9EEHmGE041132>