pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/zoneminder security/zoneminder: Depend on p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30849c8274d9
branches:  trunk
changeset: 335362:30849c8274d9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jun 18 12:33:43 2019 +0000

description:
security/zoneminder: Depend on p5-Net-SFTP-Foreign

Add comment about adding dependencies on perl modules that are maybe
loaded depending on the configuration.

diffstat:

 security/zoneminder/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r fc52e6f515e9 -r 30849c8274d9 security/zoneminder/Makefile
--- a/security/zoneminder/Makefile      Tue Jun 18 11:05:56 2019 +0000
+++ b/security/zoneminder/Makefile      Tue Jun 18 12:33:43 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2018/08/22 09:46:30 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2019/06/18 12:33:43 gdt Exp $
 
 PKGNAME=       ${DISTNAME:S/ZoneMinder-/zoneminder-/}
 DISTNAME=      ZoneMinder-1.28.1
-PKGREVISION=   18
+PKGREVISION=   19
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ZoneMinder/}
 GITHUB_PROJECT=        ZoneMinder
@@ -31,6 +31,12 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    aclocal autoconf autoheader automake gmake perl pkg-config
 
+# zoneminder can depend on a number of perl modules depending on
+# 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.
+
 # MIME::Entity is needed from p5-MIME-tools
 # LWP::UserAgent is needed from p5-libwww
 DEPENDS+=      p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
@@ -39,6 +45,7 @@
 DEPENDS+=      p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
 DEPENDS+=      p5-MIME-Lite-[0-9]*:../../mail/p5-MIME-Lite
 DEPENDS+=      p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
+DEPENDS+=      p5-Net-SFTP-Foreign-[0-9]*:../../net/p5-Net-SFTP-Foreign
 DEPENDS+=      p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
 #DEPENDS+=     {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww



Home | Main Index | Thread Index | Old Index