svn commit: r307429 - in head/devel: bugzilla3 bugzilla42
Olli Hauer
ohauer at FreeBSD.org
Wed Nov 14 21:31:12 UTC 2012
Author: ohauer
Date: Wed Nov 14 21:31:11 2012
New Revision: 307429
URL: http://svnweb.freebsd.org/changeset/ports/307429
Log:
- adjust required PgSQL module for bugzilla42
From Release Notes:
PostgreSQL 9.2 requires DBD::Pg 2.19.3. (Bug 799721)
No revision bump, p5-DBD-Pg-2.19.3
a) not on per default
b) in the tree since a view months
- add deprecation message to bugzilla3
From the announcement:
Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x series
will reach end of life. If you are using that series, we encourage
you to upgrade to 4.2.4 now.
http://groups.google.com/group/mozilla.support.bugzilla/browse_thread/thread/d8dcc99be0f89421
Feature safe: yes
Modified:
head/devel/bugzilla3/Makefile
head/devel/bugzilla42/Makefile
Modified: head/devel/bugzilla3/Makefile
==============================================================================
--- head/devel/bugzilla3/Makefile Wed Nov 14 21:25:26 2012 (r307428)
+++ head/devel/bugzilla3/Makefile Wed Nov 14 21:31:11 2012 (r307429)
@@ -28,6 +28,9 @@ USE_PERL5= yes
BINMODE= 700
+DEPRECATED= Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x \
+ series will reach end of life
+
SUB_FILES= pkg-message
DATA_DIRS_LIST= images js skins
Modified: head/devel/bugzilla42/Makefile
==============================================================================
--- head/devel/bugzilla42/Makefile Wed Nov 14 21:25:26 2012 (r307428)
+++ head/devel/bugzilla42/Makefile Wed Nov 14 21:31:11 2012 (r307429)
@@ -60,7 +60,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${POR
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
-RUN_DEPENDS+= p5-DBD-Pg>=1.45:${PORTSDIR}/databases/p5-DBD-Pg
+RUN_DEPENDS+= p5-DBD-Pg>=2.19.3:${PORTSDIR}/databases/p5-DBD-Pg
.endif
.if ${PORT_OPTIONS:MSQLITE}
More information about the svn-ports-all
mailing list