summaryrefslogtreecommitdiff
path: root/net/coda_server
diff options
context:
space:
mode:
authorrvb <rvb>1998-10-02 14:38:58 +0000
committerrvb <rvb>1998-10-02 14:38:58 +0000
commita934ec752ac03eddefca0aa76ec9e3bb9a147d62 (patch)
tree1dfbe0abd58f94aaebbd4d2be0b90abfc1bd717f /net/coda_server
parente80337b8c1a4bffa33eac158dfe4b6cfc61e25cf (diff)
downloadpkgsrc-a934ec752ac03eddefca0aa76ec9e3bb9a147d62.tar.gz
Attend to some comments by Alan Barret and Thorsten Frueauf.
Also, run pkglint. And then contend with the ci conflict that ensued since agc did a lot of these changes too.
Diffstat (limited to 'net/coda_server')
-rw-r--r--net/coda_server/Makefile10
-rw-r--r--net/coda_server/patches/patch-aa5
-rw-r--r--net/coda_server/patches/patch-ab2
-rw-r--r--net/coda_server/pkg/DESCR2
4 files changed, 9 insertions, 10 deletions
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile
index 8ba6a8eae4c..b9e2b4155e9 100644
--- a/net/coda_server/Makefile
+++ b/net/coda_server/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.2 1998/10/02 13:41:05 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/10/02 14:38:59 rvb Exp $
#
DISTNAME= coda-4.6.5
-PKGNAME= coda-server-4.6.5
+PKGNAME= coda-server-4.6.5.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
EXTRACT_SUFX= .tgz
-MAINTAINER= coda@cs.cmu.edu
+MAINTAINER= rvb@cs.cmu.edu
HOMEPAGE= http://www.coda.cs.cmu.edu/
-DEPENDS+= gdbm-1.7.3:../../databases/gdbm
-DEPENDS+= readline-2.2:../../devel/readline
+DEPENDS+= gdbm-*:../../databases/gdbm
+DEPENDS+= readline-*:../../devel/readline
ALL_TARGET= coda
INSTALL_TARGET= server-install
diff --git a/net/coda_server/patches/patch-aa b/net/coda_server/patches/patch-aa
index 2869727b164..9f785160df0 100644
--- a/net/coda_server/patches/patch-aa
+++ b/net/coda_server/patches/patch-aa
@@ -1,7 +1,6 @@
-$NetBSD: patch-aa,v 1.3 1998/10/02 13:33:40 agc Exp $
-
-Miscellaneous diffs.
+$NetBSD: patch-aa,v 1.4 1998/10/02 14:38:59 rvb Exp $
+diff -ru ../coda-4.6.5/configure ./configure
--- ../coda-4.6.5/configure Wed Sep 2 14:07:47 1998
+++ ./configure Thu Sep 3 14:37:32 1998
@@ -1362,8 +1362,14 @@
diff --git a/net/coda_server/patches/patch-ab b/net/coda_server/patches/patch-ab
index 0ac2ce66859..6946f850f68 100644
--- a/net/coda_server/patches/patch-ab
+++ b/net/coda_server/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 1998/10/02 13:44:39 agc Exp $
+$NetBSD: patch-ab,v 1.3 1998/10/02 14:38:59 rvb Exp $
--- coda-b4_6_4/coda-src/venus/worker.cc Tue Jun 16 06:46:19 1998
+++ ./coda-src/venus/worker.cc Sat Sep 12 11:24:37 1998
diff --git a/net/coda_server/pkg/DESCR b/net/coda_server/pkg/DESCR
index 86cd6e304b4..81bf42fa4b0 100644
--- a/net/coda_server/pkg/DESCR
+++ b/net/coda_server/pkg/DESCR
@@ -3,6 +3,6 @@ operation, good security model, server replication and persistent client
side caching.
This package builds the entire source tree but only installs(/packages) the
-server side programs
+server side programs.
For more info, contact <coda@cs.cmu.edu> or visit http://www.coda.cs.cmu.edu.