diff options
author | adam <adam> | 2013-11-20 20:04:35 +0000 |
---|---|---|
committer | adam <adam> | 2013-11-20 20:04:35 +0000 |
commit | aae382eaff7c058230f085597efdc92a36c22ea3 (patch) | |
tree | 78faa6a35d09442343364d9b1977b65b4e608387 /net | |
parent | 00f22e2f49a77d9ed84fe37b18dddd4c4340a40c (diff) | |
download | pkgsrc-aae382eaff7c058230f085597efdc92a36c22ea3.tar.gz |
Revbump after updating devel/boost-libs
Diffstat (limited to 'net')
-rw-r--r-- | net/cclive/Makefile | 4 | ||||
-rw-r--r-- | net/kget/Makefile | 4 | ||||
-rw-r--r-- | net/kopete/Makefile | 4 | ||||
-rw-r--r-- | net/ktorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libktorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libktorrent/buildlink3.mk | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/net/cclive/Makefile b/net/cclive/Makefile index 4b428288a77..a3f1ad4a4bc 100644 --- a/net/cclive/Makefile +++ b/net/cclive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/11/20 13:23:45 obache Exp $ +# $NetBSD: Makefile,v 1.5 2013/11/20 20:04:39 adam Exp $ DISTNAME= cclive-0.7.16 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net multimedia www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cclive/} EXTRACT_SUFX= .tar.xz diff --git a/net/kget/Makefile b/net/kget/Makefile index 5b02d4e9273..ec7b3d0b2c4 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2013/11/20 13:23:45 obache Exp $ +# $NetBSD: Makefile,v 1.3 2013/11/20 20:04:39 adam Exp $ DISTNAME= kget-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net COMMENT= download manager for KDE diff --git a/net/kopete/Makefile b/net/kopete/Makefile index 40e13b286b8..93a0be488eb 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2013/11/20 13:23:45 obache Exp $ +# $NetBSD: Makefile,v 1.3 2013/11/20 20:04:39 adam Exp $ DISTNAME= kopete-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net COMMENT= Multi-protocol instant messenger client diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 8b0d25df632..ec94a21922a 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2013/11/20 13:23:45 obache Exp $ +# $NetBSD: Makefile,v 1.64 2013/11/20 20:04:39 adam Exp $ DISTNAME= ktorrent-${KTORRENT_VER} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/libktorrent/Makefile b/net/libktorrent/Makefile index 170223c5c13..743ed2ca87b 100644 --- a/net/libktorrent/Makefile +++ b/net/libktorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2013/11/20 13:23:41 obache Exp $ +# $NetBSD: Makefile,v 1.19 2013/11/20 20:04:35 adam Exp $ DISTNAME= libktorrent-${LIBKTORRENT_VER} -PKGREVISION= 16 +PKGREVISION= 17 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 28e534f6078..bead5d0663c 100644 --- a/net/libktorrent/buildlink3.mk +++ b/net/libktorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2013/11/20 13:23:41 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2013/11/20 20:04:35 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.2nb16 +BUILDLINK_ABI_DEPENDS.libktorrent+= libktorrent>=1.2.1.2nb17 BUILDLINK_PKGSRCDIR.libktorrent?= ../../net/libktorrent .include "../../devel/boost-libs/buildlink3.mk" |