[104329] trunk/dports/devel/hs-utf8-string/Portfile

sean at macports.org sean at macports.org
Sat Mar 23 09:42:14 PDT 2013


Revision: 104329
          https://trac.macports.org/changeset/104329
Author:   sean at macports.org
Date:     2013-03-23 09:42:14 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-utf8-string: clean up portfile and add modeline

Modified Paths:
--------------
    trunk/dports/devel/hs-utf8-string/Portfile

Modified: trunk/dports/devel/hs-utf8-string/Portfile
===================================================================
--- trunk/dports/devel/hs-utf8-string/Portfile	2013-03-23 16:42:09 UTC (rev 104328)
+++ trunk/dports/devel/hs-utf8-string/Portfile	2013-03-23 16:42:14 UTC (rev 104329)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -6,21 +7,20 @@
 haskell.setup       utf8-string 0.3.6
 license             BSD
 maintainers         nomaintainer
+platforms           darwin
+universal_variant   no
+
 description         UTF8 layer for IO and Strings
 long_description \
    The utf8-string package provides operations for encoding UTF8 strings to \
    Word8 lists and back, and for reading and writing UTF8 without truncation.
 
-platforms           darwin
-
 checksums           md5     be8c5ef52a0824babdc89d60c1e9b600 \
                     sha1    06c5b38dbf60952d8a9767186984164f638dce7f \
                     rmd160  9c09a826a933c998d710a38b3bdb9f68fef242e5
 
 depends_lib	port:ghc
 
-universal_variant	no
-
 configure.args-append	-v --enable-library-profiling	\
 			--with-gcc=${configure.cc}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/ec16e319/attachment.html>


More information about the macports-changes mailing list