From owner-svn-ports-head@freebsd.org Mon Aug 10 20:45:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B258999D781; Mon, 10 Aug 2015 20:45:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A318DC95; Mon, 10 Aug 2015 20:45:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7AKjv7n029709; Mon, 10 Aug 2015 20:45:57 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7AKjujp029704; Mon, 10 Aug 2015 20:45:56 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201508102045.t7AKjujp029704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Aug 2015 20:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393905 - in head/graphics/leptonica: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 20:45:57 -0000 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