Revision
149537
Author
mps@macports.org
Date
2016-06-24 18:24:33 -0700 (Fri, 24 Jun 2016)

Log Message

lcdf-typetools: update to version 2.106. remove obsolete patches.

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/print/lcdf-typetools/Portfile (149536 => 149537)


--- trunk/dports/print/lcdf-typetools/Portfile	2016-06-25 00:41:41 UTC (rev 149536)
+++ trunk/dports/print/lcdf-typetools/Portfile	2016-06-25 01:24:33 UTC (rev 149537)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                lcdf-typetools
-version             2.99
-revision            1
+version             2.106
 categories          print tex
 platforms           darwin
 license             GPL-2+
@@ -21,17 +20,14 @@
 installs_libs       no
 
 master_sites        ${homepage}
-checksums           rmd160  87b9b49ac74f0f5bfdef15a9bb32d79c31032fbe \
-                    sha256  cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
+checksums           rmd160  97972e29420b24d1928e49a89c0049bf61060ffa \
+                    sha256  503c3869f73a392ae0ba41e0fc4f7672e70e2d66e8a81f3bb183f495183fa967
 
 patch.pre_args      -p1
-patchfiles          detect-endianness-universal.patch
-patchfiles-append   static_assert.patch
 
 if {${configure.cxx_stdlib} eq {libc++} &&
     [string match *clang* ${configure.cxx}]
 } then {
-    patchfiles-append           0001-Avoid-implicit-initializer-narrowing.patch
     configure.cxxflags-append   -std=c++11
 }
 configure.args      --without-kpathsea
@@ -39,7 +35,7 @@
 destroot.target     install-strip
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
-    xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README \
+    xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS.md ONEWS README.md \
         ${destroot}${prefix}/share/doc/${name}
 }