svn commit: r330328 - in head/net-p2p: libtorrent-rasterbar-15 libtorrent-rasterbar-15-python
Rusmir Dusko
nemysis at FreeBSD.org
Mon Oct 14 14:17:48 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list