diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-02-06 23:20:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-02-06 23:20:50 +0000 |
commit | 84991145cf96a1b34406c8ea79b441b4d51a09bc (patch) | |
tree | d7d0af5d9808c460db88c75cae427e48392a4fee /net/libktorrent | |
parent | 39a5bdf60790652a6c33a9fa253633ecc10cf4d8 (diff) | |
download | pkgsrc-84991145cf96a1b34406c8ea79b441b4d51a09bc.tar.gz |
PKGREVISION bumps for the security/openssl 1.0.1d 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 8b694415682..4fbb7f8376e 100644 --- a/net/libktorrent/Makefile +++ b/net/libktorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/01/26 21:36:41 adam Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/06 23:21:17 jperkin Exp $ DISTNAME= libktorrent-${LIBKTORRENT_VER} -PKGREVISION= 6 +PKGREVISION= 7 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 e4abe5230d2..e352b8ec711 100644 --- a/net/libktorrent/buildlink3.mk +++ b/net/libktorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2013/01/26 21:36:41 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2013/02/06 23:21:17 jperkin 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.2nb6 +BUILDLINK_ABI_DEPENDS.libktorrent+= libktorrent>=1.2.1.2nb7 BUILDLINK_PKGSRCDIR.libktorrent?= ../../net/libktorrent .include "../../devel/boost-libs/buildlink3.mk" |