diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-02-11 03:27:36 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-02-11 03:27:36 +0800 |
commit | 64afe5e16ddadc70fd326bd1c29dd68f81e7ac45 (patch) | |
tree | dc52892f371735c82dcbbd310dedcb5cb937c64e | |
parent | a4f7bc2f8e5813bf217d1a32421a7b02f11852c9 (diff) | |
download | freebsd-ports-gnome-64afe5e16ddadc70fd326bd1c29dd68f81e7ac45.tar.gz freebsd-ports-gnome-64afe5e16ddadc70fd326bd1c29dd68f81e7ac45.tar.zst freebsd-ports-gnome-64afe5e16ddadc70fd326bd1c29dd68f81e7ac45.zip |
Fix fetch:
- http://www.kdbarto.org/UCSD_Pascal_files/ redirectes (301) to
http://kdbarto.homedns.org/UCSD_Pascal_files/ so add the later as MASTER_SITE
(since it's dynamic DNS don't think deleting the first www. one is a good idea)
- ftp://ftp.apple.[1;5Casimov.net doesn't carry the disks images anymore (but
leave it in, commented, in case they will be back).
Reported by: QAT QA run
-rw-r--r-- | emulators/p-interp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/p-interp/Makefile b/emulators/p-interp/Makefile index 5b847580b93d..d608280e91ee 100644 --- a/emulators/p-interp/Makefile +++ b/emulators/p-interp/Makefile @@ -10,8 +10,9 @@ PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.klebsch.de/ \ - ftp://ftp.apple.asimov.net/pub/apple_II/images/programming/pascal/apple_pascal/:disks \ - http://www.kdbarto.org/UCSD_Pascal_files/:disks + http://www.kdbarto.org/UCSD_Pascal_files/:disks \ + http://kdbarto.homedns.org/UCSD_Pascal_files/:disks +# ftp://ftp.apple.asimov.net/pub/apple_II/images/programming/pascal/apple_pascal/:disks \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ apple_pascal_0.dsk.gz:disks apple_pascal_1.dsk.gz:disks \ |