[150421] trunk/dports/print/freetype

ryandesign at macports.org ryandesign at macports.org
Tue Jul 19 01:11:09 PDT 2016


Revision: 150421
          https://trac.macports.org/changeset/150421
Author:   ryandesign at macports.org
Date:     2016-07-19 01:11:09 -0700 (Tue, 19 Jul 2016)
Log Message:
-----------
freetype: update to 2.6.5

Modified Paths:
--------------
    trunk/dports/print/freetype/Portfile

Removed Paths:
-------------
    trunk/dports/print/freetype/files/patch-builds-exports.mk.diff

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2016-07-19 08:05:20 UTC (rev 150420)
+++ trunk/dports/print/freetype/Portfile	2016-07-19 08:11:09 UTC (rev 150421)
@@ -5,7 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    freetype
-version                 2.6.4
+version                 2.6.5
 categories              print graphics
 maintainers             ryandesign
 license                 {FreeType GPL-2}
@@ -35,14 +35,13 @@
                         ${docdistname}${extract.suffix}:docs
 
 checksums               ${distname}${extract.suffix} \
-                        rmd160  b4449f74a1e4817697f70c9303ac4e7a91b20b19 \
-                        sha256  5f83ce531c7035728e03f7f0421cb0533fca4e6d90d5e308674d6d313c23074d \
+                        rmd160  aa7a75433ed1e54b1904a8c57d924ba45d7ff47e \
+                        sha256  e20a6e1400798fd5e3d831dd821b61c35b1f9a6465d6b18a53a9df4cf441acf0 \
                         ${docdistname}${extract.suffix} \
-                        rmd160  0c759e7a9d3298496d8c46d46cb349b213c90231 \
-                        sha256  de68f46508a75a93fbfc3bb4fabaaae25f01cf2cf1a9bf4a7f63f948092fbf33
+                        rmd160  bc81d4c9ccdc3cde2496db58bb1a0e078e2cf09b \
+                        sha256  cb9cd73c3a713138e690a634608ec7b64ff645f9a71ac6645804b18e38be49e9
 
 patchfiles \
-    patch-builds-exports.mk.diff \
     patch-src_base_ftrfork.c.diff \
     patch-modules.cfg.diff
 

Deleted: trunk/dports/print/freetype/files/patch-builds-exports.mk.diff
===================================================================
--- trunk/dports/print/freetype/files/patch-builds-exports.mk.diff	2016-07-19 08:05:20 UTC (rev 150420)
+++ trunk/dports/print/freetype/files/patch-builds-exports.mk.diff	2016-07-19 08:11:09 UTC (rev 150421)
@@ -1,17 +0,0 @@
-https://savannah.nongnu.org/bugs/?48417
-http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=783cbcd67dee48e431cea376e16d350dcbfcb317
---- builds/exports.mk.orig	2016-02-03 12:13:58.000000000 -0600
-+++ builds/exports.mk	2016-07-07 05:10:50.000000000 -0500
-@@ -40,7 +40,11 @@
-   endif
- 
-   # The list of public headers we're going to parse.
--  PUBLIC_HEADERS := $(wildcard $(PUBLIC_DIR)/*.h)
-+  PUBLIC_HEADERS := $(filter-out $(PUBLIC_DIR)/ftmac.h, \
-+                                 $(wildcard $(PUBLIC_DIR)/*.h))
-+  ifneq ($(ftmac_c),)
-+    PUBLIC_HEADERS += $(PUBLIC_DIR)/ftmac.h
-+  endif
- 
-   # The `apinames' source and executable.  We use $E_BUILD as the host
-   # executable suffix, which *includes* the final dot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160719/6e7714b6/attachment.html>


More information about the macports-changes mailing list