pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squidGuard



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 21 15:04:56 UTC 2023

Modified Files:
        pkgsrc/www/squidGuard: Makefile

Log Message:
www/squidGuard: switch to use squid5/Makefile.common

Switch to use squid5/Makefile.common.

No PKGREVISION bump since this change dose not affect any binary change nor
dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/squidGuard/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/squidGuard/Makefile
diff -u pkgsrc/www/squidGuard/Makefile:1.42 pkgsrc/www/squidGuard/Makefile:1.43
--- pkgsrc/www/squidGuard/Makefile:1.42 Tue Jun 28 11:37:49 2022
+++ pkgsrc/www/squidGuard/Makefile      Sun May 21 15:04:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/06/28 11:37:49 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2023/05/21 15:04:56 taca Exp $
 
 DISTNAME=              squidGuard-1.4
 PKGREVISION=           18
@@ -18,7 +18,7 @@ HOMEPAGE=     http://www.squidguard.org/
 COMMENT=       Ultrafast and free filter, redirector and access controller for Squid
 LICENSE=       gnu-gpl-v2
 
-.include "../../www/squid4/Makefile.common"
+.include "../../www/squid5/Makefile.common"
 
 BDB_ACCEPTED=          db4 db5
 USE_TOOLS+=            lex yacc perl



Home | Main Index | Thread Index | Old Index