From owner-svn-ports-all@freebsd.org Fri Mar 3 05:30:45 2017 Return-Path: Delivered-To: svn-ports-all@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 CCDDACF65EA; Fri, 3 Mar 2017 05:30:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7B82D14B7; Fri, 3 Mar 2017 05:30:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v235UivV092715; Fri, 3 Mar 2017 05:30:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v235UirD092712; Fri, 3 Mar 2017 05:30:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703030530.v235UirD092712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Mar 2017 05:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435309 - head/graphics/leptonica X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 05:30:45 -0000 Author: miwi Date: Fri Mar 3 05:30:44 2017 New Revision: 435309 URL: https://svnweb.freebsd.org/changeset/ports/435309 Log: - Update to 1.74.1 PR: 217172 Submitted by: pkubaj@anongoth.pl Approved by: maintainer timeout Modified: head/graphics/leptonica/Makefile head/graphics/leptonica/distinfo head/graphics/leptonica/pkg-plist Modified: head/graphics/leptonica/Makefile ============================================================================== --- head/graphics/leptonica/Makefile Fri Mar 3 05:29:42 2017 (r435308) +++ head/graphics/leptonica/Makefile Fri Mar 3 05:30:44 2017 (r435309) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= leptonica -PORTVERSION= 1.72 -PORTREVISION= 2 +PORTVERSION= 1.74.1 CATEGORIES= graphics MASTER_SITES= http://www.leptonica.com/source/ Modified: head/graphics/leptonica/distinfo ============================================================================== --- head/graphics/leptonica/distinfo Fri Mar 3 05:29:42 2017 (r435308) +++ head/graphics/leptonica/distinfo Fri Mar 3 05:30:44 2017 (r435309) @@ -1,2 +1,3 @@ -SHA256 (leptonica-1.72.tar.gz) = 79d5eadd32658c9fea38700c975d60aa3d088eaa3e307659f004d40834de1f56 -SIZE (leptonica-1.72.tar.gz) = 10580170 +TIMESTAMP = 1487336576 +SHA256 (leptonica-1.74.1.tar.gz) = 746a517a47a3bd2a90bc8d581ca6464c10f30e91a60209735efe45b3778bec62 +SIZE (leptonica-1.74.1.tar.gz) = 11707064 Modified: head/graphics/leptonica/pkg-plist ============================================================================== --- head/graphics/leptonica/pkg-plist Fri Mar 3 05:29:42 2017 (r435308) +++ head/graphics/leptonica/pkg-plist Fri Mar 3 05:30:44 2017 (r435309) @@ -34,6 +34,7 @@ include/leptonica/morph.h include/leptonica/pix.h include/leptonica/ptra.h include/leptonica/queue.h +include/leptonica/rbtree.h include/leptonica/readbarcode.h include/leptonica/recog.h include/leptonica/regutils.h @@ -43,6 +44,6 @@ include/leptonica/sudoku.h include/leptonica/watershed.h lib/liblept.a lib/liblept.so -lib/liblept.so.4 -lib/liblept.so.4.0.3 +lib/liblept.so.5 +lib/liblept.so.5.0.1 libdata/pkgconfig/lept.pc