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>
This commit is contained in:
parent
a1267e181a
commit
fbcc834c2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49507
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue