aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion16
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.4.2Lev A. Serebryakov2006-11-093-16/+5
| | | | Notes: svn path=/head/; revision=176934
* Fix build with -DWITH_SVNSERVE_WRAPPERLev A. Serebryakov2006-09-132-5/+5
| | | | | | | PR: ports/103213 Notes: svn path=/head/; revision=172925
* (1) Update to 1.4.0 releaseLev A. Serebryakov2006-09-127-63/+277
| | | | | | | | | | | | | (2) Migrate book to stable version 1.2 (3) Add images to HTML book (4) Add dependency to gfind (findutils) for asvn (5) Improve asvn script PR: ports/99177 [4],[5] Submitted by: David Robillard <david.robillard@gmail.com> [3] Notes: svn path=/head/; revision=172850
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Remove a new crop of the long-spurious FreeBSD KEYWORDs.Doug Barton2006-07-101-1/+1
| | | | Notes: svn path=/head/; revision=167373
* (1) Update to 1.3.2.Lev A. Serebryakov2006-06-064-65/+24
| | | | | | | | | | (2) Fix installation of apache module in case of apache > 2.0. (3) Fix some portlint warnings. PR: ports/97932 [2] Notes: svn path=/head/; revision=164636
* (1) Fix building with latest apache 2.0Lev A. Serebryakov2006-05-256-4/+259
| | | | | | | | | | (2) Add `asvn' support. (3) Add rc.d script for svnserve. PR: ports/96967 [1], ports/97457 [2], ports/91970 [3] Notes: svn path=/head/; revision=163358
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Update to latest 1.3.1 release.Lev A. Serebryakov2006-04-202-8/+5
| | | | | | | Fix URL of HTML book. Notes: svn path=/head/; revision=159998
* - Show knob options in pre-everything instead of pre-extractMarcus Alves Grando2006-03-171-1/+1
| | | | | | | | PR: 93721 Approved by: lev (maintainer timeout, 22 days) Notes: svn path=/head/; revision=157506
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+45
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* 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