pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squidclamav



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 13:08:54 UTC 2023

Modified Files:
        pkgsrc/www/squidclamav: Makefile

Log Message:
squidclamav: add upper bound so binary package matches pkgsrc directory


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/squidclamav/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/squidclamav/Makefile
diff -u pkgsrc/www/squidclamav/Makefile:1.21 pkgsrc/www/squidclamav/Makefile:1.22
--- pkgsrc/www/squidclamav/Makefile:1.21        Tue Jun 28 11:37:50 2022
+++ pkgsrc/www/squidclamav/Makefile     Mon Jul  3 13:08:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/07/03 13:08:54 wiz Exp $
 
 DISTNAME=      squidclamav-6.16
 PKGREVISION=   6
@@ -11,7 +11,7 @@ COMMENT=      Clamav ICAP service and redirec
 LICENSE=       gnu-lgpl-v2.1
 
 DEPENDS+=      clamav>=0.97:../../security/clamav
-DEPENDS+=      squid>=3.1.12:../../www/squid4
+DEPENDS+=      squid>=3.1.12<5:../../www/squid4
 
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index