diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-12 17:37:24 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-12 17:37:24 +0800 |
commit | bdac09a776abef8765f436443280f4aa3ba8ca0f (patch) | |
tree | 502d8323faf2604d45170af69074bd1250cb0ca5 /chinese | |
parent | 234b8b9dfe4e8fd82807c6e37544eab0b8748962 (diff) | |
download | freebsd-ports-gnome-bdac09a776abef8765f436443280f4aa3ba8ca0f.tar.gz freebsd-ports-gnome-bdac09a776abef8765f436443280f4aa3ba8ca0f.tar.zst freebsd-ports-gnome-bdac09a776abef8765f436443280f4aa3ba8ca0f.zip |
o Fix MASTER_SITES
o Change distinfo md5 checksum
- The spare url in the Makefile doesn't works.
- I cannot find a distfile with the same md5 that we have in distinfo
- The new distfile's difference is a comment and two removed ifdef's
(see PR for full diff)
PR: 53103
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/celvis/Makefile | 8 | ||||
-rw-r--r-- | chinese/celvis/distinfo | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 5b620ddaa80f..333b37edf751 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -9,12 +9,8 @@ PORTNAME= celvis PORTVERSION= 1.3 CATEGORIES= chinese editors -MASTER_SITES= ftp://ftp.edu.cn/pub/Chinese/ -# -# switch to http://www.ifcss.org/ftp-pub/software/unix/editor/celvis-1.3.tar.gz -# if the distfile becomes unfetchable again. Note this ver is slightly -# different. -DISTNAME= celvis +MASTER_SITES= http://ftp.ist.utl.pt/pub/ctan/language/chinese/chtex/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A vi/ex clone that speaks Chinese diff --git a/chinese/celvis/distinfo b/chinese/celvis/distinfo index 7e6577138de7..2f82c29952f8 100644 --- a/chinese/celvis/distinfo +++ b/chinese/celvis/distinfo @@ -1 +1 @@ -MD5 (celvis.tar.gz) = 219f74d6b34b4812280fd3f96a1c4686 +MD5 (celvis.tar.gz) = 70bb2769b07d12afd22ffeaf8aff227e |