Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 15:30:57 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471263 - in head/graphics/leptonica: . files
Message-ID:  <201806011530.w51FUvdk080078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Fri Jun  1 15:30:57 2018
New Revision: 471263
URL: https://svnweb.freebsd.org/changeset/ports/471263

Log:
  graphics/leptonica: update to 1.76.0
  
  * switch to github
  * remove unnecessary patch file
  
  Committing after maintainer timeout (2 weeks)
  
  PR:	228278
  Submitted by:	freebsd@dhke.de
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15478

Deleted:
  head/graphics/leptonica/files/
Modified:
  head/graphics/leptonica/Makefile
  head/graphics/leptonica/distinfo
  head/graphics/leptonica/pkg-plist

Modified: head/graphics/leptonica/Makefile
==============================================================================
--- head/graphics/leptonica/Makefile	Fri Jun  1 15:24:30 2018	(r471262)
+++ head/graphics/leptonica/Makefile	Fri Jun  1 15:30:57 2018	(r471263)
@@ -2,10 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	leptonica
-PORTVERSION=	1.74.1
-PORTREVISION=	1
+PORTVERSION=	1.76.0
 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
@@ -16,9 +14,16 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libtiff.so:graphics/tiff \
 		libwebp.so:graphics/webp
 
+LICENSE_FILE=	leptonica-license.txt
+
 CONFLICTS=	leptonlib-[0-9]*
+CONFLICTS_BUILD=	openjpeg15
 
-USES=		jpeg libtool pathfix
+USES=		autoreconf jpeg libtool pathfix pkgconfig
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	DanBloomberg
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/leptonica/distinfo
==============================================================================
--- head/graphics/leptonica/distinfo	Fri Jun  1 15:24:30 2018	(r471262)
+++ head/graphics/leptonica/distinfo	Fri Jun  1 15:30:57 2018	(r471263)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487336576
-SHA256 (leptonica-1.74.1.tar.gz) = 746a517a47a3bd2a90bc8d581ca6464c10f30e91a60209735efe45b3778bec62
-SIZE (leptonica-1.74.1.tar.gz) = 11707064
+TIMESTAMP = 1526412216
+SHA256 (DanBloomberg-leptonica-1.76.0_GH0.tar.gz) = ff98ffef6103cda0e400676f81113a8157569ac0f453c6e03a1a27b305ba25a7
+SIZE (DanBloomberg-leptonica-1.76.0_GH0.tar.gz) = 11557709

Modified: head/graphics/leptonica/pkg-plist
==============================================================================
--- head/graphics/leptonica/pkg-plist	Fri Jun  1 15:24:30 2018	(r471262)
+++ head/graphics/leptonica/pkg-plist	Fri Jun  1 15:30:57 2018	(r471263)
@@ -6,10 +6,6 @@ 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
@@ -45,5 +41,5 @@ include/leptonica/watershed.h
 lib/liblept.a
 lib/liblept.so
 lib/liblept.so.5
-lib/liblept.so.5.0.1
+lib/liblept.so.5.0.3
 libdata/pkgconfig/lept.pc



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