diff options
author | gj <gj@FreeBSD.org> | 1998-04-20 13:15:54 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1998-04-20 13:15:54 +0800 |
commit | 21eacd9acae20ce015525f4043a88fa606355666 (patch) | |
tree | ca69aaf55b5194060678fa97a2e2705569fdedd2 /editors/xemacs-devel/Makefile | |
parent | 2d562212ab4da0747a3a73eb37ddaebd540d9b8f (diff) | |
download | freebsd-ports-graphics-21eacd9acae20ce015525f4043a88fa606355666.tar.gz freebsd-ports-graphics-21eacd9acae20ce015525f4043a88fa606355666.tar.zst freebsd-ports-graphics-21eacd9acae20ce015525f4043a88fa606355666.zip |
Update Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of them
either didn't have xemacs-20.4 or it was located in a different place.
Tested packaging and re-installing.
Submitted by: maintainer
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index d48a53bd91e..211c7029cb8 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -1,22 +1,19 @@ # New ports collection makefile for: X-Emacs -# Version required: 20.3 +# Version required: 20.4 # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.11 1998/03/28 19:42:15 ache Exp $ +# $Id: Makefile,v 1.12 1998/04/15 22:18:19 jseger Exp $ # -DISTNAME= xemacs-20.3 +DISTNAME= xemacs-20.4 CATEGORIES= editors MASTER_SITES= \ - ftp://ftp.xemacs.org/pub/${DISTNAME}/ \ - ftp://ftp2.xemacs.org/pub/xemacs/${DISTNAME}/ \ - ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/${DISTNAME}/ \ + ftp://ftp.xemacs.org/pub/xemacs/${DISTNAME}/ \ + ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/${DISTNAME}/ \ ftp://ftp.usyd.edu.au:/pub/Xemacs/${DISTNAME}/ \ ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \ - ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ \ - ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/${DISTNAME}/ \ - ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/ + ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= me@FreeBSD.org |