summaryrefslogtreecommitdiff
path: root/devel/bugzilla2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* The devel/bugzilla port has an explicit LIB_DEPENDS dependency onYen-Ming Lee2003-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> Notes: svn path=/head/; revision=90315
* ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89489
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-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) Notes: svn path=/head/; revision=89001
* Fix a typo: s/NOPORTSDOCS/NOPORTDOCS/ for Makefile [1]Sergey A. Osokin2003-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) Notes: svn path=/head/; revision=84137
* - Fix something which has been broken in this port for a long time:Johann Visagie2003-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. Notes: svn path=/head/; revision=81526
* redirect rmdir stderr to /dev/nullMax Khon2003-05-131-2/+2
| | | | Notes: svn path=/head/; revision=80921
* Security update to 2.16.3.Max Khon2003-05-123-3/+38
| | | | | | | | | See http://www.bugzilla.org/security/2.16.2/. PR: 52096 Notes: svn path=/head/; revision=80828
* Add WITH_CONTRIB knob to install contributed scripts.Max Khon2003-03-242-0/+41
| | | | | | | Submitted by: Alexey Neyman <alexey.neyman (at) auriga.ru> Notes: svn path=/head/; revision=77394
* Update to 2.16.2Max Khon2003-03-245-62/+152
| | | | | | | PR: 47883 Notes: svn path=/head/; revision=77390
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Resign from maintainership. I don't use it anymore.Alexey Zelkin2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=73864
* Update to 2.14.4 (one more security update)Alexey Zelkin2002-10-112-2/+2
| | | | | | | | PR: ports/43883 Submitted by: Jason Li <delphij@frontfree.net> Notes: svn path=/head/; revision=67815
* Update to 2.14.3.Alexey Zelkin2002-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. Notes: svn path=/head/; revision=64630
* Remove leftovers (read *.bak) of REINPLACE_CMD execution.Alexey Zelkin2002-07-081-0/+1
| | | | Notes: svn path=/head/; revision=62660
* PERL -> REINPLACE_CMDAlexey Zelkin2002-07-081-2/+4
| | | | | | | | PR: 39749 Submitted by: Paul Marquis <pmarquis@pobox.com> Notes: svn path=/head/; revision=62659
* Rename patch file for consistency.Alexey Zelkin2002-07-081-0/+0
| | | | Notes: svn path=/head/; revision=62658
* Fix plistAlexey Zelkin2002-07-081-0/+1
| | | | Notes: svn path=/head/; revision=62657
* Update to 2.14.2. This is security update! Upgrade recomended!Alexey Zelkin2002-07-082-2/+2
| | | | | | | | PR: ports/39041 Submitted by: Paul Marquis <pmarquis@pobox.com> Notes: svn path=/head/; revision=62656
* Fix path to perl for runtests.sh (appeared in 2.14.1)Alexey Zelkin2002-01-081-0/+8
| | | | Notes: svn path=/head/; revision=52761
* Update to 2.14.1 (security update). Upgrade to all users highlyAlexey Zelkin2002-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) Notes: svn path=/head/; revision=52759
* Use perl expression to fix path to sendmail rather than usingAlexey Zelkin2001-12-209-112/+13
| | | | | | | | | | | plain patches for each case. Also fix some whitespace. Suggested by: nectar, lioux Notes: svn path=/head/; revision=51896
* Fix default location of sendmail binaryAlexey Zelkin2001-12-178-0/+104
| | | | | | | Noticed by: Jamie Flournoy <jamie@white-mountain.org> Notes: svn path=/head/; revision=51682
* Fix pathAlexey Zelkin2001-12-051-1/+1
| | | | | | | | PR: ports/32426 Submitted by: Paul Marquis <pmarquis@pobox.com> Notes: svn path=/head/; revision=51096
* * reconstruct Makefile defaults to make it more package friendlyAlexey Zelkin2001-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?" Notes: svn path=/head/; revision=48574
* * don't setup README.docs. It's developers resource.Alexey Zelkin2001-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 Notes: svn path=/head/; revision=48359
* Use two colons after "pre-everything" targetAlexey Zelkin2001-10-011-1/+1
| | | | | | | Requested by: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=48314
* Add bugzilla 2.14, bug-tracking system developed by Mozilla ProjectAlexey Zelkin2001-10-016-0/+270
Notes: svn path=/head/; revision=48310