Tue Jun 18 12:37:35 2019 UTC ()
zoneminder: fix typo in comment.


(wiz)
diff -r1.42 -r1.43 pkgsrc/security/zoneminder/Makefile

cvs diff -r1.42 -r1.43 pkgsrc/security/zoneminder/Makefile (expand / switch to unified diff)

--- pkgsrc/security/zoneminder/Makefile 2019/06/18 12:36:59 1.42
+++ pkgsrc/security/zoneminder/Makefile 2019/06/18 12:37:35 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.42 2019/06/18 12:36:59 gdt Exp $ 1# $NetBSD: Makefile,v 1.43 2019/06/18 12:37:35 wiz Exp $
2 2
3PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/} 3PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/}
4DISTNAME= ZoneMinder-1.28.1 4DISTNAME= ZoneMinder-1.28.1
5PKGREVISION= 20 5PKGREVISION= 20
6CATEGORIES= security 6CATEGORIES= security
7MASTER_SITES= ${MASTER_SITE_GITHUB:=ZoneMinder/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=ZoneMinder/}
8GITHUB_PROJECT= ZoneMinder 8GITHUB_PROJECT= ZoneMinder
9GITHUB_TYPE= tag 9GITHUB_TYPE= tag
10GITHUB_TAG= v${PKGVERSION_NOREV} 10GITHUB_TAG= v${PKGVERSION_NOREV}
11 11
12MAINTAINER= dsainty@NetBSD.org 12MAINTAINER= dsainty@NetBSD.org
13HOMEPAGE= https://www.zoneminder.com/ 13HOMEPAGE= https://www.zoneminder.com/
14COMMENT= Video camera security and surveillance solution 14COMMENT= Video camera security and surveillance solution
@@ -25,27 +25,27 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder @@ -25,27 +25,27 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder
25PKG_SUPPORTED_OPTIONS= apache 25PKG_SUPPORTED_OPTIONS= apache
26PKG_SUGGESTED_OPTIONS= apache 26PKG_SUGGESTED_OPTIONS= apache
27 27
28.include "../../mk/bsd.options.mk" 28.include "../../mk/bsd.options.mk"
29 29
30GNU_CONFIGURE= yes 30GNU_CONFIGURE= yes
31USE_LANGUAGES= c c++ 31USE_LANGUAGES= c c++
32USE_TOOLS+= aclocal autoconf autoheader automake gmake perl pkg-config 32USE_TOOLS+= aclocal autoconf autoheader automake gmake perl pkg-config
33 33
34# zoneminder can depend on a number of perl modules depending on 34# zoneminder can depend on a number of perl modules depending on
35# configuration. We take the view that if an installation can be 35# configuration. We take the view that if an installation can be
36# reasonably configured to use a module, that module should be a 36# reasonably configured to use a module, that module should be a
37# dependency, absent some reason that it is so heavyweight that it 37# dependency, absent some reason that it is so heavyweight that it
38# shoudl be an option. 38# should be an option.
39 39
40# MIME::Entity is needed from p5-MIME-tools 40# MIME::Entity is needed from p5-MIME-tools
41# LWP::UserAgent is needed from p5-libwww 41# LWP::UserAgent is needed from p5-libwww
42DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip 42DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
43DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip 43DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
44DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort 44DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
45DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql 45DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
46DEPENDS+= p5-MIME-Lite-[0-9]*:../../mail/p5-MIME-Lite 46DEPENDS+= p5-MIME-Lite-[0-9]*:../../mail/p5-MIME-Lite
47DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools 47DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
48DEPENDS+= p5-Net-SFTP-Foreign-[0-9]*:../../net/p5-Net-SFTP-Foreign 48DEPENDS+= p5-Net-SFTP-Foreign-[0-9]*:../../net/p5-Net-SFTP-Foreign
49DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization 49DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
50#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes 50#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
51DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 51DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww