[120471] trunk/dports/devel/swig/Portfile

michaelld at macports.org michaelld at macports.org
Thu May 29 06:20:27 PDT 2014


Revision: 120471
          https://trac.macports.org/changeset/120471
Author:   michaelld at macports.org
Date:     2014-05-29 06:20:27 -0700 (Thu, 29 May 2014)
Log Message:
-----------
swig: whitespace and rearrangement only.

Modified Paths:
--------------
    trunk/dports/devel/swig/Portfile

Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile	2014-05-29 13:18:49 UTC (rev 120470)
+++ trunk/dports/devel/swig/Portfile	2014-05-29 13:20:27 UTC (rev 120471)
@@ -3,17 +3,18 @@
 
 PortSystem 1.0
 
-name		swig
-version		3.0.1
+name            swig
+version         3.0.1
 
-categories	devel
+categories      devel
+maintainers     michaelld openmaintainer
+
 # The swig tool itself is GPL, but code incorporated into dependents has a
 # permissive license. 
-license		{GPL-3+ Permissive}
-maintainers	michaelld openmaintainer
+license         {GPL-3+ Permissive}
 
-description	Tool to wrap C/C++ libraries in high-level languages.
-long_description	\
+description     Tool to wrap C/C++ libraries in high-level languages.
+long_description \
     SWIG is a software development tool that connects programs written in C \
     and C++ with a variety of high-level programming languages. SWIG is \
     primarily used with common scripting languages such as Perl, Python, \
@@ -24,15 +25,15 @@
     prototyping C/C++ software. SWIG may be freely used, distributed, and \
     modified for commercial and noncommercial use.
 
-homepage	http://www.swig.org/
-platforms	darwin
-master_sites	sourceforge:project/swig/swig/swig-${version}
+homepage        http://www.swig.org/
+platforms       darwin
+master_sites    sourceforge:project/swig/swig/swig-${version}
 
 checksums       rmd160 e6a56755f336b6d6f54fa40dcd1717446b619fd2 \
                 sha256 cf5d98f85145ad94e60fd03ea4affbca3dd2073819cfa86d436873229ed5f2c3
 
-depends_build	port:bison \
-    port:gsed
+depends_build   port:bison \
+                port:gsed
 
 post-patch {
     # The configure script should use GNU sed
@@ -121,7 +122,7 @@
 }
 
 if {${swig.lang} == ""} {
-    depends_lib	    port:pcre
+    depends_lib     port:pcre
 
     set docdir      ${prefix}/share/doc/${name}-${version}
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140529/5c34d20b/attachment.html>


More information about the macports-changes mailing list