aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion-devel
Commit message (Collapse)AuthorAgeFilesLines
* Fix book's entries in distinfo.Lev A. Serebryakov2006-01-062-3/+10
| | | | | | | | | Fix URL of HTML book (site responses with redirect now). Submitted by: Many Notes: svn path=/head/; revision=152903
* Bump neon shared libary version, bump PORTREVISION to force upgrade.Lev A. Serebryakov2006-01-051-2/+2
| | | | Notes: svn path=/head/; revision=152791
* Update to 1.3.0 release.Lev A. Serebryakov2006-01-032-11/+5
| | | | Notes: svn path=/head/; revision=152670
* One more fix to support all apaches 2.0+. Activate mod_dav for proper ↵Lev A. Serebryakov2005-12-171-2/+2
| | | | | | | version of apache. Notes: svn path=/head/; revision=151432
* (1) Properly process apache port versions.Lev A. Serebryakov2005-12-161-2/+3
| | | | | | | | | (2) Set proper permissions on ${PREFIX}/share/subversion PR: 89606 [2] Notes: svn path=/head/; revision=151338
* (1) Update ot 1.3.0.r4. It is official, public RC.Lev A. Serebryakov2005-12-116-73/+15
| | | | | | | | | | | | Rollback to 1.2.3 is impossible with new apr and swig in ports tree: all bindings are broken with these versions :( (2) Fix problems with new apache build infrastructure. I'm sorry for long pause Notes: svn path=/head/; revision=150865
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-3/+3
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Fix problem with WITH_BOOK knob. The book isn't part of the subversion ↵Florent Thoumie2005-11-302-3/+14
| | | | | | | | | | | | | | distfile anymore, so fetch svn-book.{html,pdf} as well if WITH_BOOK is defined. - Add SHA256 checksum. PR: ports/89153 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> Reviewed by: flz Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=150056
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* (1) Update to 1.3.0-rc2Lev A. Serebryakov2005-11-059-152/+154
| | | | | | | | | | (2) Fix minor issues with Makefile (messages) (3) Fix pkg-plist in case of using apache21 PR: ports/87607 [2], ports/88410 [3] Notes: svn path=/head/; revision=147395
* [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