diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2001-11-02 14:21:27 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-11-02 14:21:27 +0000 |
commit | fbcc834c2e30c4db7200c51636c6d8b447404e06 (patch) | |
tree | c7e1f7fa800362592b8dc491d72eb8978742c861 /editors/nedit | |
parent | Update to 0.20 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=49507
Diffstat (limited to 'editors/nedit')
-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 |