[128296] trunk/dports/audio/easytag/Portfile

devans at macports.org devans at macports.org
Tue Nov 18 10:27:30 PST 2014


Revision: 128296
          https://trac.macports.org/changeset/128296
Author:   devans at macports.org
Date:     2014-11-18 10:27:30 -0800 (Tue, 18 Nov 2014)
Log Message:
-----------
easytag: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/audio/easytag/Portfile

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile	2014-11-18 17:54:05 UTC (rev 128295)
+++ trunk/dports/audio/easytag/Portfile	2014-11-18 18:27:30 UTC (rev 128296)
@@ -1,52 +1,51 @@
 # -*- 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            easytag
-version         2.2.4
-revision        2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      audio gnome
-platforms       darwin
-maintainers     nomaintainer
-homepage        https://wiki.gnome.org/Apps/EasyTAG/
-license         GPL-2+
-description     Tool for editing tags of audio files
+name                easytag
+version             2.2.4
+revision            2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          audio gnome
+platforms           darwin
+maintainers         nomaintainer
+homepage            https://wiki.gnome.org/Apps/EasyTAG/
+license             GPL-2+
+description         Tool for editing tags of audio files
 
-long_description \
-                EasyTAG is an utility for viewing and editing tags \
-                for MP3, MP2, FLAC, Ogg Vorbis, MusePack, Monkey's \
-                audio files and MP4/AAC. \
-                Its simple and nice GTK2+ interface makes tagging easier \
-                under UNIX systems.
+long_description    EasyTAG is an utility for viewing and editing tags \
+                    for MP3, MP2, FLAC, Ogg Vorbis, MusePack, Monkey's \
+                    audio files and MP4/AAC. \
+                    Its simple and nice GTK2+ interface makes tagging easier \
+                    under UNIX systems.
 
-master_sites    gnome:sources/${name}/${branch}
+master_sites        gnome:sources/${name}/${branch}
 
-checksums       rmd160  21f7931bc1a9e7a09630163f6b713b7c72ea2b80 \
-                sha256  458329ab17e07fac5e92a2d732f0f4e9b12ea8aa31707506b39d3b2428d0c091
+checksums           rmd160  21f7931bc1a9e7a09630163f6b713b7c72ea2b80 \
+                    sha256  458329ab17e07fac5e92a2d732f0f4e9b12ea8aa31707506b39d3b2428d0c091
 
-use_xz          yes
+use_xz              yes
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:appstream-glib
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:appstream-glib
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:libvorbis \
-                port:flac \
-                port:id3lib \
-                port:libid3tag \
-                port:speex \
-                port:libopus \
-                port:opusfile \
-                port:taglib \
-                port:wavpack
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:libvorbis \
+                    port:flac \
+                    port:id3lib \
+                    port:libid3tag \
+                    port:speex \
+                    port:libopus \
+                    port:opusfile \
+                    port:taglib \
+                    port:wavpack
 
-depends_run     port:gnome-themes-standard
+depends_run         port:gnome-themes-standard
 
 # update m4/intltool.m4 and autoreconf
 
@@ -54,17 +53,17 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --with-gtk2=no
+configure.args      --with-gtk2=no
 
 configure.cxxflags-append \
-                -Wno-format-nonliteral
+                    -Wno-format-nonliteral
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  gnome-with-unstable
+livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141118/7275fdcc/attachment.html>


More information about the macports-changes mailing list