From 0b83d95277bea1590cdd836ee90dd64fa27fcb8f Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 20 Feb 2004 21:52:12 +0000 Subject: Update to 1.2.3. This release includes many fixes, including converting file formats, the suspend handler, and the ever popular replace function. New features include more Pico compatibility in the file browser. --- editors/nano/Makefile | 3 +-- editors/nano/distinfo | 3 ++- editors/nano/pkg-plist | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index c6aa391944ce..edc337af8089 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nano -PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTVERSION= 1.2.3 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 050038068a69..2c0c76fd03b4 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1 +1,2 @@ -MD5 (nano-1.2.2.tar.gz) = 1c2663caa7d1ca4377a4a2ab61787689 +MD5 (nano-1.2.3.tar.gz) = fc70be5daee7f712675ac76690f71d50 +SIZE (nano-1.2.3.tar.gz) = 964533 diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist index 23e9edbd2bb3..0e3bb09433ee 100644 --- a/editors/nano/pkg-plist +++ b/editors/nano/pkg-plist @@ -20,6 +20,7 @@ share/locale/pl/LC_MESSAGES/nano.mo share/locale/pt_BR/LC_MESSAGES/nano.mo share/locale/ro/LC_MESSAGES/nano.mo share/locale/ru/LC_MESSAGES/nano.mo +share/locale/sr/LC_MESSAGES/nano.mo share/locale/sv/LC_MESSAGES/nano.mo share/locale/tr/LC_MESSAGES/nano.mo share/locale/uk/LC_MESSAGES/nano.mo -- cgit