aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Web
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-1/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Fix assertion failed (*path != '/') for SVN 1.5 and aboveRong-En Fan2009-12-207-41/+51
| | | | | | | | | | | PR: ports/141778 Submitted by: Bernhard Froehlich <decke at bluelife.at> Obtained from: CPAN RT Bug# 37388 [1] [1] http://rt.cpan.org/Public/Bug/Display.html?id=37388#txn-543810 Notes: svn path=/head/; revision=246291
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Fix HTML/Text diff with Subversion 1.5Rong-En Fan2009-04-212-1/+29
| | | | | | | | | | - Bump PORTREVISION PR: ports/133877 Submitted by: Will Bond <will at imarc.net> Notes: svn path=/head/; revision=232423
* - Fix for using with subversion 1.5 (the patches work with subversion 1.4)Rong-En Fan2008-07-205-7/+68
| | | | | | | | | | | - Bump PORTREVISION - Move post-install under bsd.port.pre.mk PR: ports/125701 Submitted by: mitsuru at riken.jp Notes: svn path=/head/; revision=217178
* - Bump PORTREVISION for devel/apr updateRong-En Fan2008-07-051-1/+1
| | | | | | | | PR: ports/125276 Submitted by: rodrigc Notes: svn path=/head/; revision=216346
* Bump PORTREVISION due to subversion upgrade.Lev A. Serebryakov2008-06-301-1/+1
| | | | Notes: svn path=/head/; revision=216035
* (1) Upgrade subversion to version 1.5.0.Lev A. Serebryakov2008-06-301-1/+1
| | | | | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings. Notes: svn path=/head/; revision=216025
* 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
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 0.53Rong-En Fan2007-05-022-9/+6
| | | | | | | | - Remove perl < 5.6 support - Remove now useless TARGETDIR Notes: svn path=/head/; revision=191403
* - Update to 0.52Rong-En Fan2007-01-242-4/+4
| | | | Notes: svn path=/head/; revision=183148
* - Update to 0.51Rong-En Fan2007-01-172-4/+4
| | | | Notes: svn path=/head/; revision=182606
* - Update to 0.50Rong-En Fan2007-01-163-6/+18
| | | | Notes: svn path=/head/; revision=182507
* - Update to 0.49Rong-En Fan2006-09-143-7/+18
| | | | Notes: svn path=/head/; revision=173050
* - Respect DESTDIRRong-En Fan2006-08-131-12/+17
| | | | | | | | | | | - Remove unnecessary dependencies pulled by PERL_MODBUILD Bump PORTREVISION for this. PR: ports/101886 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170461
* Refine WWW entryRong-En Fan2006-06-271-1/+1
| | | | | | | | | PR: ports/99527 Submitted by: clsung Approved by: maintainer (myself), delphij (mentor) Notes: svn path=/head/; revision=166450
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* - Update to 0.47Cheng-Lung Sung2006-05-082-5/+6
| | | | | | | | PR: ports/96963 Submitted by: maintainer (Rong-En Fan) Notes: svn path=/head/; revision=161673
* - Update to 0.46Roman Bogorodskiy2006-03-164-4/+11
| | | | | | | | | | | - Tell users what to do after installation in pkg-message. - Add WWW entry in pkg-descr PR: 94513 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=157411
* Update to 0.43. Now requires perl from ports.Lars Thegler2006-01-303-21/+73
| | | | | | | | | PR: ports/92419 Submitted by: lth Approved by: maintainer Notes: svn path=/head/; revision=154817
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Upgrade to 0.38.Vanilla I. Shu2004-12-132-3/+3
| | | | | | | PR: ports/74980 Notes: svn path=/head/; revision=123909
* - Update to 0.37, unbreak itVanilla I. Shu2004-08-113-10/+22
| | | | | | | | | | | - Take maintainership PR: ports/70302 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer. Notes: svn path=/head/; revision=115940
* Fix pkg-plist.Vanilla I. Shu2004-07-301-1/+2
| | | | Notes: svn path=/head/; revision=115101
* BROKEN: Missing dependencyKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113365
* Add p5-SVN-Web 0.36, subversion repository web frontend.Vanilla I. Shu2004-03-164-0/+58
PR: ports/64292 Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=104185