summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2021-09-19 00:11:15 +0000
committerdsainty <dsainty@pkgsrc.org>2021-09-19 00:11:15 +0000
commit0bc64a3055d8ebca9006d9da1a3157bca8df8650 (patch)
treed0a66d2c17414ae4225320968e04a21d7317743e /security
parent437b06001bf9b6e9283d0a6776161f326c9086a2 (diff)
downloadpkgsrc-0bc64a3055d8ebca9006d9da1a3157bca8df8650.tar.gz
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.
Diffstat (limited to 'security')
-rw-r--r--security/zoneminder/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/zoneminder/Makefile b/security/zoneminder/Makefile
index 25092ec4bdb..fbdcade7cc8 100644
--- a/security/zoneminder/Makefile
+++ b/security/zoneminder/Makefile
@@ -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 automake gmake perl pkg-config
# 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