Mon Mar 23 15:17:53 2020 UTC ()
www/squidview: update to 0.86

Update squidview to 0.86.
pkgsrc change: switch to use squid4/Makefile.common instead of squid3.

0.86 February 2017
- fix clang compiler warning, thanks http://people.freebsd.org/~danilo/

0.85 Janurary 2017
- another result code, thanks Yuri Voinov

0.84 December 2016
- INM result code as 'U' - unmodified
  thanks Yuri Voinov

0.82-0.83: May 2016
- add more squid result codes
  thanks to Yuri Voinov for the suggestions, corrections

0.81: January 2015
- squid result code update
  thanks to Yuri Voinov for the suggestion


(taca)
diff -r1.7 -r1.8 pkgsrc/www/squidview/Makefile
diff -r1.3 -r1.4 pkgsrc/www/squidview/distinfo
diff -r1.1 -r0 pkgsrc/www/squidview/patches/patch-squidview.cpp

cvs diff -r1.7 -r1.8 pkgsrc/www/squidview/Makefile (expand / switch to context diff)
--- pkgsrc/www/squidview/Makefile 2019/11/04 22:10:15 1.7
+++ pkgsrc/www/squidview/Makefile 2020/03/23 15:17:53 1.8
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/11/04 22:10:15 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/23 15:17:53 taca Exp $
 
-DISTNAME=	squidview-0.80
-PKGREVISION=	3
+DISTNAME=	squidview-0.86
 CATEGORIES=	www
 MASTER_SITES=	http://www.rillion.net/squidview/
 
@@ -13,7 +12,7 @@
 USE_LANGUAGES=		c c++
 GNU_CONFIGURE=		yes
 
-.include "../../www/squid3/Makefile.common"
+.include "../../www/squid4/Makefile.common"
 
 SUBST_CLASSES+=		files
 SUBST_STAGE.files=	pre-configure

cvs diff -r1.3 -r1.4 pkgsrc/www/squidview/distinfo (expand / switch to context diff)
--- pkgsrc/www/squidview/distinfo 2016/12/23 22:30:50 1.3
+++ pkgsrc/www/squidview/distinfo 2020/03/23 15:17:53 1.4
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2016/12/23 22:30:50 joerg Exp $
+$NetBSD: distinfo,v 1.4 2020/03/23 15:17:53 taca Exp $
 
-SHA1 (squidview-0.80.tar.gz) = a87c83d9e7ddd13f733330ca59d892099b8c963c
-RMD160 (squidview-0.80.tar.gz) = 296a3c411d5dea4ae78c75d07ec5b32bdf96f87a
-SHA512 (squidview-0.80.tar.gz) = 4a9bb0f296222ef5c8c127d4e0697ff050a2adcf8b28771379da32af816a2d43edbbd3f02920dc2c54735e7a22f50e6b9040067e2b77136506f472cfedff8894
-Size (squidview-0.80.tar.gz) = 122502 bytes
+SHA1 (squidview-0.86.tar.gz) = 5e467e56889e12568a1f2c78925c527733fcecd7
+RMD160 (squidview-0.86.tar.gz) = 60a739c50a7ff91e3b1cea45a55e241499760f33
+SHA512 (squidview-0.86.tar.gz) = c020799e149a4884525b832a21ce990b90da5d3e1caac240913a37b8559bac4e3402b8f5732c3728308ecbea0a56a9e4b764ec7f36b15727c000d6d9e25a57a6
+Size (squidview-0.86.tar.gz) = 129911 bytes
 SHA1 (patch-squidview.1) = 9065a6a295d25bd1e76c548e2e92223131602065
 SHA1 (patch-squidview.cpp) = db7b7f4cdce0801a0f36fa644e9787eaa8f56f03

File Deleted: pkgsrc/www/squidview/patches/Attic/patch-squidview.cpp