aboutsummaryrefslogtreecommitdiff
path: root/devel/pysvn
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Update to 1.7.2Tong LIU2010-02-282-8/+5
| | | | | | | | | PR: ports/144359 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250422
* - Mark BROKEN: conflicting dependenciesPav Lucistnik2010-02-241-0/+2
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=250269
* - Fix build with Custom PREFIX/LOCALBASEThomas Abthorpe2009-06-121-1/+2
| | | | | | | | | Submitted by: Julien Laffaye (kimelto via irc) Reported by: QATty Approved by: portmgr (itetcu, blanket) Notes: svn path=/head/; revision=235648
* - Unbreak buildMartin Wilke2009-04-233-12/+25
| | | | | | | | | | | | | | | - Upgrade pysvn to 1.7.0. This release include: * bug fixes for reported issues * New callback_conflict_resolver * Support Subversion 1.6 PR: 133893 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Notes: svn path=/head/; revision=232573
* - Mark BROKEN: does not compilePav Lucistnik2009-02-171-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=228563
* - Update to 1.6.2Li-Wen Hsu2008-11-172-8/+8
| | | | | | | | | | | - Use PYTHONPREFIX_SITELIBDIR instead PR: ports/128850 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Attila Nagy <bra AT fsn.hu> (maintainer) Notes: svn path=/head/; revision=222975
* - Update to 1.6.1Li-Wen Hsu2008-10-022-7/+9
| | | | | | | | | PR: ports/127752 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Attila Nagy <bra AT fsn.hu> (maintainer) Notes: svn path=/head/; revision=221114
* - Update to 1.6.0Pav Lucistnik2008-07-232-7/+6
| | | | | | | | | | - Switch to neon.28 and require at least py-cxx 5.4.1 PR: ports/125869 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Notes: svn path=/head/; revision=217353
* - 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 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
* - Rely on subversion to bring in apr dependency; unbreakPav Lucistnik2008-05-161-3/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=213166
* - Mark BROKEN: pkg_add: package 'apr-db42-1.2.12' conflicts with apr-1.2.12Pav Lucistnik2008-05-141-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=213057
* Rename www/neon to www/neon26 to make the integrationEdwin Groothuis2008-05-051-1/+1
| | | | | | | of www/neon28 possible Notes: svn path=/head/; revision=212638
* The pysvn module is a python interface to the Subversion version controlMartin Wilke2008-04-273-0/+64
system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two. This API cannot create new repositories; it can only interact with existing repositories. If you need to create a repository, use the svnadmin command from Subversion. Using the API, you can check out a working copy, add, edit, and remove working files, and check in, compare, or discard your changes. Repository properties such as keyword expansion, end of line characters, and ignore lists can also be examined and manipulated. WWW: http://pysvn.tigris.org/ PR: ports/122986 Submitted by: Attila Nagy <bra@fsn.hu> Notes: svn path=/head/; revision=212094