pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  7 20:34:14 UTC 2022

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile

Log Message:
gexiv2: gobject-introspection is a build dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gexiv2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.20 pkgsrc/graphics/gexiv2/Makefile:1.21
--- pkgsrc/graphics/gexiv2/Makefile:1.20        Wed Mar 30 10:02:24 2022
+++ pkgsrc/graphics/gexiv2/Makefile     Tue Jun  7 20:34:14 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/03/30 10:02:24 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/06/07 20:34:14 wiz Exp $
 
 DISTNAME=      gexiv2-0.12.2
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    graphics devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gexiv2/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -31,8 +31,8 @@ BUILDLINK_TRANSFORM.SunOS+=   rm:-Wl,--ver
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection=     build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/exiv2/buildlink3.mk"
-BUILDLINK_DEPMETHOD.vala=      build
 .include "../../lang/vala/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index