aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion
Commit message (Collapse)AuthorAgeFilesLines
...
* [1] Fix perl bindingsLev A. Serebryakov2005-11-022-2/+6
| | | | | | | | | [2] Fix building of bindings on amd64 and ia64 PR: [1] ports/88209 Notes: svn path=/head/; revision=147005
* - Chase apr updatePav Lucistnik2005-11-011-3/+3
| | | | | | | Pointy hat to: rodrigc Notes: svn path=/head/; revision=146909
* Add support for apache21Lev A. Serebryakov2005-09-161-1/+8
| | | | | | | PR: ports/85900 Notes: svn path=/head/; revision=142923
* Update to version 1.2.3Lev A. Serebryakov2005-09-165-71/+42
| | | | | | | Enable Java HL bindings on 5.3 and newer systems. Notes: svn path=/head/; revision=142922
* Really unbreak WITH_BOOK option by creating the book directoryBruce A. Mah2005-08-011-1/+2
| | | | | | | | | | | before trying to put files there. While here, fix a minor typo in an output line. Approved by: lev (port MAINTAINER) Notes: svn path=/head/; revision=140595
* Update to 1.2.1.Lev A. Serebryakov2005-07-295-9/+93
| | | | | | | | | | Add ruby bindings [1]. Fix WITH_BOOK option [2]. PR: ports/82949 [1], ports/81808 [2] Notes: svn path=/head/; revision=140390
* Fix typo: s/May useful scripts/Many useful scripts/.Bruce A. Mah2005-05-261-1/+1
| | | | | | | Approved by: lev (MAINTAINER) Notes: svn path=/head/; revision=136146
* Update to 1.2.0Lev A. Serebryakov2005-05-254-18/+41
| | | | Notes: svn path=/head/; revision=136127
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* [0] Update to 1.1.4.Lev A. Serebryakov2005-04-103-98/+155
| | | | | | | | | | | | | | | | [1] Add target `rpository' and ability to create fsfs repository. Default repository format is `bdb' for compatibility. It will be changed in 1.2.0. [2] Fix perl bindings patch. PR: [1] ports/78379 [2] ports/77453 Submitted by: [1] Roman Neuhauser <neuhauser@chello.cz> [2] Andrey Slusar <anrays@gmail.com> Notes: svn path=/head/; revision=132887
* - devel/subversion-perl (WITH_PERL) installs perllocal.pod, get rid of it.Cheng-Lung Sung2005-03-301-0/+1
| | | | | | | | | | | | | - for ports incorrectly installs perllocal.pod, please % perldoc ExtUtils::MakeMaker and search for "pure_install" PR: 79293 Submitted by: Ying-Chieh Chen <yinjieh AT csie dot nctu dot edu dot tw> Approved by: portmgr (marcus), maintainer (lev) Notes: svn path=/head/; revision=132118
* Update to 1.1.3Lev A. Serebryakov2005-02-035-133/+124
| | | | | | | | | | Add ability to build without db4 (WITHOUT_BDB) Install precompiled HTML book and PDF book [1] PR: [1] ports/75411 Notes: svn path=/head/; revision=127990
* WITHOUT_GETTEXT -> WITHOUT_NLSLev A. Serebryakov2004-11-111-1/+1
| | | | | | | Submitted by: Kirill Ponomarew <krion@voodoo.oberon.net>, Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=121354
* Add conditional USE_GETTEXT=yes (turned on by default).Lev A. Serebryakov2004-11-102-10/+18
| | | | | | | WITHOUT_GETTEXT build works too. Notes: svn path=/head/; revision=121331
* (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0Lev A. Serebryakov2004-11-0511-149/+255
| | | | | | | | | | | (2) Add installation of usefuls scripts and tools into `share/subversion' (3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on STABLE now. PR: 73135, 72551, 52797, 72665. Submitted by: Many people, especially bmah@ Notes: svn path=/head/; revision=120891
* - Chase apr shlib bumpPav Lucistnik2004-10-151-1/+1
| | | | | | | Pointy hat: kuryiama Notes: svn path=/head/; revision=119533
* Update to 1.0.8: security fix.Lev A. Serebryakov2004-09-264-199/+5
| | | | | | | | | PR: ports/72070 Submitted by: bmah Approved by: portmgr (Mark Linimon) Notes: svn path=/head/; revision=118438
* Fix stupid errors in Makefile.Lev A. Serebryakov2004-08-212-31/+5
| | | | | | | | | | | Remove `*.la' installation. Remove `*.a' installation for Python module. PR: ports/70694 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Notes: svn path=/head/; revision=116965
* [1] Add patches for perl bindings, backported from subversion 1.1 branchLev A. Serebryakov2004-08-195-23/+341
| | | | | | | | | | | | | [2] Add optional ability to build HTML version of "Subversion book" [3] Add ability to build without libneon (with disabled WeDAV client) PR: ports/70368 with changes [1], ports/68781 [2] Submitted by: Rong-En Fan <rafan@infor.org> [1], Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2] Notes: svn path=/head/; revision=116726
* Update to 1.0.6.Lev A. Serebryakov2004-07-302-3/+5
| | | | | | | | This is NOT fix problem with apache2 module. Fix for module will be in next commit. Notes: svn path=/head/; revision=115080
* (1) Update to 1.0.5: security fixLev A. Serebryakov2004-06-172-4/+4
| | | | | | | | | (2) Fix IGNORE string PR: ports/68015, ports/67734 Notes: svn path=/head/; revision=111652
* Fixes the "make" semantic for the SVN::Core Perl module.Vanilla I. Shu2004-06-071-1/+1
| | | | | | | | | PR: ports/64346 Submitted by: Autrijus Tang Maintainer timtout: > 1 month. Notes: svn path=/head/; revision=110984
* Update to latest version 1.0.4Lev A. Serebryakov2004-05-233-18/+4
| | | | Notes: svn path=/head/; revision=109804
* Correct a remotely exploitable vulnerability in subversion's dateJacques Vidrine2004-05-192-0/+14
| | | | | | | | | | parsing. http://vuxml.freebsd.org/5d36ef32-a9cf-11d8-9c6d-0020ed76ef5a.html The patch was supplied by Stefan Esser and verified by Ben Reser. Notes: svn path=/head/; revision=109520
* Upgrade to 1.0.2 bugfix versionLev A. Serebryakov2004-05-012-3/+3
| | | | | | | PR: ports/65870 Notes: svn path=/head/; revision=108107
* Update to bugfix version 1.0.1.Lev A. Serebryakov2004-03-152-4/+4
| | | | Notes: svn path=/head/; revision=104093
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Remove unused patch for `./configure', which confuses users.Lev A. Serebryakov2004-02-241-1/+0
| | | | Notes: svn path=/head/; revision=101945
* Hurra!Lev A. Serebryakov2004-02-232-3/+3
| | | | | | | Update to release 1.0.0! Notes: svn path=/head/; revision=101886
* Update to version 0.37.0 (1.0.0rc1).Lev A. Serebryakov2004-02-054-34/+225
| | | | | | | | | | | Add optional perl bindings (PR ports/61352 with many changes). Add optional python bindings. Depends on `devel/apr-svn' to help package building. PR: ports/61352 Notes: svn path=/head/; revision=100059
* Fix building with apache2 port.Lev A. Serebryakov2004-01-121-3/+25
| | | | | | | | | Now subversion needs apache2 with db4 support, check this condition. Sorry, but everybody, who uses subversion with apache, will need to rebuild apache2 port :( Notes: svn path=/head/; revision=97985
* Update to subversion-0.35.1Lev A. Serebryakov2004-01-094-43/+14
| | | | | | | | | | | | | Use old (0.9.4) version of apr instead of recommended 0.9.5. Return BIG MESSAGE about repository dump/restore cycle. Based on PR form Roman Neuhauser <neuhauser@bellavista.cz> PR: ports/61013 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=97781
* Fix typosLev A. Serebryakov2003-11-191-2/+2
| | | | Notes: svn path=/head/; revision=94348
* Search for system-wide configs in ${PREFIX}/etc/subversion, whenLev A. Serebryakov2003-11-131-1/+7
| | | | | | | | | | ${PREFIX} != "/usr". PR: ports/59190 Submitted by: Jeroen Ruigrok van der Werven <asmodai@nexus.ninth-circle.org> Notes: svn path=/head/; revision=93875
* Fix building with new apr on 4-STABLE systemsLev A. Serebryakov2003-11-112-0/+26
| | | | Notes: svn path=/head/; revision=93736
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-4/+3
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* [1] Update to latest 0.32.1Lev A. Serebryakov2003-10-262-5/+5
| | | | | | | | | [2] Set proper rights on DAV part of repository. PR: [2] ports/58408 Notes: svn path=/head/; revision=92230
* Include <bsd.port.pre.mk> before ALL tunable variables.Lev A. Serebryakov2003-10-241-2/+2
| | | | Notes: svn path=/head/; revision=92067
* Use bsd.ports.(pre|post).mk, don't ignore Makefile.localLev A. Serebryakov2003-10-231-1/+3
| | | | | | | PR: 58397 Notes: svn path=/head/; revision=91991
* Remove my local cache of subversion distfiles. collab.net seemsBruce A. Mah2003-10-141-2/+0
| | | | | | | | | perfectly capable of hosting these reliably now. Approved by: lev (MAINTAINER) Notes: svn path=/head/; revision=91243
* [1] Update to 0.31.0Lev A. Serebryakov2003-10-096-13/+115
| | | | | | | | | | [2] Add (optional) ability to create repository [3] Add (optional) svnserve wrapper to fix svn+ssh access problems. PR: [2,3] ports/57754 Notes: svn path=/head/; revision=90709
* Update to latest 0.30.0 version.Lev A. Serebryakov2003-10-013-6/+6
| | | | | | | PR: ports/57202 Notes: svn path=/head/; revision=89961
* Update to milestone 0.29.0Lev A. Serebryakov2003-09-062-3/+3
| | | | Notes: svn path=/head/; revision=88642
* Update to version 0.28.2, add BIG MESSAGE about repository version change.Lev A. Serebryakov2003-09-042-3/+9
| | | | | | | | PR: ports/56179 Submitted by: myself Notes: svn path=/head/; revision=88504
* I do not have enough time to maintain this port properly. lev@Bruce A. Mah2003-09-021-1/+1
| | | | | | | | has volunteered to take over (many thanks!) so give him MAINTAINERship. Notes: svn path=/head/; revision=88367
* Update to latest milestone 0.27.0Lev A. Serebryakov2003-08-222-3/+3
| | | | | | | | | PR: ports/55798 Submitted by: lev Approved by: bmah (maintainer) Notes: svn path=/head/; revision=87496
* Update to subversion-0.26.0.Bruce A. Mah2003-07-254-31/+18
| | | | Notes: svn path=/head/; revision=85604
* Add missing quote mark.Bruce A. Mah2003-07-071-1/+1
| | | | | | | | PR: 54171 Submitted by: Roman Neuhauser <roman@bellavista.cz> Notes: svn path=/head/; revision=84394
* Fix typo (s/else/.else/). Not sure how this got past my testing.Bruce A. Mah2003-07-021-1/+1
| | | | | | | Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> Notes: svn path=/head/; revision=84049