[136857] users/devans/GNOME-3/unstable/dports/x11

devans at macports.org devans at macports.org
Thu May 28 07:39:29 PDT 2015


Revision: 136857
          https://trac.macports.org/changeset/136857
Author:   devans at macports.org
Date:     2015-05-28 07:39:29 -0700 (Thu, 28 May 2015)
Log Message:
-----------
GNOME-3/unstable: pango, copy from trunk, update to version 1.37.0, no longer uses modules, see comments, disable module handling in post-destroot, use gnome unstable livecheck.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/x11/pango/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/x11/pango/


Property changes on: users/devans/GNOME-3/unstable/dports/x11/pango
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/x11/pango:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856

Modified: users/devans/GNOME-3/unstable/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2015-05-27 21:05:53 UTC (rev 136820)
+++ users/devans/GNOME-3/unstable/dports/x11/pango/Portfile	2015-05-28 14:39:29 UTC (rev 136857)
@@ -11,8 +11,7 @@
 conflicts               pango-devel
 set my_name             pango
 epoch                   1
-version                 1.36.8
-revision                1
+version                 1.37.0
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign openmaintainer
@@ -33,8 +32,8 @@
     open-source framework for the layout and rendering \
     of internationalized text.
 
-checksums               rmd160  41816cdc622df71ea8b3382229dfa65d3c66fa4e \
-                        sha256  18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07
+checksums               rmd160  2e2265d73cc1d2b505bd4dcdf5e8eca7c7c8cf05 \
+                        sha256  932e6c2410de378222e195edc46376dc0a82bf91038c8211c47bf859e2d20f0e
 
 depends_build \
     port:pkgconfig
@@ -125,19 +124,24 @@
 }
 
 post-destroot {
-    xinstall -d ${destroot}${prefix}/etc/pango
-    if {![variant_isset builtin_modules]} {
-        xinstall -m 0644 ${worksrcpath}/modules/pangorc \
-            ${destroot}${prefix}/etc/pango
-        reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \
-            ${destroot}${prefix}/etc/pango/pangorc
-
-        system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \
-            ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/*/modules/*.so \
-            >${destroot}${prefix}/etc/pango/pango.modules"
-        reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules
-    }
-
+#
+#    Pango modules, engines, config files now gone
+#    https://bugzilla.gnome.org/show_bug.cgi?id=733882
+#    https://git.gnome.org/browse/pango/commit/?id=137832fa931e875b900dedd1c8909b46d1f7e8ad
+#
+#    xinstall -d ${destroot}${prefix}/etc/pango
+#    if {![variant_isset builtin_modules]} {
+#        xinstall -m 0644 ${worksrcpath}/modules/pangorc \
+#            ${destroot}${prefix}/etc/pango
+#        reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \
+#            ${destroot}${prefix}/etc/pango/pangorc
+#
+#        system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \
+#            ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/*/modules/*.so \
+#            >${destroot}${prefix}/etc/pango/pango.modules"
+#        reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules
+#    }
+#
     set docdir ${prefix}/share/doc/${my_name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \
@@ -147,5 +151,5 @@
 test.run                yes
 test.target             check
 
-livecheck.type          gnome
+livecheck.type          gnome-with-unstable
 livecheck.name          ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150528/ed9aaae6/attachment-0001.html>


More information about the macports-changes mailing list