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

ryandesign at macports.org ryandesign at macports.org
Fri Feb 19 19:59:26 PST 2010


Revision: 63993
          http://trac.macports.org/changeset/63993
Author:   ryandesign at macports.org
Date:     2010-02-19 19:59:25 -0800 (Fri, 19 Feb 2010)
Log Message:
-----------
nano: update to 2.2.3; new maintainer Theo Studer; convert post-activate ui_msg to notes; remove version number from docdir; remove obsolete configure arg --enable-all; see #23734

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

Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile	2010-02-20 03:53:50 UTC (rev 63992)
+++ trunk/dports/editors/nano/Portfile	2010-02-20 03:59:25 UTC (rev 63993)
@@ -4,10 +4,10 @@
 PortSystem      1.0
 
 name            nano
-version         2.0.9
+version         2.2.3
 categories      editors
 platforms       darwin freebsd
-maintainers     nomaintainer
+maintainers     gmail.com:theo.studer
 description     Nano's ANOther editor - enhanced free Pico Clone
 
 long_description \
@@ -19,23 +19,22 @@
 homepage        http://www.nano-editor.org/
 master_sites    ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu
 
-checksums       md5     2be94dc43fb60fff4626a2401a977220 \
-                sha1    fce55a02b2809a141258b3c1715d8fd95e004234 \
-                rmd160  a2356cdd1779ab5312307a8eb462516eeaa6e943
+checksums       md5     91918a484f54f94fedaebe00dc393a50 \
+                sha1    43677d23921806d70018197ed0e99754b5b5ad78 \
+                rmd160  b940db998367d55df92e08c26ddc30d8f05ed70c
 
 depends_lib     port:ncursesw \
                 port:gettext \
                 port:libiconv
 
-configure.args  --enable-all \
-                --disable-wrapping-as-root \
+configure.args  --disable-wrapping-as-root \
                 --enable-utf8
 
 use_parallel_build  yes
 
 destroot.target install-strip
 
-set docdir      ${prefix}/share/doc/${name}-${version}
+set docdir      ${prefix}/share/doc/${name}
 
 post-destroot {
     xinstall -d $destroot$docdir/html
@@ -44,8 +43,6 @@
     xinstall -m 644 -W $worksrcpath/doc faq.html texinfo/nano.html $destroot$docdir/html
 }
 
-post-activate {
-    ui_msg "A sample configuration file is available at \"${docdir}/nanorc.sample\"."
-}
+notes           A sample configuration file is available at \"${docdir}/nanorc.sample\".
 
 livecheck.type  freshmeat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100219/c63f1c34/attachment.html>


More information about the macports-changes mailing list