diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-05 11:27:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-05 11:27:40 +0000 |
commit | ee3e800374a703dffb75012abfd6460dc7e71dbb (patch) | |
tree | 25584fd3e292ea8eda1521e1d5890e538d3b45a5 /net/libtorrent | |
parent | 46d95ddf588397c3f5f774ab84ef545207bea97b (diff) | |
download | pkgsrc-ee3e800374a703dffb75012abfd6460dc7e71dbb.tar.gz |
Bump PKGREVISION for security/openssl ABI bump.
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 3 | ||||
-rw-r--r-- | net/libtorrent/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 9c239d30ec5..b53cddcc108 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2015/10/11 10:41:37 tron Exp $ +# $NetBSD: Makefile,v 1.55 2016/03/05 11:27:52 jperkin Exp $ DISTNAME= libtorrent-0.13.6 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://rtorrent.net/downloads/ diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk index ecc1fcd2403..0808dc55b4d 100644 --- a/net/libtorrent/buildlink3.mk +++ b/net/libtorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.23 2015/10/11 10:41:37 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2016/03/05 11:27:52 jperkin Exp $ BUILDLINK_TREE+= libtorrent @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libtorrent LIBTORRENT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.13.6 -BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.13.6 +BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.13.6nb1 BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent .include "../../devel/libsigc++/buildlink3.mk" |