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 /editors/gedit | |
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 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index efd44049607..3a794296077 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.124 2013/06/03 10:04:51 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2013/06/04 22:15:58 tron Exp $ # DISTNAME= gedit-2.30.4 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/gedit/buildlink3.mk b/editors/gedit/buildlink3.mk index 736c11b1d50..a811c6d3bb2 100644 --- a/editors/gedit/buildlink3.mk +++ b/editors/gedit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.35 2013/06/03 10:04:51 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.36 2013/06/04 22:15:58 tron Exp $ BUILDLINK_TREE+= gedit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gedit GEDIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gedit+= gedit>=2.12.1nb4<3 -BUILDLINK_ABI_DEPENDS.gedit+= gedit>=2.30.4nb15 +BUILDLINK_ABI_DEPENDS.gedit+= gedit>=2.30.4nb16 BUILDLINK_PKGSRCDIR.gedit?= ../../editors/gedit .include "../../x11/gtksourceview2/buildlink3.mk" |