Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/sqtop sqtop: switch to squid4 now that squid3 is gone



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f702e21fb438
branches:  trunk
changeset: 430879:f702e21fb438
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 05 14:04:44 2020 +0000

description:
sqtop: switch to squid4 now that squid3 is gone

Bump PKGREVISION.

Untested.

diffstat:

 www/sqtop/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r cec3a20c28b4 -r f702e21fb438 www/sqtop/Makefile
--- a/www/sqtop/Makefile        Tue May 05 13:45:34 2020 +0000
+++ b/www/sqtop/Makefile        Tue May 05 14:04:44 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2017/09/16 19:27:26 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/05 14:04:44 wiz Exp $
 
 DISTNAME=      sqtop-2013-12-17
 PKGNAME=       ${DISTNAME:C/([0-9])-/\1/g}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES=  http://sqtop.googlecode.com/files/
 EXTRACT_SUFX=  .tar.bz2
@@ -12,7 +12,7 @@
 COMMENT=       Display active client connections for Squid
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      squid-[0-9]*:../../www/squid3
+DEPENDS+=      squid-[0-9]*:../../www/squid4
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index