Received: by mail.netbsd.org (Postfix, from userid 605) id EEABC84E5F; Tue, 20 Nov 2018 09:26:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 057B884E5E for ; Tue, 20 Nov 2018 09:26:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C0C_-FBPOQ7v for ; Tue, 20 Nov 2018 09:26:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E5AF84D61 for ; Tue, 20 Nov 2018 09:26:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96A0FFB1F; Tue, 20 Nov 2018 09:26:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1542705971103070" MIME-Version: 1.0 Date: Tue, 20 Nov 2018 09:26:11 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/adzap To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20181120092611.96A0FFB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1542705971103070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1542705971103070 Content-Disposition: inline Content-Length: 816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1542705971103070--