Port details |
- bugzilla44 German localization for Bugzilla
- 4.4.10_1 german =2 4.4.10_1Version of this port present on the latest quarterly branch.
- Maintainer: bz-ports@FreeBSD.org
- Port Added: 2013-06-20 22:21:51
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/bugzilla-de/
- Description:
- German localization for Bugzilla bug tracking system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- de-bugzilla44>0:german/bugzilla44
- Conflicts:
- CONFLICTS_INSTALL:
- bugzilla4[^4].*
- bugzilla5*
- To install the port:
- cd /usr/ports/german/bugzilla44/ && make install clean
- To add the package, run one of these commands:
- pkg install german/bugzilla44
- pkg install de-bugzilla44
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: de-bugzilla44
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bugzilla/bugzilla-de-4.4.10-1.utf-8.tar.gz) = fbe1686094ad4c2ef6d0997c452730c503e8915eebf4ccbe872c7702beca02e2
SIZE (bugzilla/bugzilla-de-4.4.10-1.utf-8.tar.gz) = 263008
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bugzilla44>=4.4.10 : devel/bugzilla44
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- german_bugzilla44
- USES:
- cpe
- pkg-message:
- For install:
- German localization for Bugzilla has now been installed.
Please run "checksetup.pl" to re-generate templates.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4.10_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.4.10_1 18 Oct 2021 19:25:56 |
Stefan Eßer (se) |
german/bugzilla44: Add CPE information
Approved by: portmgr (blanket) |
4.4.10_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.4.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.10_1 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
4.4.10_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
4.4.10_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.4.10_1 23 Dec 2015 11:27:35 |
ohauer |
- fix against bugzilla 4.4.11
- use WRKSRC instead WRKDIR
MFH: 2015Q4 |
4.4.10 29 Sep 2015 17:09:25 |
ohauer |
- update to 4.4.10 |
4.4.9_1 14 Sep 2015 04:10:55 |
ohauer |
- update bugzilla ports to 5.0.1 / 4.4.10
o Users whose login name is not an email address could not log in on
installations which use LDAP to authenticate users.
o If a mandatory custom field was hidden, it was not possible to create a
new bug or to edit existing ones.
o A user editing his login name to point to a non-existent email address
could cause Bugzilla to stop working, causing a denial of service.
o Emails generated during a transaction made PostgreSQL stop working.
o Bugs containing a comment with a reference to a bug ID larger than 2^31
could not be displayed anymore using PostgreSQL.
o Emails sent by Bugzilla are now correctly encoded as UTF-8.
o The date picker in the "Time Summary" page was broken.
o If Test::Taint or any other Perl module required to use the JSON-RPC API
was not installed or was too old, the UI to tag comments was displayed
anyway, you could tag comments, but tags were not persistent (they were
lost on page reload). Now the UI to tag comments is not displayed at all
until the missing Perl modules are installed and up-to-date.
o Custom fields of type INTEGER now accept negative integers.
MFH: 2015Q3
Security: CVE-2015-4499
Security: ea893f06-5a92-11e5-98c0-20cf30e32f6d |
4.4.9 31 May 2015 16:10:33 |
ohauer |
- update to 4.4.9 |
4.4.6_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
4.4.6_2 27 Jan 2015 21:34:51 |
ohauer |
- adjust bugzilla revision to 4.4.7,
- bump PORTREVISION
MFH: 2015Q1 |
4.4.6_1 26 Jan 2015 20:31:23 |
ohauer |
- adjust bugzilla revision to 4.4.7,
- bump PORTREVISION
MFH: 2015Q1 |
4.4.6 14 Oct 2014 20:47:57 |
ohauer |
- update to version 4.4.6
- adopt new pkg-plist style
MFH: 2014Q3 |
4.4.5 05 Sep 2014 23:09:28 |
flo |
Change MAINTAINER to bz-ports@ as discussed with bugzilla@ (now bz-ports@)
and bugmeister@. bugzilla@ will be used by bugmeister@ from now on.
Submitted by: bugzilla (ohauer)
Approved by: bugzilla (ohauer)
Hat: postmaster |
4.4.5 31 Aug 2014 13:09:41 |
ohauer |
- update to 4.4.5 |
4.4.4_1 27 Jul 2014 19:07:07 |
ohauer |
- better bugzilla revnum handling
- adjust bugzilla revision, there are no changes
in bugzilla/templates/en
MFH: 2014Q3 |
4.4.4 10 May 2014 10:32:51 |
ohauer |
- update german bugzilla templates |
4.4.1 19 Oct 2013 10:19:44 |
ohauer |
- update german bugzilla templates |
17 Oct 2013 19:35:22
|
ohauer |
- update to latest release [1]
- use PKGNAMESUFFIX instead LATEST_LINK
- whitespace cleanup
- svn mv */bugzilla to */bugzilla40
- add vuxml entry
4.4.1, 4.2.7, and 4.0.11 Security Advisory
Wednesday Oct 16th, 2013
Summary
=======
Bugzilla is a Web-based bug-tracking system used by a large number of
software projects. The following security issues have been discovered
in Bugzilla: (Only the first 15 lines of the commit message are shown above ) |
4.4_1 26 Sep 2013 19:00:41 |
ohauer |
- add STAGE support to bugzilla ports
- remove bugzilla3 CONFLICTS |
4.4_1 20 Sep 2013 18:30:01 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
german) |
4.4_1 20 Jul 2013 16:20:27 |
ohauer |
- fix build
Thanks to tijl@ |
4.4 20 Jun 2013 22:21:37 |
ohauer |
New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44
Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html |