diff options
-rw-r--r-- | editors/nedit/Makefile | 11 | ||||
-rw-r--r-- | editors/nedit/distinfo | 7 | ||||
-rw-r--r-- | editors/nedit/patches/patch-ab | 12 |
3 files changed, 10 insertions, 20 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 092af7d6e16..15dc03fdcf4 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2002/04/23 02:08:52 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2002/08/04 13:33:30 mjl Exp $ -VERS= 5.2 -DISTNAME= nedit-${VERS}-src +VERS= 5.3 +DISTNAME= nedit-${VERS}-source PKGNAME= nedit-${VERS} CATEGORIES= editors -MASTER_SITES= http://ftp.nedit.org/ftp/v${VERS:S/./_/g}/ +MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ + http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ + ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nedit.org/ diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index 79ec7c7ddf8..d292a9ba92c 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2002/01/18 22:27:35 mjl Exp $ +$NetBSD: distinfo,v 1.7 2002/08/04 13:33:31 mjl Exp $ -SHA1 (nedit-5.2-src.tar.gz) = 00327cb34f02318eb786d44051478dc367f65563 -Size (nedit-5.2-src.tar.gz) = 768534 bytes +SHA1 (nedit-5.3-source.tar.bz2) = c60ec4eb96eef654480bed06fe9139288b5396a9 +Size (nedit-5.3-source.tar.bz2) = 724878 bytes SHA1 (patch-aa) = d95ad0eaf120fb7b8e95b71ef5f1520a7dcb7393 -SHA1 (patch-ab) = 1d566822879aa6519bea91acb03cdba139edd250 diff --git a/editors/nedit/patches/patch-ab b/editors/nedit/patches/patch-ab deleted file mode 100644 index 88ef06b0fd3..00000000000 --- a/editors/nedit/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2000/12/28 12:49:51 abs Exp $ - ---- source/preferences.c.orig Thu Dec 28 12:26:33 2000 -+++ source/preferences.c -@@ -24,6 +24,7 @@ - * Written by Mark Edel * - * * - *******************************************************************************/ -+#include <stdio.h> - #include <stdlib.h> - #include <ctype.h> - #ifdef VMS |