Revision: 112639 https://trac.macports.org/changeset/112639 Author: g5pw@macports.org Date: 2013-10-28 11:01:47 -0700 (Mon, 28 Oct 2013) Log Message: ----------- shells/fish: update to 2.1.0 use github portgroup remove merged patches Modified Paths: -------------- trunk/dports/shells/fish/Portfile Modified: trunk/dports/shells/fish/Portfile =================================================================== --- trunk/dports/shells/fish/Portfile 2013-10-28 17:08:38 UTC (rev 112638) +++ trunk/dports/shells/fish/Portfile 2013-10-28 18:01:47 UTC (rev 112639) @@ -2,11 +2,11 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 +github.setup fish-shell fish-shell 2.1.0 name fish license GPL-2 -version 2.0.0 -revision 1 categories shells platforms darwin maintainers nomaintainer @@ -16,11 +16,8 @@ homepage http://fishshell.com/ -master_sites ${homepage}files/${version}/ -worksrcdir fish -checksums md5 fe5907e6af61607d4128ce891a1f6501 \ - sha1 2d28553e2ff975f8e5fed6b266f7a940493b6636 \ - rmd160 23848c1e577abb6893d253c1253fee98a53f0c74 +checksums rmd160 8a3f7b4af75906742bf008d80897db781e6701ed \ + sha256 ca7c63effd88fb1c9466eb351e4b2139319bfdba2331c0767e979cf5675ae41f depends_build port:doxygen \ path:bin/dot:graphviz @@ -30,10 +27,7 @@ use_autoconf yes -# MEMO: patchfile patch-proc_c.diff could be still needed -patchfiles patch-share_config_fish.diff \ - patch-c++11-tr1.diff \ - patch-ambiguous-overload.diff +patchfiles patch-share_config_fish.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}/bin|g" "${worksrcpath}/share/config.fish" @@ -53,6 +47,3 @@ sudo port install xsel " - -livecheck.type regex -livecheck.regex fish-(.*?).tar.gz
participants (1)
-
g5pw@macports.org