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

ryandesign at macports.org ryandesign at macports.org
Wed Jun 15 17:46:20 PDT 2011


Revision: 79495
          http://trac.macports.org/changeset/79495
Author:   ryandesign at macports.org
Date:     2011-06-15 17:46:20 -0700 (Wed, 15 Jun 2011)
Log Message:
-----------
fish: whitespace changes / reformatting / add modeline

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

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2011-06-16 00:42:44 UTC (rev 79494)
+++ trunk/dports/shells/fish/Portfile	2011-06-16 00:46:20 UTC (rev 79495)
@@ -1,6 +1,7 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
 name                    fish
 version                 1.23.1
@@ -13,21 +14,22 @@
 
 homepage                http://fishshell.com/
 master_sites            ${homepage}files/${version}/
+use_bzip2               yes
 
 checksums               md5     ead6b7c6cdb21f35a3d4aa1d5fa596f1 \
                         sha1    3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e \
                         rmd160  820b7a57f31b98a6faf1520b356a06422891e787
-use_bzip2               yes
 
 livecheck.type          regex
 livecheck.regex         fish-(.*?).tar.bz2
 
-depends_build   bin:doxygen:doxygen
-depends_lib     lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext
+depends_build           bin:doxygen:doxygen
+depends_lib             lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext
 
-configure.ccache no
+configure.ccache        no
 
-configure.args  --mandir=${prefix}/share/man --without-xsel
+configure.args          --mandir=${prefix}/share/man \
+                        --without-xsel
 
 platform darwin {
     # there's something wonky about the libiconv headers installed by
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110615/88fbcfd2/attachment.html>


More information about the macports-changes mailing list