diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-01 03:37:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-01 03:37:12 +0800 |
commit | 9e3c89a0797c212bec042b9158a41e5890aff403 (patch) | |
tree | 8688f26d611419cd85901cbe70a588ba87fdd33e /net-p2p/rblibtorrent/Makefile | |
parent | 7b26d4f818a31803a5decbd3ae2d491430f4b508 (diff) | |
download | freebsd-ports-gnome-9e3c89a0797c212bec042b9158a41e5890aff403.tar.gz freebsd-ports-gnome-9e3c89a0797c212bec042b9158a41e5890aff403.tar.zst freebsd-ports-gnome-9e3c89a0797c212bec042b9158a41e5890aff403.zip |
- Update to 0.11
PR: ports/106059
Submitted by: Johan Strom <johan@stromnet.se> (maintainer)
Diffstat (limited to 'net-p2p/rblibtorrent/Makefile')
-rw-r--r-- | net-p2p/rblibtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile index ecf64016caa7..01a683918d9c 100644 --- a/net-p2p/rblibtorrent/Makefile +++ b/net-p2p/rblibtorrent/Makefile @@ -6,13 +6,13 @@ # PORTNAME= libtorrent -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=libtorrent PKGNAMEPREFIX= rb -MAINTAINER= johan@stromnet.org +MAINTAINER= johan@stromnet.se COMMENT= A C++ library implementing a BitTorrent client LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost \ |