most recent changes, diff for fish
Index: shells/fish/Portfile
--- shells/fish/Portfile (revision 34200)
+++ shells/fish/Portfile (revision 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@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"
}
}