From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 6 03:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1DF8FEF1 for ; Thu, 6 Jun 2013 03:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F3E6812A6 for ; Thu, 6 Jun 2013 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r563K0il020055 for ; Thu, 6 Jun 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r563K0Rk020033; Thu, 6 Jun 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jun 2013 03:20:00 GMT Resent-Message-Id: <201306060320.r563K0Rk020033@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FA37C0E for ; Thu, 6 Jun 2013 03:16:50 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD871243 for ; Thu, 6 Jun 2013 03:16:49 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LyglF-1UMF2E04SV-0164Rz for ; Thu, 06 Jun 2013 05:16:49 +0200 Received: (qmail invoked by alias); 06 Jun 2013 03:16:47 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp033) with SMTP; 06 Jun 2013 05:16:47 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Jun 2013 05:16:47 +0200 Message-Id: <20130606031650.8FA37C0E@hub.freebsd.org> Date: Thu, 06 Jun 2013 05:16:47 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179356: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs Cc: g.veniamin@googlemail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 03:20:01 -0000 >Number: 179356 >Category: ports >Synopsis: [PATCH] graphics/scantailor: update to 0.9.11.1, add docs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 06 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Update to 0.9.11.1 - Trim comment - Trim Desktop entry file - Add icon - Add docs - Add HTML LATEX Options - Add dependency for devel/doxygen - Trim pkg-plist Port maintainer (g.veniamin@googlemail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130606015600-56953/ >Fix: --- scantailor-0.9.11.1.patch begins here --- diff -ruN /usr/ports/graphics/scantailor/Makefile ./Makefile --- /usr/ports/graphics/scantailor/Makefile 2013-06-02 18:53:19.000000000 +0200 +++ ./Makefile 2013-06-06 03:50:11.000000000 +0200 @@ -2,13 +2,12 @@ # $FreeBSD: head/graphics/scantailor/Makefile 318189 2013-05-14 19:13:10Z rakuco $ PORTNAME= scantailor -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.11.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= g.veniamin@googlemail.com -COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages +COMMENT= Interactive post-processing tool for scanned pages LICENSE= GPLv3 @@ -23,7 +22,42 @@ linguist_build MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \ - "" "${PORTNAME}" "Graphics;Scanning;" false +DESKTOP_ENTRIES="Scan Tailor" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Graphics;Scanning;" false + +OPTIONS_GROUP= DOXYGEN + +OPTIONS_GROUP_DOXYGEN= HTML LATEX + +OPTIONS_DEFAULT= + +HTML_DESC= Install HTML Doxygen files +LATEX_DESC= Install LaTeX Doxygen files + +.include + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +PORTDOCS= * +.endif + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +.endif + +post-install: + ${INSTALL_DATA} ${WRKSRC}/resources/icons/appicon-about.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png + +.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} + @cd ${WRKSRC} && doxygen . +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MHTML} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${DOCSDIR}) +.endif + +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MLATEX} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} latex ${DOCSDIR}) +.endif .include diff -ruN /usr/ports/graphics/scantailor/distinfo ./distinfo --- /usr/ports/graphics/scantailor/distinfo 2013-06-02 18:53:19.000000000 +0200 +++ ./distinfo 2013-06-05 23:13:54.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (scantailor-0.9.11.tar.gz) = e158fa5c38b1c34dec47e611e27d74a0508bc2b6818b84f0d05f98ba184c9c11 -SIZE (scantailor-0.9.11.tar.gz) = 1175866 +SHA256 (scantailor-0.9.11.1.tar.gz) = 881647a4172c55a067a7b6687965441cf21176d79d93075b22a373ea9accd8d3 +SIZE (scantailor-0.9.11.1.tar.gz) = 1190198 diff -ruN /usr/ports/graphics/scantailor/pkg-plist ./pkg-plist --- /usr/ports/graphics/scantailor/pkg-plist 2013-06-02 18:53:19.000000000 +0200 +++ ./pkg-plist 2013-04-10 10:05:10.000000000 +0200 @@ -1,5 +1,6 @@ bin/scantailor bin/scantailor-cli +share/pixmaps/scantailor.png %%DATADIR%%/translations/scantailor_bg.qm %%DATADIR%%/translations/scantailor_cs.qm %%DATADIR%%/translations/scantailor_de.qm @@ -8,6 +9,7 @@ %%DATADIR%%/translations/scantailor_it.qm %%DATADIR%%/translations/scantailor_ja.qm %%DATADIR%%/translations/scantailor_pl.qm +%%DATADIR%%/translations/scantailor_pt_BR.qm %%DATADIR%%/translations/scantailor_ru.qm %%DATADIR%%/translations/scantailor_sk.qm %%DATADIR%%/translations/scantailor_uk.qm --- scantailor-0.9.11.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: