diff options
author | naddy <naddy@FreeBSD.org> | 2004-02-21 05:52:12 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-02-21 05:52:12 +0800 |
commit | 0b83d95277bea1590cdd836ee90dd64fa27fcb8f (patch) | |
tree | 40f04ef92a09491c0854214249301956841496b1 /editors | |
parent | 82be4f4e5ed239358a369e515a76c943da5c6a27 (diff) | |
download | freebsd-ports-gnome-0b83d95277bea1590cdd836ee90dd64fa27fcb8f.tar.gz freebsd-ports-gnome-0b83d95277bea1590cdd836ee90dd64fa27fcb8f.tar.zst freebsd-ports-gnome-0b83d95277bea1590cdd836ee90dd64fa27fcb8f.zip |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 3 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
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 |