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

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 8 11:04:31 PST 2007


Revision: 21799
          http://trac.macosforge.org/projects/macports/changeset/21799
Author:   pipping at macports.org
Date:     2007-02-08 11:04:31 -0800 (Thu, 08 Feb 2007)

Log Message:
-----------
 * version bump to 2.0.3
 * declare dependency on ncurses and make sure it is found
 * add checksums
 * remove unresponsive mirror

(no response from maintainer within 72 hours)

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

Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile	2007-02-08 12:19:01 UTC (rev 21798)
+++ trunk/dports/editors/nano/Portfile	2007-02-08 19:04:31 UTC (rev 21799)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             nano
-version          2.0.1
+version          2.0.3
 categories       editors
 maintainers      toby at opendarwin.org
 description      Nano's ANOther editor - enhanced free Pico Clone
@@ -13,13 +13,16 @@
     internationalization support, and filename tab completion.
 homepage         http://www.nano-editor.org/
 platforms        darwin freebsd
-master_sites     http://www.nano-editor.org/dist/v2.0/ \
-                 http://www.ewtoo.org/~astyanax/nano/dist/v2.0/
-checksums        sha1 9c5e26893879355e41e417de30e9473439ceaf5d
+master_sites     http://www.nano-editor.org/dist/v2.0/
+checksums        md5 b8e2c1450b36d21f9a82509da3e4d9b1 \
+                 sha1 5012a57c3aeabd6f798f5c767970ba1d260854c4 \
+                 rmd160 8325e70c957ef84cae7a47ac78d893095e5128d2
+depends_lib      port:ncurses
 configure.args   --infodir=\\\${prefix}/share/info \
                  --mandir=\\\${prefix}/share/man \
                  --enable-all \
                  --disable-nls
+configure.env    CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 destroot.target  install-strip
 
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070208/968b80c7/attachment.html


More information about the macports-changes mailing list