[152273] trunk/dports/editors/nano

mps at macports.org mps at macports.org
Fri Sep 2 03:54:07 PDT 2016


Revision: 152273
          https://trac.macports.org/changeset/152273
Author:   mps at macports.org
Date:     2016-09-02 03:54:07 -0700 (Fri, 02 Sep 2016)
Log Message:
-----------
nano: update to version 2.7.0, remove no longer needed patch file.

Modified Paths:
--------------
    trunk/dports/editors/nano/Portfile

Removed Paths:
-------------
    trunk/dports/editors/nano/files/patch-src-winio.c.diff

Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile	2016-09-02 09:55:12 UTC (rev 152272)
+++ trunk/dports/editors/nano/Portfile	2016-09-02 10:54:07 UTC (rev 152273)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            nano
-version         2.6.3
+version         2.7.0
 categories      editors
 platforms       darwin freebsd
 license         GPL-3
@@ -20,8 +20,8 @@
 homepage        http://www.nano-editor.org/
 master_sites    ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu
 
-checksums       rmd160  0980108958ef5181bb7199f31c8474ab3759c13b \
-                sha256  4f4054e12f2181c8e436163e931a0a565612242ff9e566c4d1adeda0f91fd503
+checksums       rmd160  07a52bd9e694ad810fbbc7440a2ba7e4bcf1f538 \
+                sha256  5dd1e9cf8e3de676c141a0b23f312e68380ef049926e2913e2114bbe32fbeac3
 
 depends_lib     port:gettext \
                 port:libiconv \
@@ -29,8 +29,7 @@
                 port:ncurses \
                 port:zlib
 
-patchfiles      nawk.patch \
-                patch-src-winio.c.diff
+patchfiles      nawk.patch
 
 configure.args  --disable-wrapping-as-root \
                 --enable-nanorc \

Deleted: trunk/dports/editors/nano/files/patch-src-winio.c.diff
===================================================================
--- trunk/dports/editors/nano/files/patch-src-winio.c.diff	2016-09-02 09:55:12 UTC (rev 152272)
+++ trunk/dports/editors/nano/files/patch-src-winio.c.diff	2016-09-02 10:54:07 UTC (rev 152273)
@@ -1,20 +0,0 @@
---- src/winio.c.orig	2016-08-10 04:22:23.000000000 -0500
-+++ src/winio.c	2016-08-13 08:18:00.000000000 -0500
-@@ -506,7 +506,7 @@
- 
-     /* When not running under X, check for the bare arrow keys whether
-      * the Ctrl key is being held together with them. */
--    if (console && (retval == KEY_UP || retval == KEY_DOWN ||
-+/*    if (console && (retval == KEY_UP || retval == KEY_DOWN ||
- 			retval == KEY_LEFT || retval == KEY_RIGHT)) {
- 	unsigned char modifiers = 6;
- 
-@@ -520,7 +520,7 @@
- 	    else
- 		return sc_seq_or(do_next_word_void, 0);
- 	}
--    }
-+    } */
- 
-     switch (retval) {
- #ifdef KEY_SLEFT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160902/fef41fc1/attachment.html>


More information about the macports-changes mailing list