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

ryandesign at macports.org ryandesign at macports.org
Wed Apr 8 15:34:36 PDT 2015


Revision: 134857
          https://trac.macports.org/changeset/134857
Author:   ryandesign at macports.org
Date:     2015-04-08 15:34:36 -0700 (Wed, 08 Apr 2015)
Log Message:
-----------
fish: update to 2.1.2 (#47386); use release download so that autoconf no longer needs to be used

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

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2015-04-08 20:32:34 UTC (rev 134856)
+++ trunk/dports/shells/fish/Portfile	2015-04-08 22:34:36 UTC (rev 134857)
@@ -4,10 +4,7 @@
 PortSystem              1.0
 PortGroup               github 1.0
 
-github.setup            fish-shell fish-shell 2.1.0
-# fish was stealth-updated, no changes. Remove this line with the next version update.
-revision                1
-dist_subdir             ${name}/${version}_1
+github.setup            fish-shell fish-shell 2.1.2
 name                    fish
 license                 GPL-2
 categories              shells
@@ -18,9 +15,11 @@
 long_description        fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family
 
 homepage                http://fishshell.com/
+github.tarball_from     releases
+distname                ${name}-${version}
 
-checksums               rmd160  37b015542bf12ea71f593df3e8fbd18e49e0ceed \
-                        sha256  aa81de9075ab8e7aa99d3857b3653d698a4ff40d2246fbf2289ee925bf1a81b2
+checksums               rmd160  109e3fbb07e36a6cf2b651b148d3a60eca9f8930 \
+                        sha256  c6c20d5ca3a2a0168461de8abfe85f9e6b255132698ea0109998d4ab68f9f6dd
 
 depends_build           port:doxygen \
                         path:bin/dot:graphviz
@@ -28,8 +27,6 @@
                         port:ncurses \
                         port:gettext
 
-use_autoconf            yes
-
 patchfiles              patch-share_config_fish.diff
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150408/bd5dd2c5/attachment.html>


More information about the macports-changes mailing list