multimedia/zoneminder: Update to 1.34.21
PR: 250234 Submitted by: Ivan <bsd@abinet.ru> (maintainer)
This commit is contained in:
parent
797ef6942f
commit
e36fa5a35d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554053
4 changed files with 3197 additions and 3205 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zoneminder
|
||||
PORTVERSION= 1.34.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.34.21
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= bsd@abinet.ru
|
||||
|
@ -46,14 +45,16 @@ GH_TUPLE= zoneminder:crud:0bd63fb:crud \
|
|||
USE_RC_SUBR= zoneminder
|
||||
USE_PHP= json pdo_mysql session gd sockets ctype opcache openssl hash
|
||||
|
||||
OPTIONS_DEFINE= NLS V4L DOCS
|
||||
OPTIONS_DEFINE= NLS V4L
|
||||
OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
|
||||
V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l
|
||||
PKGMESSAGE= ${MASTERDIR}/pkg-message
|
||||
|
||||
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
SHEBANG_FILES= scripts/zmaudit.pl.in \
|
||||
scripts/zmcamtool.pl.in \
|
||||
|
@ -72,8 +73,6 @@ SHEBANG_FILES= scripts/zmaudit.pl.in \
|
|||
scripts/zmonvif-probe.pl.in \
|
||||
scripts/zmrecover.pl.in
|
||||
|
||||
PORTDOCS= README.FreeBSD
|
||||
|
||||
CMAKE_ARGS+= -DZM_PERL_MM_PARMS=INSTALLDIRS=site \
|
||||
-DZM_CONFIG_DIR=${PREFIX}/etc \
|
||||
-DZM_CONFIG_SUBDIR=${PREFIX}/etc/zoneminder \
|
||||
|
@ -102,8 +101,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
|||
post-extract:
|
||||
${CP} -R ${WRKSRC_crud}/* ${WRKSRC}/web/api/app/Plugin/Crud
|
||||
${CP} -R ${WRKSRC_crud_plugin}/* ${WRKSRC}/web/api/app/Plugin/CakePHP-Enum-Behavior
|
||||
${CP} ${FILESDIR}/README.FreeBSD ${WRKSRC}
|
||||
${CP} ${FILESDIR}/README.FreeBSD ${PKGMESSAGE}
|
||||
${REINPLACE_CMD} -e 's|/dev/shm|/tmp|g' ${WRKSRC}/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
|
||||
|
||||
post-patch:
|
||||
|
@ -122,8 +119,4 @@ pre-install:
|
|||
${MKDIR} ${STAGEDIR}/var/run/zm
|
||||
${MKDIR} ${STAGEDIR}/var/tmp/zm
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1586081021
|
||||
SHA256 (zoneminder-zoneminder-1.34.9_GH0.tar.gz) = 446cd622d5168bdae21ae108b380825cd9591064bf6b4e0679a7acb8eb5caa92
|
||||
SIZE (zoneminder-zoneminder-1.34.9_GH0.tar.gz) = 10386489
|
||||
TIMESTAMP = 1602237427
|
||||
SHA256 (zoneminder-zoneminder-1.34.21_GH0.tar.gz) = 3abb0b92ffd4bf109f6a8f60e2e7196f304e8b7caf8e24c3fe4d2041696c5310
|
||||
SIZE (zoneminder-zoneminder-1.34.21_GH0.tar.gz) = 10406006
|
||||
SHA256 (zoneminder-crud-0bd63fb_GH0.tar.gz) = d4c82d714ea74606726d11be973b17d3f9b57ad6c6559e1a29affa60c6f3a579
|
||||
SIZE (zoneminder-crud-0bd63fb_GH0.tar.gz) = 73129
|
||||
SHA256 (zoneminder-CakePHP-Enum-Behavior-ea90c0c_GH0.tar.gz) = 3a9006c7c59f2b864ce628df4725b241fc23cfd9abc56e746acbd22d850f5ab1
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
|
||||
ZoneMinder is a free, open source Closed-circuit television software
|
||||
application developed for Unix-like operating systems which supports
|
||||
IP, USB and Analog cameras.
|
||||
|
||||
New installs
|
||||
============
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ZoneMinder requires a MySQL (or MySQL forks) database backend and
|
||||
a http server, capable to execute PHP and CGI scripts.
|
||||
|
||||
|
@ -162,10 +157,12 @@ the same server.
|
|||
Enable and start ZoneMinder
|
||||
sysrc zoneminder_enable="YES"
|
||||
service zoneminder start
|
||||
|
||||
Upgrades
|
||||
========
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
message: <<EOM
|
||||
To perform an upgrade from any version:
|
||||
|
||||
1. Stop ZoneMinder
|
||||
service zoneminder stop
|
||||
|
||||
|
@ -174,11 +171,6 @@ Upgrades
|
|||
|
||||
3. Start ZoneMinder
|
||||
service zoneminder start
|
||||
|
||||
Upgrading from www/zoneminder 1.32.x
|
||||
=====================================================
|
||||
|
||||
Before proceeding to upgrade sequence listed above,
|
||||
|
||||
1. Connect to mysql server with root and issue
|
||||
set global log_bin_trust_function_creators=1;
|
||||
EOM
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue