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 | 84fac2d633f153f38089c756692e0202cb3d8f32 (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /misc/goffice0.6 | |
parent | d2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff) | |
download | pkgsrc-84fac2d633f153f38089c756692e0202cb3d8f32.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 'misc/goffice0.6')
-rw-r--r-- | misc/goffice0.6/Makefile | 4 | ||||
-rw-r--r-- | misc/goffice0.6/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/goffice0.6/Makefile b/misc/goffice0.6/Makefile index cb6ec69d6ed..b8f50afaaaf 100644 --- a/misc/goffice0.6/Makefile +++ b/misc/goffice0.6/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2013/06/03 10:05:34 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/06/04 22:16:41 tron Exp $ # DISTNAME= goffice-0.6.6 PKGNAME= goffice0.6-0.6.6 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.6/} diff --git a/misc/goffice0.6/buildlink3.mk b/misc/goffice0.6/buildlink3.mk index ebf9bde5690..320b69a52b8 100644 --- a/misc/goffice0.6/buildlink3.mk +++ b/misc/goffice0.6/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2013/06/03 10:05:34 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2013/06/04 22:16:41 tron Exp $ BUILDLINK_TREE+= goffice0.6 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= goffice0.6 GOFFICE0.6_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.goffice0.6+= goffice0.6>=0.6.1 -BUILDLINK_ABI_DEPENDS.goffice0.6+= goffice0.6>=0.6.6nb24 +BUILDLINK_ABI_DEPENDS.goffice0.6+= goffice0.6>=0.6.6nb25 BUILDLINK_PKGSRCDIR.goffice0.6?= ../../misc/goffice0.6 #.include "../../converters/libiconv/buildlink3.mk" |