Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1279 closed defect (fixed)

UPDATE: nano 1.2.1->1.2.2

Reported by: tp62@… Owned by: fkr@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Minor version update. Diff:

@@ -2,7 +2,7 @@

PortSystem 1.0 name nano

-version 1.2.1 +version 1.2.2

revision 0 categories editors maintainers jpm@…

@@ -19,4 +19,4 @@

http://www.ewtoo.org/~astyanax/nano/dist/v1.2/ \ ftp://ftp.nano-editor.org/pub/nano/v1.2/ \ ftp://nano.sourceforge.net/pub/nano/v1.2/

-checksums md5 188d24b9cc4c1041ac58d6b6f7941eb4 +checksums md5 1c2663caa7d1ca4377a4a2ab61787689

Attachments (1)

patch-nano (672 bytes) - added by tp62@… 20 years ago.
nano Portfile patch

Download all attachments as: .zip

Change History (5)

comment:1 Changed 20 years ago by tp62@…

Fix for info directory (was going into /opt/local/info/) - new diff:

@@ -2,7 +2,7 @@

PortSystem 1.0 name nano

-version 1.2.1 +version 1.2.2

revision 0 categories editors maintainers jpm@…

@@ -19,4 +19,5 @@

http://www.ewtoo.org/~astyanax/nano/dist/v1.2/ \ ftp://ftp.nano-editor.org/pub/nano/v1.2/ \ ftp://nano.sourceforge.net/pub/nano/v1.2/

-checksums md5 188d24b9cc4c1041ac58d6b6f7941eb4 +checksums md5 1c2663caa7d1ca4377a4a2ab61787689 +configure.args --infodir=${prefix}/share/info

comment:2 Changed 20 years ago by tp62@…

New portfile with +extras variant, which enables some nifty features like syntax coloring.

# $Id: $

PortSystem 1.0 name nano version 1.2.2 revision 0 categories editors maintainers jpm@… description enhanced free Pico Clone long_description GNU nano is a small and friendly text editor. Besides \

basic text editing, nano offers many extra features like \ an interactive search and replace, goto line number, \ auto-indentation, feature toggles, internationalization \ support, and filename tab completion.

homepage http://www.nano-editor.org/ platforms darwin freebsd master_sites http://www.nano-editor.org/dist/v1.2/ \

http://www.ewtoo.org/~astyanax/nano/dist/v1.2/ \ ftp://ftp.nano-editor.org/pub/nano/v1.2/ \ ftp://nano.sourceforge.net/pub/nano/v1.2/

checksums md5 1c2663caa7d1ca4377a4a2ab61787689 configure.args --infodir=${prefix}/share/info destroot.target install-strip

variant extras {

configure.args-append --enable-all

}

comment:3 Changed 20 years ago by tp62@…

Owner: changed from jpm@… to fkr@…

Felix, apparently jpm is not around. Use the full Portfile (with the variant). Thanks!

Changed 20 years ago by tp62@…

Attachment: patch-nano added

nano Portfile patch

comment:4 Changed 20 years ago by fkr@…

Resolution: fixed
Status: newclosed

comitted. -fkr

Note: See TracTickets for help on using tickets.