diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
commit | aea435c684475a7d69a14634c0e51d603ab462ae (patch) | |
tree | 9fd7a37dbb2162cea8ab6c0cd54f7f398658d288 /security/gcr | |
parent | b16775744b3813e095efae692a24050371dacda5 (diff) | |
download | pkgsrc-aea435c684475a7d69a14634c0e51d603ab462ae.tar.gz |
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
Diffstat (limited to 'security/gcr')
-rw-r--r-- | security/gcr/Makefile | 4 | ||||
-rw-r--r-- | security/gcr/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 2675612960e..39171ea4394 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/03/08 16:48:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/10 22:08:58 wiz Exp $ DISTNAME= gcr-3.28.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcr/3.28/} EXTRACT_SUFX= .tar.xz diff --git a/security/gcr/buildlink3.mk b/security/gcr/buildlink3.mk index 43ad8478b9c..a60dbc8ac65 100644 --- a/security/gcr/buildlink3.mk +++ b/security/gcr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2020/03/08 16:48:06 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2020/03/10 22:08:58 wiz Exp $ BUILDLINK_TREE+= gcr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gcr GCR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gcr+= gcr>=3.18.0 -BUILDLINK_ABI_DEPENDS.gcr?= gcr>=3.28.0nb6 +BUILDLINK_ABI_DEPENDS.gcr?= gcr>=3.28.0nb7 BUILDLINK_PKGSRCDIR.gcr?= ../../security/gcr BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38 |