pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/zoneminder



Module Name:    pkgsrc
Committed By:   dsainty
Date:           Wed Apr 22 23:17:05 UTC 2020

Modified Files:
        pkgsrc/security/zoneminder: Makefile

Log Message:
Comment that PHP_VERSIONS_ACCEPTED=56 is for php-mysql


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/zoneminder/Makefile

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

Modified files:

Index: pkgsrc/security/zoneminder/Makefile
diff -u pkgsrc/security/zoneminder/Makefile:1.48 pkgsrc/security/zoneminder/Makefile:1.49
--- pkgsrc/security/zoneminder/Makefile:1.48    Sun Mar 29 01:06:11 2020
+++ pkgsrc/security/zoneminder/Makefile Wed Apr 22 23:17:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/03/29 01:06:11 joerg Exp $
+# $NetBSD: Makefile,v 1.49 2020/04/22 23:17:05 dsainty Exp $
 
 # See wip/zoneminder for a draft update to 1.29.0.
 PKGNAME=       ${DISTNAME:S/ZoneMinder-/zoneminder-/}
@@ -21,6 +21,7 @@ EXTRACT_USING=        gtar
 
 DEPENDS+=      netpbm-[0-9]*:../../graphics/netpbm
 
+# This PHP 5.6 limitation is only to match the limitation in php-mysql
 PHP_VERSIONS_ACCEPTED= 56
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.zoneminder



Home | Main Index | Thread Index | Old Index