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:           Sun Sep 19 00:11:15 UTC 2021

Modified Files:
        pkgsrc/security/zoneminder: Makefile

Log Message:
Reinstate the comment that the 5.6 limitation is for php-mysql, because that's
valuable insight, and still unfortunately the case.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 pkgsrc/security/zoneminder/Makefile:1.57
--- pkgsrc/security/zoneminder/Makefile:1.56    Wed Jun 23 20:33:16 2021
+++ pkgsrc/security/zoneminder/Makefile Sun Sep 19 00:11:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2021/06/23 20:33:16 nia Exp $
+# $NetBSD: Makefile,v 1.57 2021/09/19 00:11:15 dsainty Exp $
 
 VERSION=       1.29.0
 # Sometimes the distfile unpacks to ZoneMinder and sometimes zoneminder.
@@ -25,6 +25,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
@@ -41,7 +42,7 @@ USE_TOOLS+=   aclocal autoconf autoheader 
 # configuration.  We take the view that if an installation can be
 # reasonably configured to use a module, that module should be a
 # dependency, absent some reason that it is so heavyweight that it
-# shoudl be an option.
+# should be an option.
 
 # MIME::Entity is needed from p5-MIME-tools
 # LWP::UserAgent is needed from p5-libwww



Home | Main Index | Thread Index | Old Index