1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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
This commit is contained in:
Olli Hauer 2012-11-14 21:31:11 +00:00
parent 182a25d055
commit 530025b3d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307429
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -60,7 +60,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql
.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}