Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6_3 04 May 2024 07:53:59 |
Oleksii Samorukov (samm) |
www/trac: fix issues with Babel 2.10.1+
Fix obtained from https://trac.edgewall.org/ticket/13482 |
1.6_2 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: 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 |
1.6_1 03 Jan 2024 14:32:48 |
Oleksii Samorukov (samm) |
www/trac: update MySQL runtime dependency |
1.6 02 Jan 2024 20:33:53 |
Oleksii Samorukov (samm) |
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 |
1.2.5_1 02 Jan 2021 14:52:13 |
rene |
Remove expired ports:
lang/julia: metaport, useless without any consumers
2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream
2020-12-31 mail/getmail: Uses deprecated version of python
2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream
2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/cliqz: Uses deprecated version of python
2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream |
1.2.5_1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
1.2.5_1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
1.2.5_1 21 Sep 2020 12:12:41 |
antoine |
Use the PY_PYGMENTS variable
With hat: portmgr |
1.2.5 02 Jun 2020 18:36:35 |
antoine |
Fix devel/py-subversion and ports depending on it
With hat: portmgr |
1.2.5 03 Mar 2020 12:58:41 |
joneum |
Update to 1.2.5
Changelog: https://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.2
Sponsored by: Netzkommune GmbH |
1.2.3 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
1.2.3 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.2.3 13 Oct 2018 20:29:56 |
joneum |
Update to 1.2.3
Changelog:
- Notification subscriber for New Tickets
- Configurable HTTP headers
Sponsored by: Metzkommune GmbH |
1.2.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.2.2 14 Mar 2018 20:41:13 |
joneum |
Add CONFLICTS_INSTALL and PORTSCOUT |
1.2.2 30 Nov 2017 15:50:34 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
1.2.2 02 Sep 2017 08:37:57 |
joneum |
- 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 |
1.2.2 04 Aug 2017 11:25:21 |
joneum |
- 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 |
1.2.1 22 Jul 2017 10:05:28 |
joneum |
- Add PORTSCOUT
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11624 |
1.2.1 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.2.1 21 Apr 2017 09:59:06 |
miwi |
- Update to 1.2.1
PR: 218542
Submitted by: maintainer |
1.2 14 Mar 2017 03:14:05 |
wen |
- Pass maintainership to submitter
PR: 217773
Submitted by: joneum@bsdproject.de |
1.2 22 Dec 2016 16:34:43 |
tz |
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) |
1.0.13 15 Sep 2016 18:01:37 |
matthew |
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 |
1.0.12 21 Jul 2016 07:30:41 |
matthew |
Upgrade to 1.0.12 |
1.0.9 29 May 2016 01:30:05 |
amdmi3 |
- Remove plugin.mk now that no port uses it |
1.0.9 29 May 2016 01:22:27 |
amdmi3 |
- No need to set HOME in MAKE_ENV, it's already done by the framework
- Switch to options helpers
- Add LICENSE_FILE
- Pet portlint |
1.0.9 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.0.9 30 Mar 2016 16:41:22 |
culot |
- Reassign to the heap, on maintainer's request |
1.0.9 19 Jan 2016 14:26:23 |
matthew |
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) |
1.0.4 19 Feb 2015 09:29:08 |
jbeich |
- Update to 1.0.4
- Drop deprecated SILVERCITY option
- Pass maintainership to submitter
PR: 197771
Submitted by: Anton Tornqvist <antont@inbox.lv> |
1.0.1_3 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.0.1_3 16 Sep 2014 22:08:37 |
marino |
www/trac: Backport fix for upstream issue #11345
PR: 187133
Submitted by: lorne (cons.org.nz) |
1.0.1_2 28 Jul 2014 08:25:00 |
marino |
Reset maintainer on www/trac
There are at least 4 consecutive PR timeouts |
1.0.1_2 17 Jun 2014 19:19:53 |
mva |
- Add a trac/plugin.mk to allow plugins to use the same build and installation
environment in order to avoid polluting non-stage directories on build and
installation
www/trac-wikitopdf:
- Remove easy_install dependency Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Thanks to: bdrewery@ |
1.0.1_2 26 Apr 2014 10:53:16 |
matthew |
Fix new line apparently eaten by svn patch. |
1.0.1_2 26 Apr 2014 10:43:13 |
matthew |
Fix missing substitution in the init script
PR: ports/188401
Submitted by: me (matthew)
Approved by: maintainer timeout (21 days) |
1.0.1_1 21 Feb 2014 01:57:35 |
miwi |
- Fix stage support, devel/subversion creates /root/.subversion |
1.0.1_1 08 Feb 2014 20:02:33 |
rm |
- 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 |
1.0.1 26 Jan 2014 14:30:44 |
miwi |
- Stage Support |
1.0.1 13 Jan 2014 21:00:04 |
rene |
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) |
1.0.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.0.1 31 Aug 2013 01:22:46 |
dryice |
- un-break, ports/181686, r325762 fixed it |
1.0.1 30 Aug 2013 12:59:18 |
bdrewery |
- 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 |
1.0.1 10 Jun 2013 00:57:13 |
bdrewery |
- 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] |
0.12.3 30 Mar 2013 05:12:42 |
miwi |
- Correct the OptionsNG
PR: 177489
Submitted by: John Marino <draco@marino.st> |
0.12.3 07 Mar 2013 16:53:46 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
0.12.3 04 Mar 2013 10:55:24 |
lwhsu |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation |
0.12.3 02 Mar 2012 17:00:35 |
clsung |
- Update to 0.12.3
Obtained from: decke (via irc) |
0.12.2_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.12.2_2 06 Jul 2011 00:26:45 |
clsung |
- 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> |
0.12.2_1 25 Feb 2011 06:06:35 |
clsung |
- remove 'if ${PYTHON_REL} < 250', since USE_PYTHON= 2.5+ |
0.12.2_1 25 Feb 2011 04:40:31 |
miwi |
- Move over to py25
- while here drop md5 support
- Small cleanups |
0.12.2 09 Feb 2011 07:46:28 |
clsung |
- Update to 0.12.2 |
0.12.1 31 Dec 2010 01:37:40 |
clsung |
- Update to 0.12.1
PR: ports/153368
Submitted by: Dmitry <dmitry2006_AT_yandex dot ru> |
0.12_1 12 Oct 2010 06:20:30 |
pgollucci |
- 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) |
0.12 21 Jul 2010 09:28:18 |
clsung |
- Update to 0.12
Changes: http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12 |
0.11.7_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.11.7_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.11.7 20 Apr 2010 08:25:52 |
clsung |
- Update to 0.11.7
PR: ports/145827
Submitted by: max |
0.11.6 18 Dec 2009 05:01:02 |
clsung |
- Update to 0.11.6
PR: ports/141430
Submitted by: lwhsu |
0.11.5 17 Aug 2009 13:24:28 |
clsung |
- Update to 0.11.5
PR: 137821
Submitted by: lwhsu |
0.11.4 07 Apr 2009 02:07:19 |
clsung |
- Update to 0.11.4
PR: ports/133225
Submitted by: lwhsu |
0.11.3 19 Feb 2009 01:36:20 |
clsung |
- Update to 0.11.3
PR: ports/131729
Submitted by: lwhsu |
0.11.2.1 29 Jan 2009 13:29:39 |
clsung |
- 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 |
0.11.2 10 Nov 2008 02:47:51 |
clsung |
- Update to 0.11.2
- s/PREFIX/LOCALBASE/ in *_DEPENDS
PR: ports/128709
Submitted by: lwhsu |
0.11.1 08 Sep 2008 01:43:25 |
clsung |
- Update to 0.11.1
PR: ports/127187
Submitted by: lwhsu |
0.11_2 07 Jul 2008 12:37:21 |
miwi |
- 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 |
0.11_1 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
0.11 30 Jun 2008 10:00:07 |
lev |
(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. |
0.11 27 Jun 2008 08:59:20 |
clsung |
- Update to 0.11 |
0.10.5 24 Jun 2008 08:19:16 |
clsung |
- Update to 0.10.5
PR: ports/124885
Submitted by: lwhsu |
0.10.4_2 06 Jun 2008 14:07:24 |
edwin |
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) |
0.10.4_1 31 Jul 2007 13:55:59 |
pav |
- Properly create empty directories when installed from package |
0.10.4_1 09 Jun 2007 02:53:50 |
clsung |
- 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> |
0.10.4 23 Apr 2007 02:09:55 |
clsung |
- Update to 0.10.4
PR: ports/111982
Submitted by: lwhsu |
0.10.3.1_2 09 Apr 2007 23:06:17 |
clsung |
- fix portversion (should be 0.10.3.1)
- bump PORTREVISION
Noted by: Wesley Shields <wxs_AT_atarininja dot org>
PointyHat to: myself |
0.10.3_1 07 Apr 2007 10:36:43 |
clsung |
- 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> |
0.10.3.1 09 Mar 2007 06:58:34 |
clsung |
- Update to 0.10.3.1, security fix |
0.10.3 07 Mar 2007 07:11:22 |
clsung |
- 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> |
0.10.3 13 Dec 2006 12:18:40 |
clsung |
- 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> |
0.10.2 14 Nov 2006 07:10:00 |
clsung |
- 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> |
0.10.1 09 Nov 2006 14:47:05 |
clsung |
- 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> |
0.10 06 Nov 2006 03:30:17 |
clsung |
- 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> |
0.10 31 Oct 2006 02:24:40 |
clsung |
- Update to 0.10
PR: ports/103847
Submitted by: clsung
Reviewed by: maintainer
Approved by: maintainer (Rui Lopes) |
0.9.6 11 Jul 2006 13:05:29 |
itetcu |
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 |
0.9.5 26 Apr 2006 18:10:39 |
jmelo |
- Update to 0.9.5.
PR: ports/96282
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer, mnag (mentor) |
0.9.4 26 Mar 2006 18:54:25 |
pav |
- Update to 0.9.4
PR: ports/94422
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Rui Lopes <rui@ruilopes.com> (maintainer) |
0.9.3_1 27 Jan 2006 21:17:06 |
mnag |
Update dependencies to moved port
Bump PORTREVISION |
0.9.3 23 Jan 2006 17:44:27 |
erwin |
Update to 0.9.3
PR: 92208
Submitted by: Rui Lopes <rui@ruilopes.com> (maintainer) |
0.9.2 17 Dec 2005 16:37:04 |
kuriyama |
Add ja-trac-0.9.2 (translated version of www/trac).
Repocopied by: marcus (ports/90472) |
0.9.2 07 Dec 2005 02:14:28 |
mnag |
Update to 0.9.2
Add SHA256
portlint(1)
PR: 90048
Submitted by: maintainer
Security: http://secunia.com/advisories/17894/ |
0.9 25 Nov 2005 03:58:32 |
linimon |
Chase some URLs per the distfile survey.
hat: portmgr |
0.9 04 Nov 2005 12:30:10 |
garga |
- Update to 0.9
- Pass maintainership to submitter
PR: ports/88453
Submitted by: Rui Lopes <rgl@ruilopes.com>
Approved by: maintainer |
0.8.4_1 26 Jul 2005 13:54:05 |
pav |
- Assign maintainership to volunteer
PR: ports/84125
Submitted by: Tobias Roth <ports@fsck.ch> |
0.8.4_1 17 Jul 2005 21:11:41 |
pav |
- Reset long term unresponsive maintainer |
0.8.4_1 17 Jul 2005 21:10:07 |
pav |
- BUILD_DEPENDS are also RUN_DEPENDS
PR: ports/82828
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: maintainer timeout (14 days) |
0.8.4 21 Jun 2005 20:25:49 |
nik |
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. |
0.8.1 05 May 2005 19:16:54 |
novel |
Update to 0.8.1
PR: 80225
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout |
0.8 14 Mar 2005 01:32:06 |
marcus |
Fix the py-PySQLite dependency.
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Reported by: Kris' makeindex script |