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:   gdt
Date:           Tue Jun 18 12:33:43 UTC 2019

Modified Files:
        pkgsrc/security/zoneminder: Makefile

Log Message:
security/zoneminder: Depend on p5-Net-SFTP-Foreign

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/security/zoneminder/Makefile:1.41
--- pkgsrc/security/zoneminder/Makefile:1.40    Wed Aug 22 09:46:30 2018
+++ pkgsrc/security/zoneminder/Makefile Tue Jun 18 12:33:43 2019
@@ -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 @@ GNU_CONFIGURE=       yes
 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-Device-SerialPort-[0-9]*:..
 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