#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)
Change History (5)
comment:1 Changed 21 years ago by tp62@…
comment:2 Changed 21 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 21 years ago by tp62@…
Owner: | changed from jpm@… to fkr@… |
---|
Felix, apparently jpm is not around. Use the full Portfile (with the variant). Thanks!
Fix for info directory (was going into /opt/local/info/) - new diff:
@@ -2,7 +2,7 @@
-version 1.2.1 +version 1.2.2
@@ -19,4 +19,5 @@
-checksums md5 188d24b9cc4c1041ac58d6b6f7941eb4 +checksums md5 1c2663caa7d1ca4377a4a2ab61787689 +configure.args --infodir=${prefix}/share/info