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 /devel/xulrunner192 | |
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 'devel/xulrunner192')
-rw-r--r-- | devel/xulrunner192/Makefile | 4 | ||||
-rw-r--r-- | devel/xulrunner192/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/xulrunner192/Makefile b/devel/xulrunner192/Makefile index d019113ea2d..6f57dc0aafc 100644 --- a/devel/xulrunner192/Makefile +++ b/devel/xulrunner192/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/06/03 10:04:50 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/06/04 22:15:57 tron Exp $ .include "dist.mk" PKGNAME= xulrunner192-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= devel www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/xulrunner192/buildlink3.mk b/devel/xulrunner192/buildlink3.mk index 00ca7baaae1..99b0ec31190 100644 --- a/devel/xulrunner192/buildlink3.mk +++ b/devel/xulrunner192/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/06/03 10:04:50 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/06/04 22:15:57 tron Exp $ BUILDLINK_TREE+= xulrunner192 @@ -11,7 +11,7 @@ xulrunner192-preconfigure: cp ${PREFIX}/lib/xulrunner192/pkgconfig/* ${BUILDLINK_DIR}/lib/pkgconfig BUILDLINK_API_DEPENDS.xulrunner192+= xulrunner192>=1.9.2.17nb2<2.0 -BUILDLINK_ABI_DEPENDS.xulrunner192+= xulrunner192>=1.9.2.28nb12 +BUILDLINK_ABI_DEPENDS.xulrunner192+= xulrunner192>=1.9.2.28nb13 BUILDLINK_PKGSRCDIR.xulrunner192?= ../../devel/xulrunner192 pkgbase := xulrunner192 |