diff options
author | adam <adam@pkgsrc.org> | 2014-08-13 10:57:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-08-13 10:57:32 +0000 |
commit | e74b9cc2f696f1f43381fdf47f2711617b0d930e (patch) | |
tree | 7d3b73c578b84d1623d205723cc8c955961e9166 /net/libktorrent | |
parent | 9bca4c8af828c6602dac535c24d63f046dc1ea84 (diff) | |
download | pkgsrc-e74b9cc2f696f1f43381fdf47f2711617b0d930e.tar.gz |
Revbump after boost-libs update
Diffstat (limited to 'net/libktorrent')
-rw-r--r-- | net/libktorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libktorrent/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/libktorrent/Makefile b/net/libktorrent/Makefile index 8bc224b5fc7..98d308f31ba 100644 --- a/net/libktorrent/Makefile +++ b/net/libktorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2014/05/29 23:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/08/13 10:57:32 adam Exp $ DISTNAME= libktorrent-${LIBKTORRENT_VER} -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ DISTFILES= libktorrent-${LIBKTORRENT_FILEVER}.tar.bz2 diff --git a/net/libktorrent/buildlink3.mk b/net/libktorrent/buildlink3.mk index 39e368de0d5..b2271e36b8e 100644 --- a/net/libktorrent/buildlink3.mk +++ b/net/libktorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2014/05/15 14:41:57 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2014/08/13 10:57:32 adam Exp $ BUILDLINK_TREE+= libktorrent @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libktorrent LIBKTORRENT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libktorrent+= libktorrent>=1.2.1.2 -BUILDLINK_ABI_DEPENDS.libktorrent+= libktorrent>=1.2.1.2nb21 +BUILDLINK_ABI_DEPENDS.libktorrent+= libktorrent>=1.2.1.2nb23 BUILDLINK_PKGSRCDIR.libktorrent?= ../../net/libktorrent .include "../../devel/boost-libs/buildlink3.mk" |