summaryrefslogtreecommitdiffstats
path: root/devel/bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-10/+10
|
* utilize SITE_PERLijliao2003-10-241-1/+1
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* The devel/bugzilla port has an explicit LIB_DEPENDS dependency onleeym2003-10-051-1/+0
| | | | | | | | | | | | libmysqlclient.so.10 from the mysql323-client port. However, bugzilla will work fine with just about any version of MySQL. Could just insert USE_MYSQL, but the bugzilla port only really needs access to the perl DBD::Mysql modules and can depend on MySQL implicitly through that port.. PR: 57607 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* ECHO -> ECHO_MSGedwin2003-09-271-2/+2
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Conditionalise dependencies on databases/p5-DBI: for perlerwin2003-09-161-2/+1
| | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus)
* Fix a typo: s/NOPORTSDOCS/NOPORTDOCS/ for Makefile [1]osa2003-07-032-99/+99
| | | | | | | | | | Use ${DOCSDIR} [2] s/share\/doc\/.../%%DOCSDIR%%/ for pkg-plist [2] PR: 53911 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] osa [2] Approved by: fjoe (mentor) (implicit)
* - Fix something which has been broken in this port for a long time:wjv2003-05-203-198/+199
| | | | | | | | installation to ${PREFIX}/www/data.default. "data.default" was an artifact of a long obsolete version of the Apache port. Put installation directory under control of a variable $BUGZILLADIR instead. Carry through to pkg-plist via a pragma. - Bump $PORTREVISION.
* redirect rmdir stderr to /dev/nullfjoe2003-05-131-2/+2
|
* Security update to 2.16.3.fjoe2003-05-123-3/+38
| | | | | | See http://www.bugzilla.org/security/2.16.2/. PR: 52096
* Add WITH_CONTRIB knob to install contributed scripts.fjoe2003-03-242-0/+41
| | | | Submitted by: Alexey Neyman <alexey.neyman (at) auriga.ru>
* Update to 2.16.2fjoe2003-03-245-62/+152
| | | | PR: 47883
* De-pkg-comment.knu2003-02-202-1/+1
|
* Resign from maintainership. I don't use it anymore.phantom2003-01-231-1/+1
|
* Update to 2.14.4 (one more security update)phantom2002-10-112-2/+2
| | | | | PR: ports/43883 Submitted by: Jason Li <delphij@frontfree.net>
* Update to 2.14.3.phantom2002-08-182-2/+2
| | | | | | | | | | Fixes broken in 2.14.2 ability to sort bug lists on more then one field and possible security hole with contrib/bug_email.pl and contrib/bugzilla_email_append.pl scripts. This is bugfix release and latest release from 2.14 branch. This update provided for 2.14 users who would like to stay with 2.14. All new users should wait until port is updated to 2.16.
* Remove leftovers (read *.bak) of REINPLACE_CMD execution.phantom2002-07-081-0/+1
|
* PERL -> REINPLACE_CMDphantom2002-07-081-2/+4
| | | | | PR: 39749 Submitted by: Paul Marquis <pmarquis@pobox.com>
* Rename patch file for consistency.phantom2002-07-081-0/+0
|
* Fix plistphantom2002-07-081-0/+1
|
* Update to 2.14.2. This is security update! Upgrade recomended!phantom2002-07-082-2/+2
| | | | | PR: ports/39041 Submitted by: Paul Marquis <pmarquis@pobox.com>
* Fix path to perl for runtests.sh (appeared in 2.14.1)phantom2002-01-081-0/+8
|
* Update to 2.14.1 (security update). Upgrade to all users highlyphantom2002-01-082-2/+2
| | | | | | | | | | | | | | | | | | | | | recomended! From Security Advisory for Bugzilla: : *** SECURITY ISSUES RESOLVED *** : : - Multiple instances of user-account hijacking capability were fixed (Bugs : 54901, 108385, 185516) : : - Two occurrences of allowing data protected by Bugzilla's groupset : restrictions to be visible to users outside of those groups were fixes : (Bugs 102141, 108821) : : - One instance of an untrusted variable being echoed back to a user via : HTML was fixed (Bug 98146) : : - Multiple instances of untrusted variables being passed to SQL queries : were fixed (Bugs 108812, 108822, 109679, 109690)
* Use perl expression to fix path to sendmail rather than usingphantom2001-12-209-112/+13
| | | | | | | | plain patches for each case. Also fix some whitespace. Suggested by: nectar, lioux
* Fix default location of sendmail binaryphantom2001-12-178-0/+104
| | | | Noticed by: Jamie Flournoy <jamie@white-mountain.org>
* Fix pathphantom2001-12-051-1/+1
| | | | | PR: ports/32426 Submitted by: Paul Marquis <pmarquis@pobox.com>
* * reconstruct Makefile defaults to make it more package friendlyphantom2001-10-083-10/+37
| | | | | | | | | * learn default distribution about some default FreeBSD settings * add new option to setup XML modules used to export/import bugs to share them between different Bugzilla instances * use ${INSTALL_SCRIPT} rather than ${INSTALL}. Inspired by petef's letter. This also caused me to think "when such complex system as FreeBSD ports should do such simple things like prepearing of cap of coffee?"
* * don't setup README.docs. It's developers resource.phantom2001-10-023-12/+21
| | | | | | | * use ${INSTALL} directly instead of ${INSTALL_DATA} to preserve exec permissions for scripts * add post-install target to display pkg-message * rewrite pkg-message to give minimal quick setup instructions
* Use two colons after "pre-everything" targetphantom2001-10-011-1/+1
| | | | Requested by: "Dan Langille" <dan@langille.org>
* Add bugzilla 2.14, bug-tracking system developed by Mozilla Projectphantom2001-10-016-0/+270
OpenPOWER on IntegriCloud