Revision: 140703 https://trac.macports.org/changeset/140703 Author: nicos@macports.org Date: 2015-09-30 09:00:38 -0700 (Wed, 30 Sep 2015) Log Message: ----------- pdf2djvu: update to 0.9.1 Modified Paths: -------------- trunk/dports/graphics/pdf2djvu/Portfile Added Paths: ----------- trunk/dports/graphics/pdf2djvu/files/patch-sys-uuid.diff Modified: trunk/dports/graphics/pdf2djvu/Portfile =================================================================== --- trunk/dports/graphics/pdf2djvu/Portfile 2015-09-30 15:50:23 UTC (rev 140702) +++ trunk/dports/graphics/pdf2djvu/Portfile 2015-09-30 16:00:38 UTC (rev 140703) @@ -4,8 +4,7 @@ PortSystem 1.0 name pdf2djvu -version 0.8.2 -revision 1 +version 0.9.1 categories graphics textproc platforms darwin license GPL-2 @@ -21,8 +20,8 @@ worksrcdir ${name}-${version} use_xz yes -checksums rmd160 6d9de34bb461f1a92b83734771432a63570c8d9e \ - sha256 40b0812e954f374704bd8dbb5952786f6744623a2ec6df1c56de0b8057be93d6 +checksums rmd160 ad2b6087cff8932cbcd95ce20dfde76b5d650b1d \ + sha256 9f9919e97fe244f4c49fa4074120cfc03397379b39f32a911793088039c63df5 depends_build port:pkgconfig \ port:gsed @@ -33,7 +32,8 @@ port:GraphicsMagick \ port:libxslt -patchfiles patch-i18n.hh.diff +patchfiles patch-i18n.hh.diff \ + patch-sys-uuid.diff #Openmp is anyway not detected with llvm-gcc or clang, and breaks compilation with #gcc42 on SL (ticket #38184) Added: trunk/dports/graphics/pdf2djvu/files/patch-sys-uuid.diff =================================================================== --- trunk/dports/graphics/pdf2djvu/files/patch-sys-uuid.diff (rev 0) +++ trunk/dports/graphics/pdf2djvu/files/patch-sys-uuid.diff 2015-09-30 16:00:38 UTC (rev 140703) @@ -0,0 +1,11 @@ +--- sys-uuid.hh.orig 2015-10-01 00:50:37.000000000 +0900 ++++ sys-uuid.hh 2015-10-01 00:52:08.000000000 +0900 +@@ -33,7 +33,7 @@ + + #elif HAVE_LIBUUID + +-#include <uuid.h> ++#include <uuid/uuid.h> + + #endif +
participants (1)
-
nicos@macports.org