diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | e05e426ab43da6bb48ab55916d999c4d503e688a (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /wm/metacity | |
parent | 6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff) | |
download | pkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'wm/metacity')
-rw-r--r-- | wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | wm/metacity/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 3a289ed95ed..ecb71643368 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.107 2013/06/03 10:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2013/06/04 22:17:13 tron Exp $ # DISTNAME= metacity-2.34.1 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= wm x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.34/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/metacity/buildlink3.mk b/wm/metacity/buildlink3.mk index dc15645e6c2..e7fb923429a 100644 --- a/wm/metacity/buildlink3.mk +++ b/wm/metacity/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.36 2013/06/03 10:06:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.37 2013/06/04 22:17:13 tron Exp $ BUILDLINK_TREE+= metacity @@ -6,7 +6,7 @@ BUILDLINK_TREE+= metacity METACITY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.metacity+= metacity>=2.8.5 -BUILDLINK_ABI_DEPENDS.metacity+= metacity>=2.34.1nb11 +BUILDLINK_ABI_DEPENDS.metacity+= metacity>=2.34.1nb12 BUILDLINK_PKGSRCDIR.metacity?= ../../wm/metacity .include "../../devel/gettext-lib/buildlink3.mk" |