[127859] users/devans/dports/graphics/poppler/Portfile

devans at macports.org devans at macports.org
Wed Nov 5 09:26:01 PST 2014


Revision: 127859
          https://trac.macports.org/changeset/127859
Author:   devans at macports.org
Date:     2014-11-05 09:26:01 -0800 (Wed, 05 Nov 2014)
Log Message:
-----------
devans/dports: poppler, update to version 0.28.1.

Modified Paths:
--------------
    users/devans/dports/graphics/poppler/Portfile

Modified: users/devans/dports/graphics/poppler/Portfile
===================================================================
--- users/devans/dports/graphics/poppler/Portfile	2014-11-05 16:44:50 UTC (rev 127858)
+++ users/devans/dports/graphics/poppler/Portfile	2014-11-05 17:26:01 UTC (rev 127859)
@@ -7,7 +7,7 @@
 
 name            poppler
 conflicts       pdf2json xpdf-tools
-version         0.26.3
+version         0.28.1
 license         GPL-2+
 maintainers     devans openmaintainer
 categories      graphics
@@ -22,8 +22,8 @@
 
 use_xz          yes
 
-checksums       rmd160  895caef4cba86ebebd189eb2dca3910af54504cc \
-                sha256  88cb1af3574f861bc08853a681be97ae79bf5302782fbac803f877b879a642b1
+checksums       rmd160  85e3b933c14fc27a729c777ff591660c9139795b \
+                sha256  2ccf6e234209aa5082ba99d3547e6798cd8758e7a921c72c00aedf0d5793fd06
 
 depends_build   port:pkgconfig
 
@@ -65,13 +65,14 @@
 }
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
-
 if {[variant_isset universal]} {
     foreach arch ${configure.universal_archs} {
         lappend merger_build_args(${arch})  CC='${configure.cc} -arch ${arch}'
+        lappend merger_destroot_args(${arch})  CC='${configure.cc} -arch ${arch}'
     }
 } else {
     build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+    destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 }
 
 # TODO:
@@ -95,7 +96,7 @@
         delete ${destroot}${prefix}/include/poppler/fofi \
                ${destroot}${prefix}/include/poppler/goo \
                ${destroot}${prefix}/include/poppler/splash \
-               ${destroot}${prefix}/lib/libpoppler.46.dylib \
+               ${destroot}${prefix}/lib/libpoppler.47.dylib \
                ${destroot}${prefix}/lib/libpoppler.a \
                ${destroot}${prefix}/lib/libpoppler.dylib \
                ${destroot}${prefix}/lib/libpoppler.la \
@@ -121,7 +122,7 @@
         delete ${destroot}${prefix}/include/poppler/fofi \
                ${destroot}${prefix}/include/poppler/goo \
                ${destroot}${prefix}/include/poppler/splash \
-               ${destroot}${prefix}/lib/libpoppler.46.dylib \
+               ${destroot}${prefix}/lib/libpoppler.47.dylib \
                ${destroot}${prefix}/lib/libpoppler.a \
                ${destroot}${prefix}/lib/libpoppler.dylib \
                ${destroot}${prefix}/lib/libpoppler.la \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141105/ffa14f92/attachment.html>


More information about the macports-changes mailing list