[97556] trunk/dports/x11/pango-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 8 23:42:19 PDT 2012


Revision: 97556
          https://trac.macports.org/changeset/97556
Author:   ryandesign at macports.org
Date:     2012-09-08 23:42:16 -0700 (Sat, 08 Sep 2012)
Log Message:
-----------
pango-devel: update to 1.31.1

Modified Paths:
--------------
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2012-09-09 03:43:15 UTC (rev 97555)
+++ trunk/dports/x11/pango-devel/Portfile	2012-09-09 06:42:16 UTC (rev 97556)
@@ -6,8 +6,7 @@
 name                    pango-devel
 conflicts               pango
 set my_name             pango
-version                 1.30.0
-revision                2
+version                 1.31.1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign openmaintainer
@@ -28,8 +27,8 @@
     open-source framework for the layout and rendering \
     of internationalized text.
 
-checksums               rmd160  b94aedbbb314ccfbc9f075ee82c8cea39a913e62 \
-                        sha256  7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff
+checksums               rmd160  92cfa31e0fa572d35dd300e879a0ed872db47731 \
+                        sha256  b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81
 
 depends_build \
     port:pkgconfig
@@ -38,10 +37,14 @@
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
     path:lib/pkgconfig/cairo.pc:cairo \
     port:gobject-introspection \
+    port:harfbuzz \
     port:libpng
 
 patchfiles              patch-ltmain.sh.diff
 
+patchfiles-append       patch-pango-Makefile.am.diff
+use_autoreconf          yes
+
 configure.ccache        no
 
 platform macosx {
@@ -54,7 +57,7 @@
 }
 
 pre-configure {
-    set glib_minimum_version 2.31.0
+    set glib_minimum_version 2.33.12
     set glib_installed_version [exec ${prefix}/bin/pkg-config glib-2.0 --modversion]
     if {[vercmp ${glib_installed_version} ${glib_minimum_version}] < 0} {
         ui_error "${name} ${version} requires glib2 ${glib_minimum_version} or later but you have glib2 ${glib_installed_version}."
@@ -102,6 +105,7 @@
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 
 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} {
     configure.args-append   --with-included-modules
@@ -122,9 +126,7 @@
 }
 
 post-destroot {
-    if {![variant_isset x11]} {
-        xinstall -d ${destroot}${prefix}/etc/pango
-    }
+    xinstall -d ${destroot}${prefix}/etc/pango
     if {![variant_isset builtin_modules]} {
         xinstall -m 0644 ${worksrcpath}/modules/pangorc \
             ${destroot}${prefix}/etc/pango
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120908/ce3255cd/attachment.html>


More information about the macports-changes mailing list