pkgsrc-WIP-changes archive

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

zoneminder: Add last 2 missing documented dependencies



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Jun 4 11:04:20 2023 -0400
Changeset:	a2a351bd368f8f6d9ac1850c1333b990c4718550

Modified Files:
	zoneminder/Makefile
	zoneminder/TODO

Log Message:
zoneminder: Add last 2 missing documented dependencies

In theory, now only undocumented dependencies are missing.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a2a351bd368f8f6d9ac1850c1333b990c4718550

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

diffstat:
 zoneminder/Makefile | 4 +++-
 zoneminder/TODO     | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index 57559e8418..a2e0e399e8 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.42 2019/06/18 12:36:59 gdt Exp $
 
 VERSION=	1.32.3
-PKGREVISION=	5
+PKGREVISION=	6
 # Distfile is ZoneMinder but package and tarball contents are zoneminder.
 NAME_DIST=	ZoneMinder
 NAME_LOWER=	zoneminder
@@ -180,6 +180,7 @@ DEPENDS+=	p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
 DEPENDS+=	p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
 DEPENDS+=	p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
 DEPENDS+=	p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
+DEPENDS+=	p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
 DEPENDS+=	p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
 DEPENDS+=	p5-Sys-Mmap-[0-9]*:../../devel/p5-Sys-Mmap
 DEPENDS+=	p5-MIME-Lite-[0-9]*:../../mail/p5-MIME-Lite
@@ -238,6 +239,7 @@ DEPENDS+=	${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql
 DEPENDS+=	${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
 DEPENDS+=	${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets
 DEPENDS+=	${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+DEPENDS+=	${PHP_PKG_PREFIX}-apcu-[0-9]*:../../www/php-apcu
 
 ## WEB
 
diff --git a/zoneminder/TODO b/zoneminder/TODO
index a74cd75b17..bb66db0b8a 100644
--- a/zoneminder/TODO
+++ b/zoneminder/TODO
@@ -13,9 +13,9 @@
 3) 1.32
 
    https://github.com/ZoneMinder/zoneminder/releases/tag/1.32.0
-   https://github.com/ZoneMinder/zoneminder/issues/2078#issuecomment-395094624
 
-   new deps: pecl-apcu, file-slurp, format-human-bytes
+   https://github.com/ZoneMinder/zoneminder/issues/2078#issuecomment-395094624
+   [I believe all items in this checklist have been dealt with.]
 
    Install conf.d/zmpaths.conf setting the paths we set, because that
    seems necessary.


Home | Main Index | Thread Index | Old Index