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}