pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/adzap



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Nov 20 09:26:11 UTC 2018

Modified Files:
        pkgsrc/www/adzap: Makefile

Log Message:
adzap: depend on p5-Perl4-CoreLibs.
This is needed for flush.pl.

Suggested by obache as a fix to PR pkg/48456


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/adzap/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/adzap/Makefile
diff -u pkgsrc/www/adzap/Makefile:1.72 pkgsrc/www/adzap/Makefile:1.73
--- pkgsrc/www/adzap/Makefile:1.72      Wed Aug 22 09:47:22 2018
+++ pkgsrc/www/adzap/Makefile   Tue Nov 20 09:26:11 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2018/08/22 09:47:22 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2018/11/20 09:26:11 maya Exp $
 
 DISTNAME=      adzap-20110915
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    www perl5
 MASTER_SITES=  http://adzapper.sourceforge.net/
 
@@ -25,6 +25,8 @@ SUBST_FILES.paths=    scripts/squid_redirec
 SUBST_FILES.paths+=    scripts/wrapzap
 SUBST_VARS.paths=      PREFIX
 
+DEPENDS+=              p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
+
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/scripts/squid_redirect-nodata \
                ${DESTDIR}${PREFIX}/libexec/squid_redirect



Home | Main Index | Thread Index | Old Index