Index: head/graphics/leptonica/Makefile =================================================================== --- head/graphics/leptonica/Makefile (revision 393904) +++ head/graphics/leptonica/Makefile (revision 393905) @@ -1,44 +1,44 @@ # Created by: Hiroto Kagotani # $FreeBSD$ PORTNAME= leptonica -PORTVERSION= 1.70 -PORTREVISION= 3 +PORTVERSION= 1.72 CATEGORIES= graphics MASTER_SITES= http://www.leptonica.com/source/ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= C library for efficient image processing and image analysis operations LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libopenjp2.so:${PORTSDIR}/graphics/openjpeg \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libwebp.so:${PORTSDIR}/graphics/webp CONFLICTS= leptonlib-[0-9]* USES= jpeg libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip TESTS?= generate compare .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot .endif #the display portion of the regression tests is interactive, #and requires the use of xv, xli or xzgv as an image viewer .if defined(MAINTAINER_MODE) && !defined(BATCH) TESTS+= display .endif check regression-test test: build .for c in ${TESTS} @cd ${WRKSRC}/prog; ${SETENV} \ LD_LIBRARY_PATH="${WRKSRC}/src/.libs:${LOCALBASE}/lib" \ ${WRKSRC}/prog/alltests_reg ${c} .endfor .include Index: head/graphics/leptonica/distinfo =================================================================== --- head/graphics/leptonica/distinfo (revision 393904) +++ head/graphics/leptonica/distinfo (revision 393905) @@ -1,2 +1,2 @@ -SHA256 (leptonica-1.70.tar.gz) = d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2 -SIZE (leptonica-1.70.tar.gz) = 9890585 +SHA256 (leptonica-1.72.tar.gz) = 79d5eadd32658c9fea38700c975d60aa3d088eaa3e307659f004d40834de1f56 +SIZE (leptonica-1.72.tar.gz) = 10580170 Index: head/graphics/leptonica/files/patch-Makefile.in =================================================================== --- head/graphics/leptonica/files/patch-Makefile.in (revision 393904) +++ head/graphics/leptonica/files/patch-Makefile.in (revision 393905) @@ -1,11 +1,11 @@ ---- ./Makefile.in.orig 2014-02-06 00:12:32.000000000 +0900 -+++ ./Makefile.in 2014-05-07 20:05:51.000000000 +0900 -@@ -269,7 +269,7 @@ +--- Makefile.in.orig 2015-04-26 20:30:38 UTC ++++ Makefile.in +@@ -270,7 +270,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign EXTRA_DIST = config README.html leptonica-license.txt moller52.jpg version-notes.html make-for-auto make-for-local autobuild -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = lept.pc SUBDIRS = src prog all: config_auto.h Index: head/graphics/leptonica/pkg-plist =================================================================== --- head/graphics/leptonica/pkg-plist (revision 393904) +++ head/graphics/leptonica/pkg-plist (revision 393905) @@ -1,46 +1,48 @@ bin/convertfilestopdf bin/convertfilestops bin/convertformat bin/convertsegfilestopdf bin/convertsegfilestops bin/converttopdf bin/converttops bin/fileinfo bin/printimage bin/printsplitimage bin/printtiff bin/splitimage2pdf bin/xtractprotos include/leptonica/allheaders.h include/leptonica/alltypes.h include/leptonica/array.h include/leptonica/arrayaccess.h include/leptonica/bbuffer.h include/leptonica/bilateral.h include/leptonica/bmf.h +include/leptonica/bmfdata.h include/leptonica/bmp.h include/leptonica/ccbord.h include/leptonica/dewarp.h include/leptonica/endianness.h include/leptonica/environ.h include/leptonica/gplot.h include/leptonica/heap.h include/leptonica/imageio.h include/leptonica/jbclass.h include/leptonica/leptwin.h include/leptonica/list.h include/leptonica/morph.h include/leptonica/pix.h include/leptonica/ptra.h include/leptonica/queue.h include/leptonica/readbarcode.h include/leptonica/recog.h include/leptonica/regutils.h include/leptonica/stack.h +include/leptonica/stringcode.h include/leptonica/sudoku.h include/leptonica/watershed.h lib/liblept.a lib/liblept.so lib/liblept.so.4 -lib/liblept.so.4.0.1 +lib/liblept.so.4.0.3 libdata/pkgconfig/lept.pc