Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 20:45:56 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393905 - in head/graphics/leptonica: . files
Message-ID:  <201508102045.t7AKjujp029704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Aug 10 20:45:55 2015
New Revision: 393905
URL: https://svnweb.freebsd.org/changeset/ports/393905

Log:
  Update to version 1.72
  
  PR:		201917
  Submitted by:	yuri@rawbw.com
  Approved by:	maintainer

Modified:
  head/graphics/leptonica/Makefile
  head/graphics/leptonica/distinfo
  head/graphics/leptonica/files/patch-Makefile.in
  head/graphics/leptonica/pkg-plist

Modified: head/graphics/leptonica/Makefile
==============================================================================
--- head/graphics/leptonica/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
+++ head/graphics/leptonica/Makefile	Mon Aug 10 20:45:55 2015	(r393905)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	leptonica
-PORTVERSION=	1.70
-PORTREVISION=	3
+PORTVERSION=	1.72
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.leptonica.com/source/
 
@@ -11,6 +10,7 @@ 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

Modified: head/graphics/leptonica/distinfo
==============================================================================
--- head/graphics/leptonica/distinfo	Mon Aug 10 20:23:51 2015	(r393904)
+++ head/graphics/leptonica/distinfo	Mon Aug 10 20:45:55 2015	(r393905)
@@ -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

Modified: head/graphics/leptonica/files/patch-Makefile.in
==============================================================================
--- head/graphics/leptonica/files/patch-Makefile.in	Mon Aug 10 20:23:51 2015	(r393904)
+++ head/graphics/leptonica/files/patch-Makefile.in	Mon Aug 10 20:45:55 2015	(r393905)
@@ -1,6 +1,6 @@
---- ./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

Modified: head/graphics/leptonica/pkg-plist
==============================================================================
--- head/graphics/leptonica/pkg-plist	Mon Aug 10 20:23:51 2015	(r393904)
+++ head/graphics/leptonica/pkg-plist	Mon Aug 10 20:45:55 2015	(r393905)
@@ -18,6 +18,7 @@ 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
@@ -37,10 +38,11 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508102045.t7AKjujp029704>