pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTML-Template-Compiled



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  3 21:25:34 UTC 2019

Modified Files:
        pkgsrc/www/p5-HTML-Template-Compiled: Makefile

Log Message:
p5-HTML-Template-Compiled: fix pattern in DEPENDS.

pkglint even warns about this nowadays :)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-HTML-Template-Compiled/Makefile

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

Modified files:

Index: pkgsrc/www/p5-HTML-Template-Compiled/Makefile
diff -u pkgsrc/www/p5-HTML-Template-Compiled/Makefile:1.1 pkgsrc/www/p5-HTML-Template-Compiled/Makefile:1.2
--- pkgsrc/www/p5-HTML-Template-Compiled/Makefile:1.1   Mon Jun  3 11:35:04 2019
+++ pkgsrc/www/p5-HTML-Template-Compiled/Makefile       Mon Jun  3 21:25:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/06/03 11:35:04 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/06/03 21:25:34 wiz Exp $
 
 DISTNAME=      HTML-Template-Compiled-1.003
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      Template System Compiles HTML::
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
-DEPENDS+=      p5-HTML-Parser:../../www/p5-HTML-Parser
+DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 
 PERL5_PACKLIST=        auto/HTML/Template/Compiled/.packlist



Home | Main Index | Thread Index | Old Index