diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-08-10 17:06:15 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-08-10 17:06:15 +0000 |
commit | e662720ff2e26fb4caa09dba2d795ede7a7f06bc (patch) | |
tree | 55e09ee18ae36b4a79581d85b8e0e8cabc9e7edd /net/coda5_client | |
parent | 39fd96c88a2ac3d8b287333e0c9cb22e13a6cbeb (diff) |
Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).
Bump or remove PORTREVISION where it needed.
Notes
Notes:
svn path=/head/; revision=115848
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 51f8e2daea1c..b37125db80b9 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -7,7 +7,7 @@ PORTNAME= coda PORTVERSION= ${CODA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= coda@cs.cmu.edu COMMENT= Client programs for a replicated high-performance network file system |