[151355] trunk/dports/editors/nano/Portfile

mps at macports.org mps at macports.org
Sat Aug 13 06:21:38 PDT 2016


Revision: 151355
          https://trac.macports.org/changeset/151355
Author:   mps at macports.org
Date:     2016-08-13 06:21:37 -0700 (Sat, 13 Aug 2016)
Log Message:
-----------
nano: update to version 2.6.3. Add patch to disable Linux kernel specific code.

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

Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile	2016-08-13 10:53:49 UTC (rev 151354)
+++ trunk/dports/editors/nano/Portfile	2016-08-13 13:21:37 UTC (rev 151355)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            nano
-version         2.6.2
+version         2.6.3
 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  91990cf3d7a686548a2d8c2a93c04f365a378e03 \
-                sha256  453603ee56c8b6808d3ee24de71cb9dba4a3440ae91fdbecc00713a8228e8985
+checksums       rmd160  0980108958ef5181bb7199f31c8474ab3759c13b \
+                sha256  4f4054e12f2181c8e436163e931a0a565612242ff9e566c4d1adeda0f91fd503
 
 depends_lib     port:gettext \
                 port:libiconv \
@@ -29,7 +29,8 @@
                 port:ncurses \
                 port:zlib
 
-patchfiles      nawk.patch
+patchfiles      nawk.patch \
+                patch-src-winio.c.diff
 
 configure.args  --disable-wrapping-as-root \
                 --enable-nanorc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160813/d8e96ed0/attachment-0001.html>


More information about the macports-changes mailing list