[121418] trunk/dports/cross/i386-mingw32-runtime/Portfile

mojca at macports.org mojca at macports.org
Tue Jun 24 17:15:45 PDT 2014


Revision: 121418
          https://trac.macports.org/changeset/121418
Author:   mojca at macports.org
Date:     2014-06-24 17:15:45 -0700 (Tue, 24 Jun 2014)
Log Message:
-----------
i386-mingw32-runtime: whitespace, first line, sha256

Modified Paths:
--------------
    trunk/dports/cross/i386-mingw32-runtime/Portfile

Modified: trunk/dports/cross/i386-mingw32-runtime/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-runtime/Portfile	2014-06-25 00:12:05 UTC (rev 121417)
+++ trunk/dports/cross/i386-mingw32-runtime/Portfile	2014-06-25 00:15:45 UTC (rev 121418)
@@ -1,40 +1,41 @@
+# -*- 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
 
-name			i386-mingw32-runtime
-version			3.15.2
-maintainers		landonf openmaintainer
-description		Free Microsoft C runtime, headers and import libraries.
-long_description	Free Microsoft C runtime, headers and import libraries to \
-			support cross-compilation of software written for \
-			the Microsoft Windows. Maintained by the MinGW developers.
-homepage		http://www.mingw.org
-categories		cross devel
+PortSystem          1.0
 
+name                i386-mingw32-runtime
+version             3.15.2
+maintainers         landonf openmaintainer
+description         Free Microsoft C runtime, headers and import libraries.
+long_description    Free Microsoft C runtime, headers and import libraries to \
+                    support cross-compilation of software written for \
+                    the Microsoft Windows. Maintained by the MinGW developers.
+homepage            http://www.mingw.org
+categories          cross devel
+
 # Parameters for this port.
 set crossgcc-target i386-mingw32
 
-platforms		darwin
-master_sites		sourceforge:mingw
-distname		mingwrt-${version}-mingw32-dev
-dist_subdir		${name}/${version}_1
-checksums		md5     f24d63744af66b54547223bd5476b8f0 \
-			sha1    9f562408b94202ecff558e683e5d7df5440612c4 \
-			rmd160  42ed8faa0bc26918f192ade6ab011ab462c66693
+platforms           darwin
+master_sites        sourceforge:mingw
+distname            mingwrt-${version}-mingw32-dev
+dist_subdir         ${name}/${version}_1
+checksums           rmd160  42ed8faa0bc26918f192ade6ab011ab462c66693 \
+                    sha256  edbbbd5ded73aa42547512f546dad795179c100235ef4a7531c7b8ca612da214
 
-extract.dir		${worksrcpath}
-extract.mkdir	yes
+extract.dir         ${worksrcpath}
+extract.mkdir       yes
 
 # Nothing to configure
-use_configure		no
+use_configure       no
 
 # Nothing to build
 build {}
 
-destroot.violate_mtree	yes
+destroot.violate_mtree  yes
 destroot {
-	file mkdir ${destpath}${prefix}/${crossgcc-target}
-	foreach dir {include lib doc share} {
-		file copy -force ${worksrcpath}/$dir ${destpath}${prefix}/${crossgcc-target}
-	}
+    file mkdir ${destpath}${prefix}/${crossgcc-target}
+    foreach dir {include lib doc share} {
+        file copy -force ${worksrcpath}/$dir ${destpath}${prefix}/${crossgcc-target}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140624/99666d59/attachment-0001.html>


More information about the macports-changes mailing list