| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Dec 2012 19:03:02
1.25.0_1
|
flo  |
Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.
This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.
Approved by: portmgr (bapt)
Initial patches by: pgollucci |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
01 Jul 2012 05:42:55
1.25.0
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
30 Mar 2012 18:00:42
1.25.0
|
jgh  |
- Update to 1.25.0
- pass maintainerhship to submitter
- broken on < 900000
- while here drop WWWDIR_REL in favor of WWWDIR and use PORTDOCS
PR: ports/165211
Submitted by: pakhom706@gmail.com
Feature safe: yes |
16 Feb 2012 15:57:34
1.24.4_14
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
14 Feb 2012 12:45:35
1.24.4_13
|
mm  |
Bump pcre library dependency due to 8.30 update |
14 Jan 2012 08:57:23
1.24.4_12
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
21 Nov 2011 14:58:09
1.24.4_12
|
bsam  |
Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe: yes |
13 Nov 2011 17:33:47
1.24.4_12
|
crees  |
Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes |
09 Jul 2011 18:55:02
1.24.4_12
|
bsam  |
. update RC script: create procedure zm_prestart() to detect when
mysqld may be used by zoneminder;
. delete 10 seconds sleep;
. bump PORTREVISION.
Submitted by: dougb (thanks!) |
06 Jul 2011 15:05:09
1.24.4_11
|
bsam  |
. rename rc script (zm.in -> zoneminder.in); [1]
. add a note to UPDATING;
. bump PORTREVISION.
Suggested by: dougb [1] |
06 Jul 2011 14:34:00
1.24.4_10
|
bsam  |
Rework rc script:
. name="zoneminder";
. do load_rc_config at a proper location and remove a second one;
. some whitespace refinement;
. do a 10 seconds pause only at system startup.
Do not bump PORTREVISION for now, it'll be done when the file is renamed.
Submitted by: dougb |
05 Jul 2011 21:53:40
1.24.4_10
|
bsam  |
. create status_cmd (rc.d script with option status should work now);
. bump PORTREVISION.
Reported by: achix (at zoneminder forum) |
27 Jun 2011 17:34:29
1.24.4_9
|
bsam  |
Remove databases/php5-mysql from BUILD_DEPENDS since the dependency
is already utilized by USE_PHP=mysql. |
27 Jun 2011 13:16:04
1.24.4_9
|
bsam  |
Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor
Monitor-1, expected 328, got 316]
The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----
I'm not sure how to properly fix this. I'm all ears.
Suggested by: Yury Bushmelev <jay4mail@gmail.com> (via e-mail) |
26 Jun 2011 20:06:08
1.24.4_8
|
bsam  |
Remove two dependencies:
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
from the base system).
Bump PORTREVISION.
Suggested by: Yury Bushmelev <jay4mail@gmail.com> (via e-mail) |
24 Jun 2011 22:39:03
1.24.4_7
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
16 Jun 2011 18:07:50
1.24.4_6
|
bsam  |
. ZM_V4L2 -> ZM_HAS_V4L2 (at monitorprobe.php); [1]
. == -> = (at configure); [2]
. bump PORTREVISION.
Reported by: pointyhat (via pavmail) [1]
Discussed at: zoneminder forum [1]
Based on: patch by Pavel Timofeev <timp87@gmail.com> [2] |
15 Jun 2011 12:44:41
1.24.4_5
|
bsam  |
. add faststart and faststop options to zmpkg script (this enables zoneminder
loading at system startup);
. bump PORTREVISION. |
14 Jun 2011 14:35:52
1.24.4_4
|
bsam  |
Refine credits to achix.
Proposed by: achix (full nickname, zoneminder forum) |
14 Jun 2011 13:34:53
1.24.4_4
|
bsam  |
Add credits to achix who wrote at least local fbsd camera code by 99,99%.
Discussed with: achix (full nickname, zoneminder forum) |
14 Jun 2011 12:43:22
1.24.4_4
|
bsam  |
1. Add some PHP extensions which are needed at runtime:
. json;
. mysql;
. session.
2. Bump PORTREVISION. |
12 Jun 2011 08:48:39
1.24.4_3
|
bsam  |
. remove devel/p5-PHP-Serialization dependency (the code uses devel/php5-json);
[1]
. bump PORTREVISION;
. remove empty file from files/ by creating the former while pre-build. [2]
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via e-mail) [1]
Suggested by: wen (via e-mail) [2] |
09 Jun 2011 10:13:37
1.24.4_2
|
bsam  |
1) The distfile was re-packaged. Changes: [1]
. fix a typo at a debug message;
. the version ID of that file.
2) Bump PORTREVISION.
PR: ports/157650 [1]
Submitted by: Pavel Timofeev <timp87@gmail.com> [1] |
05 Jun 2011 18:43:16
1.24.4_1
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
05 Jun 2011 11:11:35
1.24.4
|
bsam  |
. update to version 1.24.4; changelog:
http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30;
. remove patches that were incorporated upstream;
. add a patch to fix zm_stream.cpp (add one byte to the path length); [1]
. add one more site to MASTER_SITES.
Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) [1] |
03 Jun 2011 00:03:41
1.24.2_3
|
wen  |
- Revert previous commit
Reported by: bsam@ (maintainer) |
02 Jun 2011 02:57:59
1.24.2_3
|
wen  |
- Remove zero size file
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer(implicit) |
25 May 2011 16:26:02
1.24.2_3
|
bsam  |
Add missing header file.
Note: do not bump PORTREVISION since absence of this file prevents
the port from installing (let alone packaging). Unfortunately both my
workstation and tinderbox have got the file while porting and testing...
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (by email) |
24 May 2011 20:27:10
1.24.2_3
|
bsam  |
. do not use hardcoded perl version at the pkg-plist file;
. bump PORTREVISION.
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) |
23 May 2011 22:45:20
1.24.2_2
|
dougb  |
Remove zero-byte files |
12 May 2011 13:27:52
1.24.2_2
|
bsam  |
. fix plist (move hardcoded perl version to %%PERL_VERSION%%
and mach to %%PERL_ARCH%%);
. bump PORTREVISION.
Spotted by: pointyhat (via pavmail) |
30 Apr 2011 08:52:03
1.24.2_1
|
bsam  |
. use mod_perl2 since apache20 is the default nowadays;
. bump PORTREVISION. |
29 Apr 2011 14:22:37
1.24.2
|
bsam  |
Zoneminder is an all-in-one GPL'd security and surveillance camera solution.
Fully web-based system for viewing and analyzing security camera feeds.
WWW: http://www.zoneminder.com/ |