diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2004-11-03 03:21:41 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2004-11-03 03:21:41 +0000 |
commit | 659cbc518876b86cb29d0791bdba567230a0cd69 (patch) | |
tree | a4581c1b7e215cd4a8a0f3d3576994606a9240bd /editors/nedit/Makefile | |
parent | c63b5ec7fa4cf6dd3a3f715f76153942754f4745 (diff) | |
download | ports-659cbc518876b86cb29d0791bdba567230a0cd69.tar.gz ports-659cbc518876b86cb29d0791bdba567230a0cd69.zip |
Update to release 5.5.
Notes
Notes:
svn path=/head/; revision=120684
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r-- | editors/nedit/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index f087b0c91c42..d2ce3ae148e9 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -6,14 +6,14 @@ # PORTNAME= nedit -PORTVERSION= 5.4 +PORTVERSION= 5.5 CATEGORIES= editors -MASTER_SITES= ftp://nl.nedit.org/pub/NEdit/v5_4/ \ - ftp://nl.nedit.org/pub/NEdit/contrib/misc/ \ - http://nl.nedit.org/ftp/v5_4/ \ - http://nl.nedit.org/ftp/contrib/misc/ -DISTFILES= nedit-5.4-source.tar.bz2 nedit.app-defaults -EXTRACT_ONLY= nedit-5.4-source.tar.bz2 +MASTER_SITES= ftp://ftp.nedit.org/pub/NEdit/v5_5/ \ + ftp://ftp.nedit.org/pub/NEdit/contrib/misc/ \ + http://www.nedit.org/ftp/v5_5/ \ + http://www.nedit.org/ftp/contrib/misc/ +DISTFILES= nedit-5.5-src.tar.bz2 nedit.app-defaults +EXTRACT_ONLY= nedit-5.5-src.tar.bz2 MAINTAINER= deischen@freebsd.org COMMENT= An X11/Motif GUI text editor for programs and plain text files |