[115756] trunk/dports/gnome/galeon/Portfile

devans at macports.org devans at macports.org
Fri Jan 10 13:36:39 PST 2014


Revision: 115756
          https://trac.macports.org/changeset/115756
Author:   devans at macports.org
Date:     2014-01-10 13:36:39 -0800 (Fri, 10 Jan 2014)
Log Message:
-----------
galeon: reformat per mode line, whitespace only.

Modified Paths:
--------------
    trunk/dports/gnome/galeon/Portfile

Modified: trunk/dports/gnome/galeon/Portfile
===================================================================
--- trunk/dports/gnome/galeon/Portfile	2014-01-10 21:33:49 UTC (rev 115755)
+++ trunk/dports/gnome/galeon/Portfile	2014-01-10 21:36:39 UTC (rev 115756)
@@ -1,25 +1,26 @@
 # -*- 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		galeon
+name            galeon
 license         GPL-2
-version		2.0.7
+version         2.0.7
 revision        2
-description	A GNOME web browser.
-long_description        Galeon is a GNOME Web browser based on gecko (the \
-			mozilla rendering engine). It's fast, it has a \
-			light interface, and it is fully standards-compliant.
-maintainers	nomaintainer
-categories	gnome www
-platforms	darwin
-homepage	http://galeon.sourceforge.net/
-master_sites	sourceforge
-use_bzip2	yes
-checksums	md5 2eede1f43e3f6f2ac4ce7d4db99b15b2 \
-			sha1 14ccb53a7b3f398eb3ac3f7ca6aeb63348689a62 \
-			rmd160 a443dfc11447a006d21d9e7852c616b41492a6f6
+description     A GNOME web browser.
+long_description \
+                Galeon is a GNOME Web browser based on gecko (the \
+                mozilla rendering engine). It's fast, it has a \
+                light interface, and it is fully standards-compliant.
+maintainers     nomaintainer
+categories      gnome www
+platforms       darwin
+homepage        http://galeon.sourceforge.net/
+master_sites    sourceforge
+use_bzip2       yes
+checksums       md5 2eede1f43e3f6f2ac4ce7d4db99b15b2 \
+                sha1 14ccb53a7b3f398eb3ac3f7ca6aeb63348689a62 \
+                rmd160 a443dfc11447a006d21d9e7852c616b41492a6f6
 
 depends_build   port:pkgconfig \
                 port:intltool
@@ -60,7 +61,7 @@
 autoreconf.args -fvi
 
 pre-configure {
-	set component_cflags "[ exec ${prefix}/bin/pkg-config --cflags libxul-embedding ]"
+    set component_cflags "[ exec ${prefix}/bin/pkg-config --cflags libxul-embedding ]"
         if { ![ file exists ${prefix}/lib/pkgconfig/mozilla-nspr.pc ] } {
            set component_cflags "${component_cflags} -I${prefix}/include/nspr"
         }
@@ -72,16 +73,16 @@
 }
 
 configure.args \
-		--mandir=${prefix}/share/man \
-		--enable-nautilus-view=no \
+        --mandir=${prefix}/share/man \
+        --enable-nautilus-view=no \
                 --with-mozilla=libxul-embedding
 
 post-destroot {
-	# make a da script happen
-	file copy ${destroot}${prefix}/bin/galeon ${destroot}${prefix}/bin/galeon-bin
-	file copy -force ${filespath}/galeon ${destroot}${prefix}/bin/galeon
-	
-	# use da ${prefix} Luke ...
+    # make a da script happen
+    file copy ${destroot}${prefix}/bin/galeon ${destroot}${prefix}/bin/galeon-bin
+    file copy -force ${filespath}/galeon ${destroot}${prefix}/bin/galeon
+    
+    # use da ${prefix} Luke ...
     reinplace "s|/opt/local|${prefix}|g" ${destroot}${prefix}/bin/galeon
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140110/45e763ff/attachment.html>


More information about the macports-changes mailing list