1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix MASTER_SITES/DISTFILES, they moved again

This commit is contained in:
Andrey A. Chernov 1995-12-10 18:41:37 +00:00
parent af0507db5d
commit 8173bcca85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2548
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
HTTPD (WWW) server from Cern (version 3.0)
HTTPD (WWW) server from CERN/W3C