notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/trac/Makefile

Number of commits found: 96

Wednesday, 28 Feb 2024
15:53 Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 e83f0a9
Wednesday, 3 Jan 2024
14:32 Oleksii Samorukov (samm) search for other commits by this committer
www/trac: update MySQL runtime dependency
commit hash: f3dff5d5f7d7f07e32ce8998cd6e4c2f49026cc9 commit hash: f3dff5d5f7d7f07e32ce8998cd6e4c2f49026cc9 commit hash: f3dff5d5f7d7f07e32ce8998cd6e4c2f49026cc9 commit hash: f3dff5d5f7d7f07e32ce8998cd6e4c2f49026cc9 f3dff5d
Tuesday, 2 Jan 2024
20:33 Oleksii Samorukov (samm) search for other commits by this committer
www/trac: update to 1.6 version

- update to the latest release
- move www/trac-devel to www/trac as changes are now released

ChangeLog: https://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.6
commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe 1ed2eb4
Monday, 21 Sep 2020
12:12 antoine search for other commits by this committer
Use the PY_PYGMENTS variable

With hat:	portmgr
Original commitRevision:549439 
Tuesday, 2 Jun 2020
18:36 antoine search for other commits by this committer
Fix devel/py-subversion and ports depending on it

With hat:	portmgr
Original commitRevision:537567 
Tuesday, 3 Mar 2020
12:58 joneum search for other commits by this committer
Update to 1.2.5

Changelog: https://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.2

Sponsored by:	Netzkommune GmbH
Original commitRevision:527675 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Saturday, 13 Oct 2018
20:29 joneum search for other commits by this committer
Update to 1.2.3

Changelog:
- Notification subscriber for New Tickets
- Configurable HTTP headers

Sponsored by:	Metzkommune GmbH
Original commitRevision:482010 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 14 Mar 2018
20:41 joneum search for other commits by this committer
Add CONFLICTS_INSTALL and PORTSCOUT
Original commitRevision:464531 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 2 Sep 2017
08:37 joneum search for other commits by this committer
- Update *_DEPENDS:
  * devel/py-babel to 2.3.4
  * textproc/py-genshi to 0.7
  * textproc/py-docutils to 0.14
  * textproc/py-pygments to 2.2.0
- Add NO_ARCH

Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D12155
Original commitRevision:449109 
Friday, 4 Aug 2017
11:25 joneum search for other commits by this committer
- www/trac: Update from 1.2.1 to 1.2.2

- Changelog:
https://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.2#MaintenanceRelease

Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11828
Original commitRevision:447327 
Saturday, 22 Jul 2017
10:05 joneum search for other commits by this committer
- Add PORTSCOUT

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11624
Original commitRevision:446384 
Tuesday, 16 May 2017
13:37 joneum search for other commits by this committer
-	Update maintainer address

Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
Original commitRevision:441000 
Friday, 21 Apr 2017
09:59 miwi search for other commits by this committer
- Update to 1.2.1

PR:		218542
Submitted by:	maintainer
Original commitRevision:439038 
Tuesday, 14 Mar 2017
03:14 wen search for other commits by this committer
- Pass maintainership to submitter

PR:		217773
Submitted by:	joneum@bsdproject.de
Original commitRevision:436124 
Thursday, 22 Dec 2016
16:34 tz search for other commits by this committer
www/trac: Update from 1.0.13 to 1.2

Changelog: https://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.2

PR:           215451
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by:  mentors (implicit)
Original commitRevision:429169 
Thursday, 15 Sep 2016
18:01 matthew search for other commits by this committer
Update to 1.0.13

ChangeLog: (September 11, 2016)

Trac 1.0.13 provides around a dozen bug fixes and minor enhancements. The
following are some highlights:

    Use locale environment variables to negotiate locale on console (#12418).
        Fixed using incorrect revisions when downloading a zip file via browser
page from Git repository (#12557).

PR:		212707
Submitted by:	joneum@bsdproject.de
Original commitRevision:422219 
Thursday, 21 Jul 2016
07:30 matthew search for other commits by this committer
Upgrade to 1.0.12
Original commitRevision:418866 
Sunday, 29 May 2016
01:22 amdmi3 search for other commits by this committer
- No need to set HOME in MAKE_ENV, it's already done by the framework
- Switch to options helpers
- Add LICENSE_FILE
- Pet portlint
Original commitRevision:416080 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 30 Mar 2016
16:41 culot search for other commits by this committer
- Reassign to the heap, on maintainer's request
Original commitRevision:412175 
Tuesday, 19 Jan 2016
14:26 matthew search for other commits by this committer
Update to 1.0.9

ReleaseNotes:	http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0#MaintenanceRelease

PR:		205954
Submitted by:	matthew
Approved by:	antont@inbox.lv (maintainer)
Original commitRevision:406705 
Thursday, 19 Feb 2015
09:29 jbeich search for other commits by this committer
- Update to 1.0.4
- Drop deprecated SILVERCITY option
- Pass maintainership to submitter

PR:		197771
Submitted by:	Anton Tornqvist <antont@inbox.lv>
Original commitRevision:379336 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Tuesday, 16 Sep 2014
22:08 marino search for other commits by this committer
www/trac: Backport fix for upstream issue #11345

PR:		187133
Submitted by:	lorne (cons.org.nz)
Original commitRevision:368350 
Monday, 28 Jul 2014
08:25 marino search for other commits by this committer
Reset maintainer on www/trac

There are at least 4 consecutive PR timeouts
Original commitRevision:363120 
Saturday, 26 Apr 2014
10:53 matthew search for other commits by this committer
Fix new line apparently eaten by svn patch.
Original commitRevision:352243 
10:43 matthew search for other commits by this committer
Fix missing substitution in the init script

PR:		ports/188401
Submitted by:	me (matthew)
Approved by:	maintainer timeout (21 days)
Original commitRevision:352242 
Friday, 21 Feb 2014
01:57 miwi search for other commits by this committer
- Fix stage support, devel/subversion creates /root/.subversion
Original commitRevision:345298 
Saturday, 8 Feb 2014
20:02 rm search for other commits by this committer
- remove indefinite article from COMMENT
- add LICENSE (BSD3C)
- set RUN_DEPENDS explicitly
- turn database back-end selection into radio-option keeping existing
logic: if PGSQL isn't selected SQLITE is used
- use options helpers
- do not use easy_install and convert to auto-generated packing list [1]
- utilize shebangfix, instead of doing the same manually
- remove no more needed x-generate-plist target
- simplify examples installation and unmute it's commands
- do not install rpm stuff, it's not linux here anyway
- whitespace fixes in pkg-descr
- bump PORTREVISION

PR:		182332
Requested by:   Volodymyr Kostyrko <arcade@b1t.name> [1]
Submitted by:	rm (myself)
Approved by:	maintainer timeout

- add upstream patch to fix wiki bracketed link with Genshi 0.7
  see http://trac.edgewall.org/changeset/11683 for details

PR:     181419
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    maintainer timeout
Original commitRevision:343380 
Sunday, 26 Jan 2014
14:30 miwi search for other commits by this committer
- Stage Support
Original commitRevision:341179 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Saturday, 31 Aug 2013
01:22 dryice search for other commits by this committer
- un-break, ports/181686, r325762 fixed it
Original commitRevision:325763 
Friday, 30 Aug 2013
12:59 bdrewery search for other commits by this committer
- Mark BROKEN, fails to configure after recent pytz update

===>  Configuring for trac-1.0.1
Download error on http://pypi.python.org/simple/pytz/: [Errno 8] hostname nor
servname provided, or not known -- Some packages may not be found!
Download error on http://pypi.python.org/simple/pytz/: [Errno 8] hostname nor
servname provided, or not known -- Some packages may not be found!
Couldn't find index page for 'pytz' (maybe misspelled?)
Download error on http://pypi.python.org/simple/: [Errno 8] hostname nor
servname provided, or not known -- Some packages may not be found!
No local packages or download links found for pytz>=0a
Original commitRevision:325677 
Monday, 10 Jun 2013
00:57 bdrewery search for other commits by this committer
- Update to 1.0.1 [1]
- Updates to 0.12.4, 0.12.5 and 1.0.0 were submitted but
  superceded by 1.0.1 [2][3][4]

PR:		ports/177382 [1]
Submitted by:	William Grzybowski <william88@gmail.com> [1]
Approved by:	maintainer timeout (8 months)
PR:		ports/173119 [2]
Submitted by:	Gea-Suan Lin <gslin@gslin.org> [2]
PR:		ports/175697 [3]
Submitted by:	Dmitry <dmitry2006@yandex.ru> [3]
PR:		ports/173393 [4]
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com> [4]
Original commitRevision:320423 
Saturday, 30 Mar 2013
05:12 miwi search for other commits by this committer
- Correct the OptionsNG

PR:		177489
Submitted by:	John Marino <draco@marino.st>
Original commitRevision:315597 
Thursday, 7 Mar 2013
16:53 miwi search for other commits by this committer
- Convert to OptionsNG
- Trim header

Reviewed by:	bapt
Original commitRevision:313599 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Friday, 2 Mar 2012
17:00 clsung search for other commits by this committer
- Update to 0.12.3

Obtained from:  decke (via irc)
Original commit
Wednesday, 6 Jul 2011
00:26 clsung search for other commits by this committer
- Since trac can work as standalone http server, I copied rc script from old
trac-multirepos port.
- also fixed portlint warning about CONFLICTS line.

PR:             ports/155295
Submitted by:   "Grzegorz Blach" <magik_AT_roorback dot net>
Original commit
Friday, 25 Feb 2011
06:06 clsung search for other commits by this committer
- remove 'if ${PYTHON_REL} < 250', since USE_PYTHON= 2.5+
Original commit
04:40 miwi search for other commits by this committer
- Move over to py25
- while here drop md5 support
- Small cleanups
Original commit
Wednesday, 9 Feb 2011
07:46 clsung search for other commits by this committer
- Update to 0.12.2
Original commit
Friday, 31 Dec 2010
01:37 clsung search for other commits by this committer
- Update to 0.12.1

PR:             ports/153368
Submitted by:   Dmitry <dmitry2006_AT_yandex dot ru>
Original commit
Tuesday, 12 Oct 2010
06:20 pgollucci search for other commits by this committer
- Fix http://trac.edgewall.org/ticket/9439,
http://trac.edgewall.org/wiki/TracL10N
- Bump PORTREVISION

Current Trac port requires no Babel (devel/py-babel), but it behaves
differently when Babel is present and when it is not present in the
system. Most notably, when one installs Trac 0.12 without installed
Babel and installs Babel later, Trac will refuse to work with the error
"KeyError: trac/locale".

PR:             ports/150483
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    maintainer timeout (clsung ; 30 days)
Original commit
Wednesday, 21 Jul 2010
09:28 clsung search for other commits by this committer
- Update to 0.12

Changes:        http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12
Original commit
Tuesday, 18 May 2010
04:08 pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
Original commit
Wednesday, 5 May 2010
21:52 pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
Original commit
Tuesday, 20 Apr 2010
08:25 clsung search for other commits by this committer
- Update to 0.11.7

PR:             ports/145827
Submitted by:   max
Original commit
Friday, 18 Dec 2009
05:01 clsung search for other commits by this committer
- Update to 0.11.6

PR:             ports/141430
Submitted by:   lwhsu
Original commit
Monday, 17 Aug 2009
13:24 clsung search for other commits by this committer
- Update to 0.11.5

PR:             137821
Submitted by:   lwhsu
Original commit
Tuesday, 7 Apr 2009
02:07 clsung search for other commits by this committer
- Update to 0.11.4

PR:             ports/133225
Submitted by:   lwhsu
Original commit
Thursday, 19 Feb 2009
01:36 clsung search for other commits by this committer
- Update to 0.11.3

PR:             ports/131729
Submitted by:   lwhsu
Original commit
Thursday, 29 Jan 2009
13:29 clsung search for other commits by this committer
- Update to 0.11.2.1
- 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
Original commit
Monday, 10 Nov 2008
02:47 clsung search for other commits by this committer
- Update to 0.11.2
- s/PREFIX/LOCALBASE/ in *_DEPENDS

PR:             ports/128709
Submitted by:   lwhsu
Original commit
Monday, 8 Sep 2008
01:43 clsung search for other commits by this committer
- Update to 0.11.1

PR:             ports/127187
Submitted by:   lwhsu
Original commit
Monday, 7 Jul 2008
12:37 miwi search for other commits by this committer
- Bump PORTREVISION after apr update

PR:             125270 125271 125272 125278 125281 125282
                125284 125285 125287 125288 125289 125290
                125291 125292 125293 125295 125296 125297
                125300
Submitted by:   rodrigc
Original commit
Monday, 30 Jun 2008
12:36 lev search for other commits by this committer
  Bump PORTREVISION due to subversion upgrade.
Original commit
10:00 lev search for other commits by this committer
  (1) Upgrade subversion to version 1.5.0.
  (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.
Original commit
Friday, 27 Jun 2008
08:59 clsung search for other commits by this committer
- Update to 0.11
Original commit
Tuesday, 24 Jun 2008
08:19 clsung search for other commits by this committer
- Update to 0.10.5

PR:             ports/124885
Submitted by:   lwhsu
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Saturday, 9 Jun 2007
02:53 clsung search for other commits by this committer
- official site recommands the stable pysqlite23
  - http://trac.edgewall.org/wiki/PySqlite
- bump PORTREVISION

Submitted by:   Michael Neumann <mneuma2s_AT_smail dot inf dot
fh-bonn-rhein-sieg dot de>
Original commit
Monday, 23 Apr 2007
02:09 clsung search for other commits by this committer
- Update to 0.10.4

PR:             ports/111982
Submitted by:   lwhsu
Original commit
Monday, 9 Apr 2007
23:06 clsung search for other commits by this committer
- fix portversion (should be 0.10.3.1)
- bump PORTREVISION

Noted by:       Wesley Shields <wxs_AT_atarininja dot org>
PointyHat to:   myself
Original commit
Saturday, 7 Apr 2007
10:36 clsung search for other commits by this committer
- install examples
- 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>
Original commit
Friday, 9 Mar 2007
06:58 clsung search for other commits by this committer
- Update to 0.10.3.1, security fix
Original commit
Wednesday, 7 Mar 2007
07:11 clsung search for other commits by this committer
- add knobs for compiling with pgsql backend and add knob for compiling without
  subversion for sites who doesn't use it

PR:             ports/109998
Submitted by:   Radim Kolar SF dot NET <hsn_AT_sendmail dot cz>
Original commit
Wednesday, 13 Dec 2006
12:18 clsung search for other commits by this committer
- Update to 0.10.3

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>
Original commit
Tuesday, 14 Nov 2006
07:10 clsung search for other commits by this committer
- Update to 0.10.2

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>
Original commit
Thursday, 9 Nov 2006
14:47 clsung search for other commits by this committer
- Update to 0.10.1
  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>
Original commit
Monday, 6 Nov 2006
03:30 clsung search for other commits by this committer
- I'll maintain these two ports from now on.
- Thanks to Rui Lopes, who contributed lots to these ports.

PR:             ports/105102
Submitted by:   Rui Lopes <rui_AT_ruilopes dot com>
Original commit
Tuesday, 31 Oct 2006
02:24 clsung search for other commits by this committer
- Update to 0.10

PR:             ports/103847
Submitted by:   clsung
Reviewed by:    maintainer
Approved by:    maintainer (Rui Lopes)
Original commit
Tuesday, 11 Jul 2006
13:05 itetcu search for other commits by this committer
Update to 0.9.6 to fFixed reStructuredText breach of privacy and denial of
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
Original commit
Wednesday, 26 Apr 2006
18:10 jmelo search for other commits by this committer
- Update to 0.9.5.

PR:             ports/96282
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Approved by:    maintainer, mnag (mentor)
Original commit
Sunday, 26 Mar 2006
18:54 pav search for other commits by this committer
- Update to 0.9.4

PR:             ports/94422
Submitted by:   Wesley Shields <wxs@csh.rit.edu>
Approved by:    Rui Lopes <rui@ruilopes.com> (maintainer)
Original commit
Friday, 27 Jan 2006
21:17 mnag search for other commits by this committer
Update dependencies to moved port
Bump PORTREVISION
Original commit
Monday, 23 Jan 2006
17:44 erwin search for other commits by this committer
Update to 0.9.3

PR:             92208
Submitted by:   Rui Lopes <rui@ruilopes.com> (maintainer)
Original commit
Saturday, 17 Dec 2005
16:37 kuriyama search for other commits by this committer
Add ja-trac-0.9.2 (translated version of www/trac).

Repocopied by:  marcus (ports/90472)
Original commit
Wednesday, 7 Dec 2005
02:14 mnag search for other commits by this committer
Update to 0.9.2
Add SHA256
portlint(1)

PR:             90048
Submitted by:   maintainer
Security:       http://secunia.com/advisories/17894/
Original commit
Friday, 4 Nov 2005
12:30 garga search for other commits by this committer
- Update to 0.9
- Pass maintainership to submitter

PR:             ports/88453
Submitted by:   Rui Lopes <rgl@ruilopes.com>
Approved by:    maintainer
Original commit
Tuesday, 26 Jul 2005
13:54 pav search for other commits by this committer
- Assign maintainership to volunteer

PR:             ports/84125
Submitted by:   Tobias Roth <ports@fsck.ch>
Original commit
Sunday, 17 Jul 2005
21:11 pav search for other commits by this committer
- Reset long term unresponsive maintainer
Original commit
21:10 pav search for other commits by this committer
- BUILD_DEPENDS are also RUN_DEPENDS

PR:             ports/82828
Submitted by:   Vivek Khera <vivek@khera.org>
Approved by:    maintainer timeout (14 days)
Original commit
Tuesday, 21 Jun 2005
20:25 nik search for other commits by this committer
Update to trac 0.8.4.  Version < 0.8.4 have a security vulnerability,

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.
Original commit
Thursday, 5 May 2005
19:16 novel search for other commits by this committer
Update to 0.8.1

PR:             80225
Submitted by:   Toni Viemero <toni.viemero@iki.fi>
Approved by:    maintainer timeout
Original commit
Monday, 14 Mar 2005
01:32 marcus search for other commits by this committer
Fix the py-PySQLite dependency.

Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Reported by:    Kris' makeindex script
Original commit
Tuesday, 1 Mar 2005
22:05 vs search for other commits by this committer
Unbreak: Install man-pages into the correct place

Prodded by: cluster
Original commit
Monday, 28 Feb 2005
01:32 kris search for other commits by this committer
BROKEN: Uses incorrect directory for manpages
Original commit
Thursday, 3 Feb 2005
16:22 vs search for other commits by this committer
Update to 0.8

PR:             ports/74922
Submitted by:   Nik Clayton, Rui Lopes
Approved by:    maintainer timeout (4 weeks)
Original commit
Tuesday, 13 Jul 2004
00:34 pav search for other commits by this committer
- Add upgrade instructions

PR:             ports/68966
Submitted by:   Aho K.F. Li <thinker@branda.to> (maintainer)
Original commit
Monday, 12 Jul 2004
22:41 pav search for other commits by this committer
- Update to 0.7.1

PR:             ports/68883
Submitted by:   thinker@branda.to <thinker@branda.to> (maintainer)
Original commit
Tuesday, 20 Apr 2004
18:08 pav search for other commits by this committer
Add trac. What is Trac?

    * 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>
Original commit

Number of commits found: 96