diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-09 17:39:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-09 17:39:01 +0000 |
commit | 5592d1530c99340ce32d24ce3286ddb5747aa253 (patch) | |
tree | 023a4084385219e94693779b56935bbba2b6238d /wm | |
parent | 9676c40e045003a7958c097d4791aea280c7d871 (diff) | |
download | pkgsrc-5592d1530c99340ce32d24ce3286ddb5747aa253.tar.gz |
recursive bump for libmng-2.0.2 shlib major bump and dependency change
Diffstat (limited to 'wm')
-rw-r--r-- | wm/compiz-fusion-plugins-extra/Makefile | 4 | ||||
-rw-r--r-- | wm/compiz-fusion-plugins-main/Makefile | 4 | ||||
-rw-r--r-- | wm/compiz/Makefile | 4 | ||||
-rw-r--r-- | wm/compiz/buildlink3.mk | 4 | ||||
-rw-r--r-- | wm/icecc/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/wm/compiz-fusion-plugins-extra/Makefile b/wm/compiz-fusion-plugins-extra/Makefile index 90eb1f56f31..13fe39c1947 100644 --- a/wm/compiz-fusion-plugins-extra/Makefile +++ b/wm/compiz-fusion-plugins-extra/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2013/09/02 19:51:27 adam Exp $ +# $NetBSD: Makefile,v 1.32 2013/10/09 17:39:18 wiz Exp $ # PKGVER= 0.8.8 PKGNAME= compiz-fusion-plugins-extra-${PKGVER} DISTNAME= compiz-plugins-extra-${PKGVER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= wm x11 MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/wm/compiz-fusion-plugins-main/Makefile b/wm/compiz-fusion-plugins-main/Makefile index 245bf3660fb..f7d0457be59 100644 --- a/wm/compiz-fusion-plugins-main/Makefile +++ b/wm/compiz-fusion-plugins-main/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2013/09/02 19:50:40 adam Exp $ +# $NetBSD: Makefile,v 1.33 2013/10/09 17:39:18 wiz Exp $ # PKGVER= 0.8.8 PKGNAME= compiz-fusion-plugins-main-${PKGVER} DISTNAME= compiz-plugins-main-${PKGVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= wm x11 MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/wm/compiz/Makefile b/wm/compiz/Makefile index 2de6a20b794..79218c2ae95 100644 --- a/wm/compiz/Makefile +++ b/wm/compiz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.68 2013/09/02 19:50:39 adam Exp $ +# $NetBSD: Makefile,v 1.69 2013/10/09 17:39:03 wiz Exp $ # PKGVER= 0.8.8 DISTNAME= compiz-${PKGVER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= wm x11 MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/wm/compiz/buildlink3.mk b/wm/compiz/buildlink3.mk index c0113f23f2e..a9b1afa2401 100644 --- a/wm/compiz/buildlink3.mk +++ b/wm/compiz/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2013/09/02 19:50:39 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2013/10/09 17:39:03 wiz Exp $ BUILDLINK_TREE+= compiz @@ -6,7 +6,7 @@ BUILDLINK_TREE+= compiz COMPIZ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.compiz+= compiz>=0.6.2 -BUILDLINK_ABI_DEPENDS.compiz+= compiz>=0.8.8nb2 +BUILDLINK_ABI_DEPENDS.compiz+= compiz>=0.8.8nb3 BUILDLINK_PKGSRCDIR.compiz?= ../../wm/compiz pkgbase := compiz diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index e4ebb5272a0..f193df4a30a 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2013/06/06 12:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/10/09 17:39:18 wiz Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. DISTNAME= icecc-2.9 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icecc/} DISTFILES= icecc-2.9.tar.bz2 \ |