pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed May 25 10:55:30 UTC 2022

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: require py-gi-docgen>=2022.1nb1

Issue noted by Hauke Fath in PR pkg/56856.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/graphics/librsvg/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/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.141 pkgsrc/graphics/librsvg/Makefile:1.142
--- pkgsrc/graphics/librsvg/Makefile:1.141      Sun May 22 17:22:13 2022
+++ pkgsrc/graphics/librsvg/Makefile    Wed May 25 10:55:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2022/05/22 17:22:13 gutteridge Exp $
+# $NetBSD: Makefile,v 1.142 2022/05/25 10:55:30 gutteridge Exp $
 
 DISTNAME=      librsvg-2.54.3
 CATEGORIES=    graphics gnome
@@ -23,7 +23,7 @@ PYTHON_FOR_BUILD_ONLY=        tool
 # Requires rst2man to generate rsvg-convert.1
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 # Requires gi-docgen to generate HTML format API documentation
-TOOL_DEPENDS+=         ${PYPKGPREFIX}-gi-docgen-[0-9]*:../../devel/py-gi-docgen
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-gi-docgen>=2022.1nb1:../../devel/py-gi-docgen
 
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib
 



Home | Main Index | Thread Index | Old Index