aboutsummaryrefslogtreecommitdiff
path: root/www/trac
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.11.4Cheng-Lung Sung2009-04-072-4/+4
| | | | | | | | PR: ports/133225 Submitted by: lwhsu Notes: svn path=/head/; revision=231756
* - Update to 0.11.3Cheng-Lung Sung2009-02-192-4/+4
| | | | | | | | PR: ports/131729 Submitted by: lwhsu Notes: svn path=/head/; revision=228627
* - Update to 0.11.2.1Cheng-Lung Sung2009-01-292-4/+8
| | | | | | | | | | | - Fix dependency on sqlite3, for PYTHON_REL >= 250, uses databases/py-sqlite3, for PYTHON_REL < 250, uses databases/py-pysqlite23 PR: ports/131110 Submitted by: lwhsu Notes: svn path=/head/; revision=227087
* - Update to 0.11.2Cheng-Lung Sung2008-11-103-7/+8
| | | | | | | | | | - s/PREFIX/LOCALBASE/ in *_DEPENDS PR: ports/128709 Submitted by: lwhsu Notes: svn path=/head/; revision=222665
* - Update to 0.11.1Cheng-Lung Sung2008-09-082-5/+4
| | | | | | | | PR: ports/127187 Submitted by: lwhsu Notes: svn path=/head/; revision=220199
* - Bump PORTREVISION after apr updateMartin Wilke2008-07-071-1/+1
| | | | | | | | | | | PR: 125270 125271 125272 125278 125281 125282 125284 125285 125287 125288 125289 125290 125291 125292 125293 125295 125296 125297 125300 Submitted by: rodrigc Notes: svn path=/head/; revision=216453
* Bump PORTREVISION due to subversion upgrade.Lev A. Serebryakov2008-06-301-0/+1
| | | | Notes: svn path=/head/; revision=216035
* (1) Upgrade subversion to version 1.5.0.Lev A. Serebryakov2008-06-301-1/+1
| | | | | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings. Notes: svn path=/head/; revision=216025
* - Update to 0.11Cheng-Lung Sung2008-06-276-477/+651
| | | | Notes: svn path=/head/; revision=215821
* - Update to 0.10.5Cheng-Lung Sung2008-06-242-5/+4
| | | | | | | | PR: ports/124885 Submitted by: lwhsu Notes: svn path=/head/; revision=215670
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Properly create empty directories when installed from packagePav Lucistnik2007-07-311-0/+2
| | | | Notes: svn path=/head/; revision=196828
* - official site recommands the stable pysqlite23Cheng-Lung Sung2007-06-091-1/+2
| | | | | | | | | | - http://trac.edgewall.org/wiki/PySqlite - bump PORTREVISION Submitted by: Michael Neumann <mneuma2s_AT_smail dot inf dot fh-bonn-rhein-sieg dot de> Notes: svn path=/head/; revision=193071
* - Update to 0.10.4Cheng-Lung Sung2007-04-233-5/+8
| | | | | | | | PR: ports/111982 Submitted by: lwhsu Notes: svn path=/head/; revision=190672
* - fix portversion (should be 0.10.3.1)Cheng-Lung Sung2007-04-092-5/+5
| | | | | | | | | | - bump PORTREVISION Noted by: Wesley Shields <wxs_AT_atarininja dot org> PointyHat to: myself Notes: svn path=/head/; revision=189617
* - install examplesCheng-Lung Sung2007-04-073-4/+17
| | | | | | | | | | | | - Trac comes with a contrib directory with miscellaneous scripts, including hooks to be installed into a Subversion repository. I'm requesting this change so the scripts will be installed along with the port. PR: ports/111243 Submitted by: Greg Larkin <glarkin_AT_sourcehosting dot net> Notes: svn path=/head/; revision=189423
* - Update to 0.10.3.1, security fixCheng-Lung Sung2007-03-092-4/+4
| | | | Notes: svn path=/head/; revision=186959
* - add knobs for compiling with pgsql backend and add knob for compiling withoutCheng-Lung Sung2007-03-071-4/+14
| | | | | | | | | | subversion for sites who doesn't use it PR: ports/109998 Submitted by: Radim Kolar SF dot NET <hsn_AT_sendmail dot cz> Notes: svn path=/head/; revision=186772
* - Update to 0.10.3Cheng-Lung Sung2006-12-132-4/+4
| | | | | | | | | | | | | | | | | | | Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the 0.10.1 and 0.10.2 releases. A brief summary of major changes: * Timeline fail to load with a "NoSuchChangeset" error message (#4132). * Timed out MySQL connections not handled properly (#3645). * Subversion repository resync broken. (#4204). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.3 PR: ports/106664 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Notes: svn path=/head/; revision=179650
* - Update to 0.10.2Cheng-Lung Sung2006-11-142-4/+4
| | | | | | | | | | | | | | | | | | | Trac 0.10.2 is a bug fix release and fixes few bugs introduced in the 0.10.1 release. A brief summary of major changes: * Fixes deadlock when using authz_file config option (#3996). * Makes the CSRF code play nice with the XmlRpcPlugin (#4122). * Fixes Timeline breakage after svn commit when using sqlite (#4120). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.2 PR: ports/105505 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Notes: svn path=/head/; revision=177214
* - Update to 0.10.1Cheng-Lung Sung2006-11-092-4/+4
| | | | | | | | | | | | | | | Trac 0.10.1 is a security and bug fix release. This release fixes a Cross Site Request Forgery (CSRF) vulnerability reported by Daniel Kahn Gillmor. Trac 0.10.1 also fixes a number of bugs found since the last release. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.1 PR: ports/105331 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Notes: svn path=/head/; revision=176942
* - I'll maintain these two ports from now on.Cheng-Lung Sung2006-11-061-1/+1
| | | | | | | | | | - Thanks to Rui Lopes, who contributed lots to these ports. PR: ports/105102 Submitted by: Rui Lopes <rui_AT_ruilopes dot com> Notes: svn path=/head/; revision=176582
* - Update to 0.10Cheng-Lung Sung2006-10-313-18/+85
| | | | | | | | | | PR: ports/103847 Submitted by: clsung Reviewed by: maintainer Approved by: maintainer (Rui Lopes) Notes: svn path=/head/; revision=175594
* Update to 0.9.6 to fFixed reStructuredText breach of privacy and denial ofIon-Mihai Tetcu2006-07-112-4/+4
| | | | | | | | | | | | service vulnerability found by Felix Wiemann. PR: ports/100081 Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> Approved by: maintainer Security: http://www.freebsd.org/ports/portaudit/b0d61f73-0e11-11db-a47b-000c2957fdf1.html Notes: svn path=/head/; revision=167470
* - Update to 0.9.5.Jean Milanez Melo2006-04-262-4/+4
| | | | | | | | | PR: ports/96282 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer, mnag (mentor) Notes: svn path=/head/; revision=160528
* - Update to 0.9.4Pav Lucistnik2006-03-262-5/+4
| | | | | | | | | PR: ports/94422 Submitted by: Wesley Shields <wxs@csh.rit.edu> Approved by: Rui Lopes <rui@ruilopes.com> (maintainer) Notes: svn path=/head/; revision=158172
* Update dependencies to moved portMarcus Alves Grando2006-01-271-1/+2
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=154612
* Update to 0.9.3Erwin Lansing2006-01-232-4/+4
| | | | | | | | PR: 92208 Submitted by: Rui Lopes <rui@ruilopes.com> (maintainer) Notes: svn path=/head/; revision=154249
* Add ja-trac-0.9.2 (translated version of www/trac).Jun Kuriyama2005-12-171-0/+1
| | | | | | | Repocopied by: marcus (ports/90472) Notes: svn path=/head/; revision=151411
* Update to 0.9.2Marcus Alves Grando2005-12-073-5/+7
| | | | | | | | | | | | Add SHA256 portlint(1) PR: 90048 Submitted by: maintainer Security: http://secunia.com/advisories/17894/ Notes: svn path=/head/; revision=150565
* Chase some URLs per the distfile survey.Mark Linimon2005-11-251-1/+1
| | | | | | | hat: portmgr Notes: svn path=/head/; revision=149381
* - Update to 0.9Renato Botelho2005-11-045-238/+354
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/88453 Submitted by: Rui Lopes <rgl@ruilopes.com> Approved by: maintainer Notes: svn path=/head/; revision=147209
* - Assign maintainership to volunteerPav Lucistnik2005-07-261-1/+1
| | | | | | | | PR: ports/84125 Submitted by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=140155
* - Reset long term unresponsive maintainerPav Lucistnik2005-07-171-1/+1
| | | | Notes: svn path=/head/; revision=139430
* - BUILD_DEPENDS are also RUN_DEPENDSPav Lucistnik2005-07-171-0/+2
| | | | | | | | | PR: ports/82828 Submitted by: Vivek Khera <vivek@khera.org> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=139429
* Update to trac 0.8.4. Version < 0.8.4 have a security vulnerability,Nik Clayton2005-06-212-3/+3
| | | | | | | | | | | | http://www.FreeBSD.org/ports/portaudit/b02c1d80-e1bb-11d9-b875-0001020eed82.html and this is the easiest way to fix it. There's an outstanding PR, ports/81785 which updates trac to 0.8.2 (insufficient to fix the vulnerability) and the maintainer hasn't responded since it was assigned to them on June 2nd. Notes: svn path=/head/; revision=137819
* Update to 0.8.1Roman Bogorodskiy2005-05-053-3/+4
| | | | | | | | | PR: 80225 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout Notes: svn path=/head/; revision=134671
* Fix the py-PySQLite dependency.Joe Marcus Clarke2005-03-141-1/+1
| | | | | | | | Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Reported by: Kris' makeindex script Notes: svn path=/head/; revision=131149
* Unbreak: Install man-pages into the correct placeVolker Stolz2005-03-013-5/+13
| | | | | | | Prodded by: cluster Notes: svn path=/head/; revision=130125
* BROKEN: Uses incorrect directory for manpagesKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129950
* Update to 0.8Volker Stolz2005-02-034-28/+96
| | | | | | | | | PR: ports/74922 Submitted by: Nik Clayton, Rui Lopes Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=127980
* - Add upgrade instructionsPav Lucistnik2004-07-132-0/+24
| | | | | | | | PR: ports/68966 Submitted by: Aho K.F. Li <thinker@branda.to> (maintainer) Notes: svn path=/head/; revision=113517
* - Update to 0.7.1Pav Lucistnik2004-07-123-10/+80
| | | | | | | | PR: ports/68883 Submitted by: thinker@branda.to <thinker@branda.to> (maintainer) Notes: svn path=/head/; revision=113513
* Add trac. What is Trac?Pav Lucistnik2004-04-204-0/+193
* An integrated system for managing software projects * An enhanced wiki * A flexible web-based issue tracker * An interface to the Subversion revision control system PR: ports/65690 Submitted by: <thinker@branda.to> Notes: svn path=/head/; revision=107737