diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-11-15 05:31:11 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-11-15 05:31:11 +0800 |
commit | 1fa23846d40c6e5a3c181fc9637de2d251fa3fea (patch) | |
tree | e4dffda265f0685fe909110af4da06d327aa161c /devel | |
parent | 0d6af6407251627c90cc758310d429af6cda7da8 (diff) | |
download | freebsd-ports-gnome-1fa23846d40c6e5a3c181fc9637de2d251fa3fea.tar.gz freebsd-ports-gnome-1fa23846d40c6e5a3c181fc9637de2d251fa3fea.tar.zst freebsd-ports-gnome-1fa23846d40c6e5a3c181fc9637de2d251fa3fea.zip |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla3/Makefile | 3 | ||||
-rw-r--r-- | devel/bugzilla42/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 007b17057d96..62cb7bad09a7 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -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 diff --git a/devel/bugzilla42/Makefile b/devel/bugzilla42/Makefile index 69a7b6db5f63..218c075e5168 100644 --- a/devel/bugzilla42/Makefile +++ b/devel/bugzilla42/Makefile @@ -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} |