1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

. rename rc script (zm.in -> zoneminder.in); [1]

. add a note to UPDATING;
. bump PORTREVISION.

Suggested by:	dougb  [1]
This commit is contained in:
Boris Samorodov 2011-07-06 15:05:09 +00:00
parent d7cb6eb71b
commit 3e03f2e8f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277178
3 changed files with 9 additions and 2 deletions

View File

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110706:
AFFECTS: users of multimedia/zoneminder
AUTHOR: bsam@FreeBSD.org
RC script was renamed from zm to zoneminder. So do variables at
/etc/rc.conf[.local]. One should fix the latter file.
20110705:
AFFECTS: users of security/libgcrypt and any port that depends on it
AUTHOR: swills@FreeBSD.org

View File

@ -7,7 +7,7 @@
PORTNAME= zoneminder
PORTVERSION= 1.24.4
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= multimedia
MASTER_SITES= http://www2.zoneminder.com/downloads/ \
http://www.zoneminder.com/downloads/
@ -38,7 +38,7 @@ GNU_CONFIGURE= yes
USE_PHP= json mysql session
USE_PERL5= yes
USE_MYSQL= yes
USE_RC_SUBR= zm
USE_RC_SUBR= zoneminder
CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \
--with-webdir=${WWWDIR}/data \