diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile index 222f498f30a6..60990aaf7e9d 100644 --- a/net-p2p/rblibtorrent/Makefile +++ b/net-p2p/rblibtorrent/Makefile @@ -1,39 +1,42 @@ # New ports collection makefile for: rblibtorrent # Date created: 5 February 2006 # Whom: Johan Ström # # $FreeBSD$ # PORTNAME= libtorrent PORTVERSION= 0.13 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= rb MAINTAINER= dougb@FreeBSD.org COMMENT= A C++ library implementing a BitTorrent client +DEPRECATED= Version is out of date +EXPIRATION_DATE= 2010-03-15 + LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFLICTS= libtorrent-[0-9]* \ libtorrent-devel-[0-9]* \ rblibtorrent-devel-[0-9]* .include .if ${OSVERSION} < 700000 BROKEN= does not compile on 6.x .endif post-install: @cd ${PREFIX}/lib && ${LN} -sf libtorrent-0.13.so libtorrent.so.1 && \ ${LN} -sf libtorrent.so.1 libtorrent.so .include diff --git a/net-p2p/sharktorrent/Makefile b/net-p2p/sharktorrent/Makefile index c21e9814b2e1..1e9607f94c1e 100644 --- a/net-p2p/sharktorrent/Makefile +++ b/net-p2p/sharktorrent/Makefile @@ -1,28 +1,30 @@ # New ports collection makefile for: sharktorrent # Date created: 2007-04-25 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sharktorrent PORTVERSION= 0.1.1 PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/OldFiles -MAINTAINER= alepulver@FreeBSD.org +MAINTAINER= dougb@FreeBSD.org COMMENT= C++ Bittorrent client using wxWidgets, libtorrent and boost LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ torrent.1:${PORTSDIR}/net-p2p/rblibtorrent +DEPRECATED= Version is out of date, relies on too-old version of libtorrent +EXPIRATION_DATE= 2010-03-15 USE_WX= 2.6 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDLFAGS="-L${LOCALBASE}/lib" CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/libtorrent PLIST_FILES= bin/sharktorrent .include