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 | |
parent | - Update to bsd.java.mk 2.0 (diff) |
Update to release 5.5.
Notes
Notes:
svn path=/head/; revision=120684
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 14 | ||||
-rw-r--r-- | editors/nedit/distinfo | 6 | ||||
-rw-r--r-- | editors/nedit/files/patch-ae | 21 |
3 files changed, 10 insertions, 31 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 diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index f808d696e9ac..7b9a6f8c0190 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,4 +1,4 @@ -MD5 (nedit-5.4-source.tar.bz2) = b71afab27f07def3121a8c6f319697ca -SIZE (nedit-5.4-source.tar.bz2) = 891388 +MD5 (nedit-5.5-src.tar.bz2) = 48cb3dce52d44988f3a4d7c6f47b6bbe +SIZE (nedit-5.5-src.tar.bz2) = 1124825 MD5 (nedit.app-defaults) = 36c5e660039e0bd4b4d05df609b505bb -SIZE (nedit.app-defaults) = 7634 +SIZE (nedit.app-defaults) = diff --git a/editors/nedit/files/patch-ae b/editors/nedit/files/patch-ae deleted file mode 100644 index 85c9a5d5222d..000000000000 --- a/editors/nedit/files/patch-ae +++ /dev/null @@ -1,21 +0,0 @@ ---- util/check_lin_tif.c.orig Thu Nov 13 02:09:50 2003 -+++ util/check_lin_tif.c Sun Aug 15 17:43:47 2004 -@@ -252,7 +252,7 @@ - - /* Check for the dreaded Open Motif 2.2.2 */ - if (force_bad || -- (XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL <= 3)) { -+ (XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL < 3)) { - fprintf(stderr, "ERROR: Bad Open Motif Version:\n\t%s\n", vs); - fprintf(stderr, - "\nThis version of Open Motif is known to be broken and is\n" -@@ -262,7 +262,8 @@ - "\thttp://www.motifdeveloper.com/tips/tip22.html\n" - "\thttp://www.motifdeveloper.com/tips/Motif22Review.pdf\n"); - finish(1, tif); -- } -+ } -+ exit(0); - } - #endif - |