diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-07-15 13:40:37 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-07-15 13:40:37 +0000 |
commit | 39ec5fa28748095d0162181072af7c1cc15bd19b (patch) | |
tree | ff457d753b6f203f3e1067abf107c1376886888f /net-p2p/rtorrent-devel/Makefile | |
parent | 6876e8cf3e37aeccd575033688c37867c77846c7 (diff) | |
download | ports-39ec5fa28748095d0162181072af7c1cc15bd19b.tar.gz ports-39ec5fa28748095d0162181072af7c1cc15bd19b.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent-devel/Makefile')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 78709f684e72..f70389790c9c 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -6,15 +6,14 @@ # PORTNAME= rtorrent-devel -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.5 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -BUILD_DEPENDS= libtorrent-devel=0.12.4:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel=0.12.4:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel=0.12.5:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel=0.12.5:${PORTSDIR}/net-p2p/libtorrent-devel MASTERDIR= ${.CURDIR}/../rtorrent PATCHDIR= ${.CURDIR}/files/ |