[152633] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Tue Sep 13 17:54:28 PDT 2016


Revision: 152633
          https://trac.macports.org/changeset/152633
Author:   ryandesign at macports.org
Date:     2016-09-13 17:54:28 -0700 (Tue, 13 Sep 2016)
Log Message:
-----------
pango, pango-devel: update to 1.40.3

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

Removed Paths:
-------------
    trunk/dports/x11/pango/files/patch-initializer-element-not-constant.diff
    trunk/dports/x11/pango-devel/files/patch-initializer-element-not-constant.diff

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2016-09-14 00:49:48 UTC (rev 152632)
+++ trunk/dports/x11/pango/Portfile	2016-09-14 00:54:28 UTC (rev 152633)
@@ -11,7 +11,7 @@
 conflicts               pango-devel
 set my_name             pango
 epoch                   1
-version                 1.40.2
+version                 1.40.3
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign openmaintainer
@@ -32,8 +32,8 @@
     open-source framework for the layout and rendering \
     of internationalized text.
 
-checksums               rmd160  b80701099a4787b2e081409c70f8d38bd7244238 \
-                        sha256  90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1
+checksums               rmd160  ab149f6322096c148c584db1219a37d042ca3095 \
+                        sha256  abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3
 
 depends_build \
     port:pkgconfig
@@ -43,8 +43,7 @@
     path:lib/pkgconfig/cairo.pc:cairo \
     port:harfbuzz
 
-patchfiles              patch-ltmain.sh.diff \
-                        patch-initializer-element-not-constant.diff
+patchfiles              patch-ltmain.sh.diff
 
 configure.args          --enable-static \
                         --disable-silent-rules \

Deleted: trunk/dports/x11/pango/files/patch-initializer-element-not-constant.diff
===================================================================
--- trunk/dports/x11/pango/files/patch-initializer-element-not-constant.diff	2016-09-14 00:49:48 UTC (rev 152632)
+++ trunk/dports/x11/pango/files/patch-initializer-element-not-constant.diff	2016-09-14 00:54:28 UTC (rev 152633)
@@ -1,15 +0,0 @@
-https://bugzilla.gnome.org/show_bug.cgi?id=770729
-https://git.gnome.org/browse/pango/commit/?id=9cb49a3e224bbd5a3e6630aa053e516ecbc46083
---- pango/pangocoretext-fontmap.c
-+++ pango/pangocoretext-fontmap.c
-@@ -110,8 +110,8 @@ typedef struct
-     PangoWeight pango_weight;
- } PangoCTWeight;
- 
--const float ct_weight_min = -0.7f;
--const float ct_weight_max = 0.8f;
-+#define ct_weight_min -0.7f
-+#define ct_weight_max  0.8f
- 
- /* This map is based on empirical data from analyzing a large collection of
-  * fonts and comparing the opentype value with the value that OSX returns.

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2016-09-14 00:49:48 UTC (rev 152632)
+++ trunk/dports/x11/pango-devel/Portfile	2016-09-14 00:54:28 UTC (rev 152633)
@@ -10,7 +10,7 @@
 name                    pango-devel
 conflicts               pango
 set my_name             pango
-version                 1.40.2
+version                 1.40.3
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign openmaintainer
@@ -31,8 +31,8 @@
     open-source framework for the layout and rendering \
     of internationalized text.
 
-checksums               rmd160  b80701099a4787b2e081409c70f8d38bd7244238 \
-                        sha256  90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1
+checksums               rmd160  ab149f6322096c148c584db1219a37d042ca3095 \
+                        sha256  abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3
 
 depends_build \
     port:pkgconfig
@@ -42,8 +42,7 @@
     path:lib/pkgconfig/cairo.pc:cairo \
     port:harfbuzz
 
-patchfiles              patch-ltmain.sh.diff \
-                        patch-initializer-element-not-constant.diff
+patchfiles              patch-ltmain.sh.diff
 
 configure.args          --enable-static \
                         --disable-silent-rules \

Deleted: trunk/dports/x11/pango-devel/files/patch-initializer-element-not-constant.diff
===================================================================
--- trunk/dports/x11/pango-devel/files/patch-initializer-element-not-constant.diff	2016-09-14 00:49:48 UTC (rev 152632)
+++ trunk/dports/x11/pango-devel/files/patch-initializer-element-not-constant.diff	2016-09-14 00:54:28 UTC (rev 152633)
@@ -1,15 +0,0 @@
-https://bugzilla.gnome.org/show_bug.cgi?id=770729
-https://git.gnome.org/browse/pango/commit/?id=9cb49a3e224bbd5a3e6630aa053e516ecbc46083
---- pango/pangocoretext-fontmap.c
-+++ pango/pangocoretext-fontmap.c
-@@ -110,8 +110,8 @@ typedef struct
-     PangoWeight pango_weight;
- } PangoCTWeight;
- 
--const float ct_weight_min = -0.7f;
--const float ct_weight_max = 0.8f;
-+#define ct_weight_min -0.7f
-+#define ct_weight_max  0.8f
- 
- /* This map is based on empirical data from analyzing a large collection of
-  * fonts and comparing the opentype value with the value that OSX returns.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160913/2ffe426f/attachment-0001.html>


More information about the macports-changes mailing list