From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 14:17:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7035602; Mon, 14 Oct 2013 14:17:48 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3EC72BC9; Mon, 14 Oct 2013 14:17:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EEHmTZ041140; Mon, 14 Oct 2013 14:17:48 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EEHmGE041132; Mon, 14 Oct 2013 14:17:48 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310141417.r9EEHmGE041132@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 14 Oct 2013 14:17:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 14:17:48 -0000 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