diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-12-15 10:07:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-12-15 10:07:48 +0000 |
commit | 0a3e043b5f17a619d86b11abef6f48614e96682b (patch) | |
tree | e86e4e83e05b5791b746f74982c993288505746d /editors/jed | |
parent | 0ac09a1d7670e39e4513f556dbd8a4b4e0608526 (diff) | |
download | ports-0a3e043b5f17a619d86b11abef6f48614e96682b.tar.gz ports-0a3e043b5f17a619d86b11abef6f48614e96682b.zip |
Notes
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 6 | ||||
-rw-r--r-- | editors/jed/distinfo | 6 | ||||
-rw-r--r-- | editors/jed/files/patch-src_misc.c | 8 | ||||
-rw-r--r-- | editors/jed/pkg-plist | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 0a5854818afb..3a9a0c634e57 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -6,14 +6,12 @@ # PORTNAME= jed -PORTVERSION= 0.99.18 -PORTREVISION= 3 +PORTVERSION= 0.99.19 CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v${PORTVERSION:R}/ \ ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${PORTVERSION:R}/ \ - ftp://ftp.ntua.gr/pub/lang/slang/jed/v${PORTVERSION:R}/ \ - http://download.gna.org/jed/v${PORTVERSION:R}/ + ftp://ftp.ntua.gr/pub/lang/slang/jed/v${PORTVERSION:R}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= garga@FreeBSD.org diff --git a/editors/jed/distinfo b/editors/jed/distinfo index 49aa930097e2..98c3b7056b5b 100644 --- a/editors/jed/distinfo +++ b/editors/jed/distinfo @@ -1,3 +1,3 @@ -MD5 (jed/jed-0.99-18.tar.bz2) = 5378c8e7805854018d9ec5c3cfadf637 -SHA256 (jed/jed-0.99-18.tar.bz2) = 71c394640cf07286ffc7abe45d91477a64310e2024f81a1d5a79729887d8d43e -SIZE (jed/jed-0.99-18.tar.bz2) = 762826 +MD5 (jed/jed-0.99-19.tar.bz2) = c9b2f58a3defc6f61faa1ce7d6d629ea +SHA256 (jed/jed-0.99-19.tar.bz2) = 97a339ce2fb0a446767ee550786e6914fa2e8cdbad39a402e48368cd0d6b5763 +SIZE (jed/jed-0.99-19.tar.bz2) = 884198 diff --git a/editors/jed/files/patch-src_misc.c b/editors/jed/files/patch-src_misc.c index 3ae13f40bde9..c2d906599b1b 100644 --- a/editors/jed/files/patch-src_misc.c +++ b/editors/jed/files/patch-src_misc.c @@ -1,11 +1,11 @@ ---- src/misc.c.orig Mon Apr 3 09:05:53 2006 -+++ src/misc.c Mon Apr 3 09:05:05 2006 -@@ -741,12 +741,14 @@ +--- src/misc.c.orig 2009-12-14 00:12:55.000000000 -0200 ++++ src/misc.c 2009-12-14 15:12:53.000000000 -0200 +@@ -769,12 +769,14 @@ void jed_ungetkey_wchar (SLwchar_Type wc) { +#if JED_HAS_UTF8_SUPPORT - SLuchar_Type *b, buf[SLUTF8_MAX_MBLEN]; + SLuchar_Type *b, buf[JED_MAX_MULTIBYTE_SIZE]; if (NULL == (b = jed_wchar_to_multibyte (wc, buf))) return; diff --git a/editors/jed/pkg-plist b/editors/jed/pkg-plist index 75e241f0dde9..cdeab1e66861 100644 --- a/editors/jed/pkg-plist +++ b/editors/jed/pkg-plist @@ -124,6 +124,7 @@ lib/jed/lib/occur.sl lib/jed/lib/os.sl lib/jed/lib/paste.sl lib/jed/lib/perl.sl +lib/jed/lib/perlxtra.sl lib/jed/lib/php.sl lib/jed/lib/pipe.sl lib/jed/lib/popups.sl @@ -162,6 +163,7 @@ lib/jed/lib/textmode.sl lib/jed/lib/tiasm.sl lib/jed/lib/tmisc.sl lib/jed/lib/tmmode.sl +lib/jed/lib/tmpfile.sl lib/jed/lib/tpascal.sl lib/jed/lib/untab.sl lib/jed/lib/util.sl |