pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-XML-Twig



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr 30 01:36:13 UTC 2023

Modified Files:
        pkgsrc/textproc/p5-XML-Twig: Makefile

Log Message:
Add a DEPENDS to make it work better


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/p5-XML-Twig/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-XML-Twig/Makefile
diff -u pkgsrc/textproc/p5-XML-Twig/Makefile:1.44 pkgsrc/textproc/p5-XML-Twig/Makefile:1.45
--- pkgsrc/textproc/p5-XML-Twig/Makefile:1.44   Tue Jun 28 11:36:45 2022
+++ pkgsrc/textproc/p5-XML-Twig/Makefile        Sun Apr 30 01:36:13 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2022/06/28 11:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2023/04/30 01:36:13 wen Exp $
 
 DISTNAME=      XML-Twig-3.52
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
 
@@ -12,6 +12,7 @@ COMMENT=      Efficient XML document interfac
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
+DEPENDS+=      p5-XML-XPath>=0:../../textproc/p5-XML-XPath
 
 # The modules listed below are required for testing purposes only
 # they are not required for building the package



Home | Main Index | Thread Index | Old Index