mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- update bugzilla42 to version 4.2.6 (bugfix release)
- remove RUN_DEPENDS for (already expired) perl 5.10 - update german/bugzilla42 - set expiration date for bugzilla3 The following important fixes/changes have been made in this release: o MySQL 5.6 is now supported. (Bug 852560) o A regression introduced in Bugzilla 4.2.4 made Oracle crash when installing Bugzilla for the first time. (Bug 858911) o If a custom field depends on a product, component or classification, the "mandatory" bit was ignored on bug creation. (Bug 782210) o Queries involving flags were broken in several ways. These queries have been fixed. (Bug 828344) o Tabular reports involving the empty resolution did not link bug counts correctly. (Bug 212471) o The Bug.search WebService method was returning all visible bugs when called with no arguments, ignoring the max_search_results and search_allow_no_criteria parameters. (Bug 859118) Release Notes: http://www.bugzilla.org/releases/4.2.6/release-notes.html
This commit is contained in:
parent
256c551e8a
commit
5a3bb3bded
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318912
9 changed files with 10 additions and 21 deletions
|
@ -45,10 +45,6 @@ USE_APACHE_RUN= 22+
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
USE_MYSQL= yes
|
||||
RUN_DEPENDS+= p5-DBD-mysql>=2.9003:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
CONFLICTS= bugzilla-3.* \
|
||||
bugzilla-4.2.*
|
||||
bugzilla-4.[2|4].*
|
||||
|
||||
PORTSCOUT= limit:^4\.0\.
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ USE_PERL5= yes
|
|||
|
||||
BINMODE= 700
|
||||
|
||||
EXPIRATION_DATE=2013-08-30
|
||||
DEPRECATED= Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x \
|
||||
series will reach end of life
|
||||
|
||||
|
@ -48,10 +49,6 @@ USE_APACHE_RUN= 22+
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
USE_MYSQL= yes
|
||||
RUN_DEPENDS+= p5-DBD-mysql>=2.9003:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bugzilla
|
||||
PORTVERSION= 4.2.5
|
||||
PORTVERSION= 4.2.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= webtools webtools/archived
|
||||
|
@ -48,10 +48,6 @@ USE_APACHE_RUN= 22+
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
USE_MYSQL= yes
|
||||
RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
CONFLICTS= bugzilla-3.* \
|
||||
bugzilla-4.0.*
|
||||
bugzilla-4.[0|4].*
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bugzilla/bugzilla-4.2.5.tar.gz) = d27bfc91903ad7317751452ed8064d6e2d76094b6325fd75dc4efb56edcc96bf
|
||||
SIZE (bugzilla/bugzilla-4.2.5.tar.gz) = 2973643
|
||||
SHA256 (bugzilla/bugzilla-4.2.6.tar.gz) = 16ede21f92e672ed19aadeddd24136a8ec76ec14e6bf9627fe33207f2531807d
|
||||
SIZE (bugzilla/bugzilla-4.2.6.tar.gz) = 2425903
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/en/images/note.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/tip.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/warning.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/pdf/Bugzilla-Guide.pdf
|
||||
@comment %%PORTDOCS%%%%DOCSDIR%%/en/pdf/Bugzilla-Guide.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/rel_notes.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/txt/Bugzilla-Guide.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/Bugzilla-Guide.xml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bugzilla
|
||||
PORTVERSION= 4.2.5
|
||||
PORTVERSION= 4.2.6
|
||||
CATEGORIES= german
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bugzilla/germzilla-4.2.5-1.utf-8.tar.gz) = 717572fa2696e20b2a3f3c60c7966126794a9ebc136a50e56f063fc1df93abd8
|
||||
SIZE (bugzilla/germzilla-4.2.5-1.utf-8.tar.gz) = 271266
|
||||
SHA256 (bugzilla/germzilla-4.2.6-1.utf-8.tar.gz) = fc33e867a67cede8977c13e3da783902dc979484d53f26cbd898e410fe7d1764
|
||||
SIZE (bugzilla/germzilla-4.2.6-1.utf-8.tar.gz) = 270909
|
||||
|
|
Loading…
Add table
Reference in a new issue