Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/cadaver/Makefile

[BACK] Up to [FreeBSD] / ports / www / cadaver

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:54 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -3 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 30 22:14:48 2010 UTC (18 months, 1 week ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:		ports/148295
Approved by:	lev (maintainer timeout, no respone for months),
		portmgr
Tested by:	pointyhat-exp by pav

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon May 31 02:01:21 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun May 2 18:16:51 2010 UTC (21 months, 1 week ago) by jpaetzel
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +12 -3 lines
Update www/cadaver to latest version
Add FreeBSD specific patches

Submitted by:	"Mikhail T." <mi+thun@aldan.algebra.com>
Approved by:	itetcu@ (mentor)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Sep 6 20:16:45 2008 UTC (3 years, 5 months ago) by jpaetzel
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Change MAINTAINER to my @FreeBSD.org address.

Approved by:	ade (mentor)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:34 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jul 5 06:56:52 2008 UTC (3 years, 7 months ago) by beech
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3 lines
- Update to 0.23.2

PR:		ports/125143
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:	Josh Paetzel <josh@tcbug.org> (maintainer)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:06:48 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 5 08:33:56 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Mar 20 10:03:50 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Mar 16 10:03:10 2007 UTC (4 years, 10 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
  (1) Update `www/neon' to 0.26.3
  (2) Bump port revisions (and dependencies) on all ports, using libneon
  (3) Mark `devel/bazaar' broken, it doesn't support new neon version.
      Approved by maintainer.
  (4) Mark `www/neonpp' broken, it doesn't support new neon version.
      Maintainer timeout.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 29 19:05:07 2007 UTC (5 years ago) by gabor
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -4 lines
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:	portmgr (erwin), erwin (mentor)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jan 23 22:03:13 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Update to 0.22.5

PR:		108275
Submitted by:	Josh Paetzel <josh@tcbug.org> (maintainer)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Dec 30 00:07:58 2006 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -2 lines
- Update to 0.22.4

PR:		ports/107301
Submitted by:	Josh Paetzel (maintainer)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Feb 7 17:14:35 2006 UTC (6 years ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +20 -4 lines
* Fix build by adding missing dependency to gettext and make that
  conditional by WITHOUT_NLS being set or not
* Fix path in EXTRACT_AFTER_ARGS
* Bump PORTREVISION because internationalization can now be turned on and off

PR:		ports/91756, ports/91962
Submitted by:	rushani, Josh Paetzel <josh@tcbug.org> (maintainer)
Approved by:	garga (mentor), Josh Paetzel <josh@tcbug.org> (maintainer)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jan 19 23:41:08 2006 UTC (6 years ago) by kris
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -0 lines
BROKEN: Does not compile

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jan 5 08:38:44 2006 UTC (6 years, 1 month ago) by lev
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
  [1] Update to 0.22.3
  [2] Use new neon library

PR:		ports/91278
Submitted:	Maintainer

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:42 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:16 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jan 29 10:39:08 2005 UTC (7 years ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Fix MASTER_SITES
Portlint(1)

PR:		ports/76793
Submitted by:	maintainer

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Dec 4 17:51:52 2004 UTC (7 years, 2 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Assign Maintainership to Josh Paetzel <josh@tcbug.org>

PR:		74587
Submitted by:	Josh Paetzel <josh@tcbug.org>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Nov 28 22:35:36 2004 UTC (7 years, 2 months ago) by perky
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -2 lines
- Add a mirror site.
- Utilize SIG_FILE.

PR:		74490
Submitted by:	Jason Harris <jharris@widomaker.com>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 7 15:03:21 2004 UTC (7 years, 3 months ago) by perky
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Update to 0.22.2

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 4 21:26:40 2004 UTC (7 years, 9 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +10 -6 lines
Upgrade from 0.22.0 to 0.22.1 (April 14th). Drop expat-dependency --
this port uses whatever www/neon provides. Loosen the neon-dependency --
don't require the exact version of -lneon. Don't extract the expat and
libneon bundled with the cadaver -- to avoid #include-ing a wrong header
accidentally. Patch some warnings.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 14 07:58:25 2004 UTC (7 years, 11 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Feb 5 20:37:59 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Use PLIST_FILES.

Reviewed by:	marcus

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Oct 10 11:24:48 2003 UTC (8 years, 4 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- Update to 0.22.0.
- Chase libneon version.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 18 16:03:15 2003 UTC (8 years, 8 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -5 lines
Use USE_GETOPT_LONG.

PR:		51387, 51383, 51380, 51388, 51384, 51372, 51373,
		51381, 51382
Submitted by:	Ports Fury

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 18 09:41:36 2003 UTC (8 years, 9 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
Update to 0.21

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:15:23 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
De-pkg-comment.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 8 05:27:23 2003 UTC (9 years ago) by nork
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.

Submitted by:	Ports Fury

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Feb 2 14:42:53 2003 UTC (9 years ago) by nork
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +11 -5 lines
Conditionalize libgnugetopt dependencies.

PR:		ports/47752
Submitted by:	Ports Fury

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jan 22 14:30:35 2003 UTC (9 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Do not build with included neon.

Installed (in ${LOCALBASE}) libneon was linked in if it exists anyway
and included expat is not used anymore.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:48:21 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:47:13 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 17 07:41:03 2002 UTC (9 years, 4 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Bump PORTREVISION and expat shlib.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Sep 7 03:46:08 2002 UTC (9 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
upgrade to 0.20.5

PR:		42490
Submitted by:	Ports Fury

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 10 17:19:38 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -13 lines
upgrade to 0.20.4

PR:		41506
Submitted by:	Ports Fury

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 1 16:22:36 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Chase shlib rev of devel/gettext

Submitted by:	lots and lots
Pointy hat to:	ade

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 17 19:20:04 2002 UTC (9 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -5 lines
Unbreak this port by using the included libneon and expat.  The API for
neon has changed incompatibly since the last release of cadaver so it
won't compile against our installed version of neon.  The included
version of neon doesn't appear to like the installed version of expat,
so use the included version of that too.  The load order of libraries
needed changing to ensure that the included version of neon is used.

These changes should be reverted if/when a newer release of cadaver
catches up with the neon API.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 11 09:51:56 2002 UTC (9 years, 9 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5 lines
Update LIB_DEPENDS on libneon.
Remove previous maintainer due to timeout.
Fix compilation; linking still fails due to missing symbols.  Update
BROKEN message appropriately.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:10:06 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 25 02:23:31 2002 UTC (9 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
BROKEN: Dependency is out of date

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:44:22 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 23 08:46:27 2001 UTC (10 years, 1 month ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Chase neon shared library upgrade.

PR:		33103
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 22 15:04:43 2001 UTC (10 years, 1 month ago) by kevlo
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update to version 0.18

PR: 32547
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jun 17 18:35:19 2001 UTC (10 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Add a LIB_DEPENDS on the gettext port.

PR:		27978
Submitted by:	Patrick Li <pat@databits.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 6 10:22:17 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Chase increased libneon version number.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 21 04:03:51 2001 UTC (10 years, 10 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -4 lines
Upgrade to 0.17.0, add depends to www/neon now.

No response:	maintaner

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:15 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Some spaces -> tabs for ports/www.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:04:35 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 29 05:54:08 2000 UTC (12 years ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0
Adding cadaver version 0.10.0.
A commandline client for DAV.

PR:		16087
Submitted by:	Alex Povolotsky <tarkhil@over.ru>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options