From owner-svn-ports-branches@freebsd.org Fri Jan 15 14:50:00 2016 Return-Path: Delivered-To: svn-ports-branches@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 EAB46A84A88; Fri, 15 Jan 2016 14:49:59 +0000 (UTC) (envelope-from rakuco@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 A7F571153; Fri, 15 Jan 2016 14:49:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0FEnwle062451; Fri, 15 Jan 2016 14:49:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0FEnwiC062449; Fri, 15 Jan 2016 14:49:58 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601151449.u0FEnwiC062449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 15 Jan 2016 14:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r406162 - branches/2016Q1/graphics/yagf X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 14:50:00 -0000 Author: rakuco Date: Fri Jan 15 14:49:58 2016 New Revision: 406162 URL: https://svnweb.freebsd.org/changeset/ports/406162 Log: MFH: r406160 Update to 0.9.5 and unbreak. - Switch MASTER_SITES to the project's SourceForge page. It only contains 0.9.5 though. - Set LICENSE_FILE. - Switch to new style OPTIONS helpers. - Stop setting CFLAGS/CPPFLAGS, everything builds fine without those. PR: 205780 Approved by: maintainer timeout (bsam, 15 days) Approved by: ports-secteam (feld) Modified: branches/2016Q1/graphics/yagf/Makefile branches/2016Q1/graphics/yagf/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/yagf/Makefile ============================================================================== --- branches/2016Q1/graphics/yagf/Makefile Fri Jan 15 14:48:44 2016 (r406161) +++ branches/2016Q1/graphics/yagf/Makefile Fri Jan 15 14:49:58 2016 (r406162) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= yagf -PORTVERSION= 0.9.3.2 +PORTVERSION= 0.9.5 CATEGORIES= graphics -MASTER_SITES= http://symmetrica.net/cuneiform-linux/ +MASTER_SITES= SF/yagf-ocr MAINTAINER= bsam@FreeBSD.org COMMENT= Graphical interface for an OCR program (cuneiform and tesseract) -BROKEN= unfetchable LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell @@ -19,7 +19,9 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_MULTI= OCRENGINE OPTIONS_MULTI_OCRENGINE=CUNEIFORM TESSERACT CUNEIFORM_DESC= Cuneiform OCR engine +CUNEIFORM_RUN_DEPENDS= cuneiform:${PORTSDIR}/graphics/cuneiform TESSERACT_DESC= Tesseract OCR engine +TESSERACT_RUN_DEPENDS= tesseract:${PORTSDIR}/graphics/tesseract OPTIONS_DEFAULT= CUNEIFORM @@ -29,20 +31,8 @@ INSTALLS_ICONS= yes USE_QT4= corelib gui imageformats linguist_build \ moc_build qmake_build rcc_build uic_build -CPPFLAGS+= -I${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include - PLIST_FILES= bin/yagf lib/yagf/libxspreload.so share/applications/YAGF.desktop\ share/icons/hicolor/96x96/apps/yagf.png share/pixmaps/yagf.png PORTDATA= * -.include - -.if ${PORT_OPTIONS:MCUNEIFORM} -RUN_DEPENDS+= cuneiform:${PORTSDIR}/graphics/cuneiform -.endif -.if ${PORT_OPTIONS:MTESSERACT} -RUN_DEPENDS+= tesseract:${PORTSDIR}/graphics/tesseract -.endif - .include Modified: branches/2016Q1/graphics/yagf/distinfo ============================================================================== --- branches/2016Q1/graphics/yagf/distinfo Fri Jan 15 14:48:44 2016 (r406161) +++ branches/2016Q1/graphics/yagf/distinfo Fri Jan 15 14:49:58 2016 (r406162) @@ -1,2 +1,2 @@ -SHA256 (yagf-0.9.3.2.tar.gz) = 32dd2a60ac04f9b08ec06a4e2974fde2fe3af60238b6a1a8de5a0a29b6ead231 -SIZE (yagf-0.9.3.2.tar.gz) = 766396 +SHA256 (yagf-0.9.5.tar.gz) = c0e9fe4b16d39378319fe37772403104a81c58084aa918e78347f56456ed5ebc +SIZE (yagf-0.9.5.tar.gz) = 427018