pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/adzap adzap: depend on p5-Perl4-CoreLibs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/384ab1c02b7a
branches:  trunk
changeset: 315253:384ab1c02b7a
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Nov 20 09:26:11 2018 +0000

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

Suggested by obache as a fix to PR pkg/48456

diffstat:

 www/adzap/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r adca500d5264 -r 384ab1c02b7a www/adzap/Makefile
--- a/www/adzap/Makefile        Tue Nov 20 09:21:23 2018 +0000
+++ b/www/adzap/Makefile        Tue Nov 20 09:26:11 2018 +0000
@@ -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/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