diff options
author | ache <ache@FreeBSD.org> | 1995-12-11 02:41:37 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-11 02:41:37 +0800 |
commit | 8116eb39e9a51bc8de10b17a1e79978355eb828a (patch) | |
tree | d53a55b35323668a9ee1ccd79994b9b00f4047f4 | |
parent | 158d94cefc43aeb35b5615248e18731514d49033 (diff) | |
download | freebsd-ports-gnome-8116eb39e9a51bc8de10b17a1e79978355eb828a.tar.gz freebsd-ports-gnome-8116eb39e9a51bc8de10b17a1e79978355eb828a.tar.zst freebsd-ports-gnome-8116eb39e9a51bc8de10b17a1e79978355eb828a.zip |
Fix MASTER_SITES/DISTFILES, they moved again
-rw-r--r-- | www/w3c-httpd/Makefile | 8 | ||||
-rw-r--r-- | www/w3c-httpd/distinfo | 4 | ||||
-rw-r--r-- | www/w3c-httpd/pkg-comment | 2 |
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 |