[133888] trunk/dports/gnome/libgnomeprint/Portfile

larryv at macports.org larryv at macports.org
Sat Mar 14 14:17:37 PDT 2015


Revision: 133888
          https://trac.macports.org/changeset/133888
Author:   larryv at macports.org
Date:     2015-03-14 14:17:37 -0700 (Sat, 14 Mar 2015)
Log Message:
-----------
libgnomeprint: Rearrange and reformat (NFC)

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

Modified: trunk/dports/gnome/libgnomeprint/Portfile
===================================================================
--- trunk/dports/gnome/libgnomeprint/Portfile	2015-03-14 20:17:08 UTC (rev 133887)
+++ trunk/dports/gnome/libgnomeprint/Portfile	2015-03-14 21:17:37 UTC (rev 133888)
@@ -1,49 +1,46 @@
 # -*- 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            libgnomeprint
-version         2.18.8
-revision        3
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
-platforms       darwin
-license         LGPL-2.1+
-description     This is an implementation of the Gnome Printing Architecture
+name                libgnomeprint
+version             2.18.8
+set branch [join [lrange [split ${version} .] 0 1] .]
+revision            3
+categories          gnome
+platforms           darwin
+license             LGPL-2.1+
+maintainers         nomaintainer
 
-long_description \
-    ${description}
+description         This is an implementation of the Gnome Printing Architecture
+long_description    ${description}
+homepage            http://www.levien.com/gnome/print-arch.html
 
-homepage        http://www.levien.com/gnome/print-arch.html
-master_sites    gnome:sources/${name}/${branch}/
-use_bzip2       yes
+depends_build       port:bison \
+                    port:flex \
+                    port:gtk-doc \
+                    port:intltool \
+                    port:pkgconfig
 
-checksums       md5     63b05ffb5386e131487c6af30f4c56ac \
-                sha1    cfb77148923b24b1651982a21b3cb55e312ff6d5 \
-                rmd160  4f786ad61dc27177c350a5baa27cfc8b1140c32e
+depends_lib         port:libart_lgpl \
+                    port:libgnomecups \
+                    port:libxml2 \
+                    path:lib/pkgconfig/pango.pc:pango
 
-depends_build   port:pkgconfig \
-                port:flex \
-                port:bison \
-                port:intltool \
-                port:gtk-doc
 
-depends_lib     port:libgnomecups \
-                path:lib/pkgconfig/pango.pc:pango \
-                port:libart_lgpl \
-                port:libxml2
+master_sites        gnome:sources/${name}/${branch}/
+use_bzip2           yes
+checksums           md5     63b05ffb5386e131487c6af30f4c56ac \
+                    sha1    cfb77148923b24b1651982a21b3cb55e312ff6d5 \
+                    rmd160  4f786ad61dc27177c350a5baa27cfc8b1140c32e
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=653388
-patchfiles      missing-stdio.patch
+# missing-stdio: https://bugzilla.gnome.org/show_bug.cgi?id=653388
+# patch-freetype-2.5.1: https://bugzilla.gnome.org/show_bug.cgi?id=719592
+patchfiles          missing-stdio.patch \
+                    patch-freetype-2.5.1.diff
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=719592
-patchfiles-append patch-freetype-2.5.1.diff
-
 # autoreconf to reconfigure with our intltool.m4
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-use_autoreconf  yes
-autoreconf.args -fvi
-
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150314/c6e582b3/attachment.html>


More information about the macports-changes mailing list