diff options
author | deischen <deischen@FreeBSD.org> | 2001-11-02 22:21:27 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-11-02 22:21:27 +0800 |
commit | 356c3850974ee42f23813fc23c2c1c73a32d1e46 (patch) | |
tree | a2794cab778a42c68fd16b08773b9eb4413dcba1 | |
parent | 46c5094ed76749ecf47df3e30bf990107cc843dc (diff) | |
download | freebsd-ports-gnome-356c3850974ee42f23813fc23c2c1c73a32d1e46.tar.gz freebsd-ports-gnome-356c3850974ee42f23813fc23c2c1c73a32d1e46.tar.zst freebsd-ports-gnome-356c3850974ee42f23813fc23c2c1c73a32d1e46.zip |
Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers.
PR: ports/31700
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
-rw-r--r-- | editors/nedit/Makefile | 8 | ||||
-rw-r--r-- | editors/nedit/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 84e08322c457..893ade008a68 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -9,15 +9,17 @@ PORTNAME= nedit PORTVERSION= 5.2 CATEGORIES= editors MASTER_SITES= ftp://ftp.nedit.org/pub/v5_2/ \ - ftp://ftp.nedit.org/pub/contrib/misc/ -DISTFILES= nedit-5.2-src.tar.Z nedit.app-defaults + ftp://ftp.nedit.org/pub/contrib/misc/ \ + http://www.nedit.org/ftp/v5_2/ \ + http://www.nedit.org/ftp/contrib/misc/ +DISTFILES= nedit-5.2-src.tar.gz nedit.app-defaults MAINTAINER= deischen@freebsd.org USE_MOTIF= yes USE_X_PREFIX= yes USE_XPM= yes -EXTRACT_ONLY= nedit-5.2-src.tar.Z +EXTRACT_ONLY= nedit-5.2-src.tar.gz MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index 1e23e316c643..b54d3b73a632 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,2 +1,2 @@ -MD5 (nedit-5.2-src.tar.Z) = 76810d24eb16f069da9e558fba29b3e3 +MD5 (nedit-5.2-src.tar.gz) = c5aa936eccfc1d1c0f39d339f0d88d76 MD5 (nedit.app-defaults) = 36c5e660039e0bd4b4d05df609b505bb |