aboutsummaryrefslogtreecommitdiff
path: root/www/trac-xmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Unbreak and update to r13203Greg Larkin2013-07-172-6/+4
| | | | | | | | | | | - Change MASTER_SITES since the trac-hacks.org site embeds a "/" directory as a zip file entry that causes the unzip operation to fail PR: ports/177049 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=323188
* - BROKEN checksum mismatchMartin Wilke2013-02-231-0/+2
| | | | Notes: svn path=/head/; revision=312825
* - Updated to 1.1.2Greg Larkin2013-01-163-13/+17
| | | | | | | | | | | - Trimmed Makefile header - glarkin retains maintainership PR: ports/173872 (based on) Submitted by: Hung-Yi Chen <gaod@hychen.org> Notes: svn path=/head/; revision=310516
* - do not directly depend on setuptools, use USE_DISTUTILS insteadRuslan Makhmatkhanov2012-10-262-13/+8
| | | | | | | | | | | | | | | | - bump PORTREVISION because of dependency change - trim Makefile header - add license (BSD) - limit python version to 2.x only - move pkg-plist contents into Makefile:PLIST_FILES PR: 173024 Submitted by: rm (myself) Approved by: glarkin (maintainer, by mail) Feature safe: yes Notes: svn path=/head/; revision=306453
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245716
* - Updated to 1.0.6Greg Larkin2009-12-052-6/+6
| | | | | | | | PR: ports/140859 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> Notes: svn path=/head/; revision=245219
* - Take maintainershipGreg Larkin2009-05-061-1/+1
| | | | Notes: svn path=/head/; revision=233324
* - Reset maintainerMartin Wilke2009-05-041-1/+1
| | | | | | | | PR: 133702 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=233234
* - Bump PORTREVISION after arp updateMartin Wilke2008-07-071-1/+1
| | | | | | | PR: 125269 125274 Notes: svn path=/head/; revision=216446
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* This plugin allows Trac plugins to export select parts of their interface viaMartin Wilke2007-05-274-0/+38
XML-RPC. It also includes some exported functions for manipulating tickets, with plans to include interfaces to other parts of Trac's API. WWW: http://trac-hacks.org/wiki/XmlRpcPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de> Notes: svn path=/head/; revision=192105