[131929] users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser

devans at macports.org devans at macports.org
Tue Jan 20 21:50:49 PST 2015


Revision: 131929
          https://trac.macports.org/changeset/131929
Author:   devans at macports.org
Date:     2015-01-20 21:50:49 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
GNOME-3/stable: totem-pl-parser, reformat, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/totem-pl-parser:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/totem-pl-parser:108265-126235
/users/rmstonecipher/gnome/totem-pl-parser:102363-103172
   + /branches/mld-qt-481/dports/gnome/totem-pl-parser:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/totem-pl-parser:108265-131928
/users/rmstonecipher/gnome/totem-pl-parser:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser/Portfile	2015-01-21 05:48:46 UTC (rev 131928)
+++ users/devans/GNOME-3/stable/dports/gnome/totem-pl-parser/Portfile	2015-01-21 05:50:49 UTC (rev 131929)
@@ -1,41 +1,40 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            totem-pl-parser
-version         3.10.3
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      gnome
-license         LGPL-2+
-maintainers     devans openmaintainer
-description     Gnome Playlist parser
-long_description \
-        totem-pl-parser is a simple GObject-based library to parse \
-        a host of playlist formats, as well as save those
+name                totem-pl-parser
+version             3.10.3
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome
+license             LGPL-2+
+maintainers         devans openmaintainer
+description         Gnome Playlist parser
+long_description    totem-pl-parser is a simple GObject-based library to parse \
+                    a host of playlist formats, as well as save those
 
-homepage        https://wiki.gnome.org/Apps/Videos
-platforms       darwin
-master_sites    gnome:sources/${name}/${branch}/
+homepage            https://wiki.gnome.org/Apps/Videos
+platforms           darwin
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  316f5c385f1147fbf81275e9df89f9a23080de6c \
-                sha256  14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f
+checksums           rmd160  316f5c385f1147fbf81275e9df89f9a23080de6c \
+                    sha256  14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common
 
-depends_lib     port:libsoup \
-                port:libarchive \
-                port:libgcrypt \
-                port:libquvi \
-                port:libxml2 \
-                port:gmime \
-                port:gobject-introspection
+depends_lib         port:libsoup \
+                    port:libarchive \
+                    port:libgcrypt \
+                    port:libquvi \
+                    port:libxml2 \
+                    port:gmime \
+                    port:gobject-introspection
 
-patchfiles      patch-plparse-plparser.symbols.diff
+patchfiles          patch-plparse-plparser.symbols.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -43,16 +42,16 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --enable-introspection=yes \
-                --enable-libarchive \
-                --enable-libgcrypt \
-                --enable-quvi \
-                --disable-silent-rules
+configure.args      --enable-introspection=yes \
+                    --enable-libarchive \
+                    --enable-libgcrypt \
+                    --enable-quvi \
+                    --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/057fdeae/attachment.html>


More information about the macports-changes mailing list