Index: Portfile
===================================================================
--- Portfile	(revision 53093)
+++ Portfile	(working copy)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    fish
-version                 1.23.0
+version                 1.23.1
 categories              shells
 platforms               darwin
 maintainers             eridius openmaintainer
@@ -13,8 +13,9 @@
 
 homepage                http://www.fishshell.org/
 master_sites            http://www.fishshell.org/files/${version}/
-checksums               md5 aa2f09bb54652b16bf4f7708848a7416 \
-                        sha1 8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f
+checksums               md5     ead6b7c6cdb21f35a3d4aa1d5fa596f1 \
+                        sha1    3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e \
+                        rmd160  820b7a57f31b98a6faf1520b356a06422891e787
 use_bzip2               yes
 
 livecheck.check         regex
@@ -32,6 +33,7 @@
     # <http://permalink.gmane.org/gmane.comp.shells.fish.user/1217>
     # for details.
     patchfiles-append   patch-configure.ac.diff
+    use_autoconf        yes
     post-configure {
         reinplace "s|LDFLAGS = |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
     }
