Ticket #1279: patch-nano

File patch-nano, 672 bytes (added by tp62@…, 20 years ago)

nano Portfile patch

Line 
1--- darwinports/dports/editors/nano/Portfile    Sun Apr 20 10:22:22 2003
2+++ local/editors/nano/Portfile Mon Dec 15 19:11:36 2003
3@@ -2,7 +2,7 @@
4 
5 PortSystem 1.0
6 name           nano
7-version                1.2.1
8+version                1.2.2
9 revision       0
10 categories     editors
11 maintainers    jpm@opendarwin.org
12@@ -19,4 +19,10 @@
13        http://www.ewtoo.org/~astyanax/nano/dist/v1.2/ \
14        ftp://ftp.nano-editor.org/pub/nano/v1.2/ \
15        ftp://nano.sourceforge.net/pub/nano/v1.2/
16-checksums      md5 188d24b9cc4c1041ac58d6b6f7941eb4
17+checksums        md5 1c2663caa7d1ca4377a4a2ab61787689
18+configure.args   --infodir=${prefix}/share/info
19+destroot.target  install-strip
20+
21+variant all {
22+    configure.args-append --enable-all
23+}