pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/sqtop



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  5 14:04:44 UTC 2020

Modified Files:
        pkgsrc/www/sqtop: Makefile

Log Message:
sqtop: switch to squid4 now that squid3 is gone

Bump PKGREVISION.

Untested.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/sqtop/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/sqtop/Makefile
diff -u pkgsrc/www/sqtop/Makefile:1.11 pkgsrc/www/sqtop/Makefile:1.12
--- pkgsrc/www/sqtop/Makefile:1.11      Sat Sep 16 19:27:26 2017
+++ pkgsrc/www/sqtop/Makefile   Tue May  5 14:04:44 2020
@@ -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 @@ HOMEPAGE=     https://github.com/paleg/sqtop
 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