pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squidview www/squidview: update to 0.86



details:   https://anonhg.NetBSD.org/pkgsrc/rev/544d34551e98
branches:  trunk
changeset: 413969:544d34551e98
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 23 15:17:53 2020 +0000

description:
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

diffstat:

 www/squidview/Makefile                    |   7 +++----
 www/squidview/distinfo                    |  10 +++++-----
 www/squidview/patches/patch-squidview.cpp |  15 ---------------
 3 files changed, 8 insertions(+), 24 deletions(-)

diffs (58 lines):

diff -r ef9e7ee343c8 -r 544d34551e98 www/squidview/Makefile
--- a/www/squidview/Makefile    Mon Mar 23 15:06:30 2020 +0000
+++ b/www/squidview/Makefile    Mon Mar 23 15:17:53 2020 +0000
@@ -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
diff -r ef9e7ee343c8 -r 544d34551e98 www/squidview/distinfo
--- a/www/squidview/distinfo    Mon Mar 23 15:06:30 2020 +0000
+++ b/www/squidview/distinfo    Mon Mar 23 15:17:53 2020 +0000
@@ -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
diff -r ef9e7ee343c8 -r 544d34551e98 www/squidview/patches/patch-squidview.cpp
--- a/www/squidview/patches/patch-squidview.cpp Mon Mar 23 15:06:30 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-squidview.cpp,v 1.1 2016/12/23 22:30:50 joerg Exp $
-
-fopen returns NULL on error.
-
---- squidview.cpp.orig 2016-12-23 00:11:45.178070224 +0000
-+++ squidview.cpp
-@@ -1002,7 +1002,7 @@ int SaveWords()
-   FILE* fOutput;
- 
-   fOutput = fopen (sWordFile.c_str(), "w");
--  if (fOutput <= 0)
-+  if (fOutput == 0)
-     return 0;
- 
-   iIndex = 0;



Home | Main Index | Thread Index | Old Index