summaryrefslogtreecommitdiff
path: root/www/w3c-httpd
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-12-10 18:41:37 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-12-10 18:41:37 +0000
commit8173bcca8594faad1220540ffe3b632b6e47d530 (patch)
tree3fb05e8d527a1fcb828598544458bc91838b65d8 /www/w3c-httpd
parentUse -, not _, to delimit name and version no. (diff)
Fix MASTER_SITES/DISTFILES, they moved again
Notes
Notes: svn path=/head/; revision=2548
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r--www/w3c-httpd/Makefile8
-rw-r--r--www/w3c-httpd/distinfo4
-rw-r--r--www/w3c-httpd/pkg-comment2
3 files changed, 8 insertions, 6 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile
index 85f89975e251..aa3395aaaa60 100644
--- a/www/w3c-httpd/Makefile
+++ b/www/w3c-httpd/Makefile
@@ -3,14 +3,16 @@
# Date created: 29 October 1994
# Whom: pst
#
-# $Id: Makefile,v 1.7 1995/10/03 07:03:46 asami Exp $
+# $Id: Makefile,v 1.8 1995/11/27 04:10:14 asami Exp $
#
DISTNAME= WWW
PKGNAME= cern_httpd-3.0
CATEGORIES+= www
-MASTER_SITES= ftp://www0.cern.ch/pub/www/src/
-DISTFILES= WWWDaemon_3.0.tar.Z WWWLibrary_2.17.tar.Z
+MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \
+ ftp://ftp.w3.org/pub/libwww/
+DISTFILES= httpd_3.0_src.tar.gz \
+ libwww_2.17_src.tar.Z
MAINTAINER= sa2c@and.or.jp
diff --git a/www/w3c-httpd/distinfo b/www/w3c-httpd/distinfo
index fa8ad6d1d271..77d627e217d9 100644
--- a/www/w3c-httpd/distinfo
+++ b/www/w3c-httpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (WWWDaemon_3.0.tar.Z) = 14169dfd48b1695bb2326adc54f32161
-MD5 (WWWLibrary_2.17.tar.Z) = 3ee4f68310947c236807a9ac26217b5b
+MD5 (httpd_3.0_src.tar.gz) = 61d83f947c96e022aebcaf8d7b1c6a01
+MD5 (libwww_2.17_src.tar.Z) = 3ee4f68310947c236807a9ac26217b5b
diff --git a/www/w3c-httpd/pkg-comment b/www/w3c-httpd/pkg-comment
index dec9df909b33..cd2876bdb96c 100644
--- a/www/w3c-httpd/pkg-comment
+++ b/www/w3c-httpd/pkg-comment
@@ -1 +1 @@
-HTTPD (WWW) server from Cern (version 3.0)
+HTTPD (WWW) server from CERN/W3C