pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ufdbguard



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Fri Nov 10 13:19:49 UTC 2023

Modified Files:
        pkgsrc/www/ufdbguard: Makefile

Log Message:
www/ufdbguard: Replace perl interpreter on CGI script

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ufdbguard/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/ufdbguard/Makefile
diff -u pkgsrc/www/ufdbguard/Makefile:1.8 pkgsrc/www/ufdbguard/Makefile:1.9
--- pkgsrc/www/ufdbguard/Makefile:1.8   Wed Nov  8 15:05:18 2023
+++ pkgsrc/www/ufdbguard/Makefile       Fri Nov 10 13:19:49 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2023/11/08 15:05:18 sborrill Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/10 13:19:49 sborrill Exp $
 
 DISTNAME=      ufdbGuard-${VERSION}
 VERSION=       1.35.5
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ufdbguard-${VERSION}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ufdbguard/}
@@ -16,6 +16,7 @@ BUILD_DEFS+=  VARBASE
 
 USE_LANGUAGES= c c++
 GNU_CONFIGURE= yes
+REPLACE_PERL=  samples/URLblocked.cgi
 USE_TOOLS+=    perl:run bash
 
 RCD_SCRIPTS+=  ufdbguardd



Home | Main Index | Thread Index | Old Index