pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squidview



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 21 14:52:22 UTC 2023

Modified Files:
        pkgsrc/www/squidview: Makefile distinfo

Log Message:
www/squidview: replace LOGDIR properly

Instead of squid4/Makefile, use squid5/Makefile.common to get LOGDIR's
value, too.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/squidview/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/squidview/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squidview/Makefile
diff -u pkgsrc/www/squidview/Makefile:1.8 pkgsrc/www/squidview/Makefile:1.9
--- pkgsrc/www/squidview/Makefile:1.8   Mon Mar 23 15:17:53 2020
+++ pkgsrc/www/squidview/Makefile       Sun May 21 14:52:22 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/03/23 15:17:53 taca Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/21 14:52:22 taca Exp $
 
 DISTNAME=      squidview-0.86
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://www.rillion.net/squidview/
 
@@ -12,7 +13,9 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 
-.include "../../www/squid4/Makefile.common"
+.include "../../www/squid5/Makefile.common"
+
+LOGDIR?=       ${SQUID_DATADIR}/logs
 
 SUBST_CLASSES+=                files
 SUBST_STAGE.files=     pre-configure

Index: pkgsrc/www/squidview/distinfo
diff -u pkgsrc/www/squidview/distinfo:1.6 pkgsrc/www/squidview/distinfo:1.7
--- pkgsrc/www/squidview/distinfo:1.6   Tue Oct 26 11:31:09 2021
+++ pkgsrc/www/squidview/distinfo       Sun May 21 14:52:22 2023
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:31:09 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/05/21 14:52:22 taca Exp $
 
 BLAKE2s (squidview-0.86.tar.gz) = 078ebbd903425c54a2e1acf5f9c46ea6a0d77bc8d0010ebd2dd98313a91373ac
 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



Home | Main Index | Thread Index | Old Index