[34201] trunk/dports/shells/fish/Portfile

eridius at macports.org eridius at macports.org
Sun Feb 17 04:19:46 PST 2008


Revision: 34201
          http://trac.macosforge.org/projects/macports/changeset/34201
Author:   eridius at macports.org
Date:     2008-02-17 04:19:45 -0800 (Sun, 17 Feb 2008)

Log Message:
-----------
Upgrade fish to 1.23.0

Also fix compilation under Leopard

Modified Paths:
--------------
    trunk/dports/shells/fish/Portfile

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2008-02-17 12:00:27 UTC (rev 34200)
+++ trunk/dports/shells/fish/Portfile	2008-02-17 12:19:45 UTC (rev 34201)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                    fish
-version                 1.22.3
-revision                1
+version                 1.23.0
 categories              shells
 platforms               darwin
 maintainers             eridius at macports.org openmaintainer
@@ -14,7 +13,8 @@
 
 homepage                http://www.fishshell.org/
 master_sites            http://www.fishshell.org/files/${version}/
-checksums               md5 016a5944861ea48e363521c240834415
+checksums               md5 aa2f09bb54652b16bf4f7708848a7416 \
+                        sha1 8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f
 use_bzip2               yes
 
 livecheck.check         regex
@@ -25,7 +25,7 @@
 
 configure.args  --mandir=${prefix}/share/man --without-xsel
 
-platform darwin 8 {
+platform darwin {
     # there's something wonky about the libiconv headers installed by
     # macports that prevents autoconf from detecting libiconv, so i
     # have to fake it. See
@@ -35,7 +35,7 @@
         reinplace "s|AC_SEARCH_LIBS( iconv_open|#AC_SEARCH_LIBS( iconv_open|g" "${worksrcpath}/configure.ac"
     }
     post-configure {
-        reinplace "s|LDFLAGS= |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
+        reinplace "s|LDFLAGS = |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
     }
 }
 

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


More information about the macports-changes mailing list