From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 10 16:10:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23D91065672 for ; Sat, 10 Sep 2011 16:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFAB18FC13 for ; Sat, 10 Sep 2011 16:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8AGA8bi050720 for ; Sat, 10 Sep 2011 16:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8AGA8JS050719; Sat, 10 Sep 2011 16:10:08 GMT (envelope-from gnats) Resent-Date: Sat, 10 Sep 2011 16:10:08 GMT Resent-Message-Id: <201109101610.p8AGA8JS050719@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, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A68F106566C for ; Sat, 10 Sep 2011 16:00:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8018FC08 for ; Sat, 10 Sep 2011 16:00:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8AG0MQ9016085 for ; Sat, 10 Sep 2011 16:00:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p8AG0MNj016084; Sat, 10 Sep 2011 16:00:22 GMT (envelope-from nobody) Message-Id: <201109101600.p8AG0MNj016084@red.freebsd.org> Date: Sat, 10 Sep 2011 16:00:22 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160633: [patch] graphics/scantailor new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2011 16:10:09 -0000 >Number: 160633 >Category: ports >Synopsis: [patch] graphics/scantailor new version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 10 16:10:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 18 11:19:07 MSD 2011 root@ololo:/usr/obj/usr/src/sys/OLOLO amd64 >Description: Up to 0.9.10 >How-To-Repeat: >Fix: diff -ruN scantailor.orig/Makefile scantailor/Makefile --- scantailor.orig/Makefile 2011-09-10 19:57:48.917733554 +0400 +++ scantailor/Makefile 2011-09-10 17:53:10.097590492 +0400 @@ -6,21 +6,21 @@ # PORTNAME= scantailor -PORTVERSION= 0.9.9.2 +PORTVERSION= 0.9.10 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= g.veniamin@googlemail.com COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages +LICENSE= GPLv3 + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ jbig.1:${PORTSDIR}/graphics/jbigkit \ png.6:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LICENSE= GPLv3 - USE_CMAKE= yes USE_ICONV= yes USE_GETTEXT= yes diff -ruN scantailor.orig/distinfo scantailor/distinfo --- scantailor.orig/distinfo 2011-09-10 19:57:48.917733554 +0400 +++ scantailor/distinfo 2011-09-10 17:53:26.973289498 +0400 @@ -1,2 +1,2 @@ -SHA256 (scantailor-0.9.9.2.tar.gz) = b65f45697c196a05ea12910ffb47ad728f98b18937c8c42033865bbdd40211c7 -SIZE (scantailor-0.9.9.2.tar.gz) = 969691 +SHA256 (scantailor-0.9.10.tar.gz) = 0b574eabfb65e4dcf3915d00ad3da31d464060458ffaeb49e4257e97301f93a0 +SIZE (scantailor-0.9.10.tar.gz) = 1124348 diff -ruN scantailor.orig/pkg-plist scantailor/pkg-plist --- scantailor.orig/pkg-plist 2011-09-10 19:57:48.918761897 +0400 +++ scantailor/pkg-plist 2011-09-10 18:10:01.394423749 +0400 @@ -1,8 +1,14 @@ bin/scantailor +bin/scantailor-cli %%DATADIR%%/translations/scantailor_bg.qm +%%DATADIR%%/translations/scantailor_cs.qm %%DATADIR%%/translations/scantailor_de.qm %%DATADIR%%/translations/scantailor_fr.qm +%%DATADIR%%/translations/scantailor_it.qm %%DATADIR%%/translations/scantailor_ja.qm +%%DATADIR%%/translations/scantailor_pl.qm %%DATADIR%%/translations/scantailor_ru.qm +%%DATADIR%%/translations/scantailor_sk.qm +%%DATADIR%%/translations/scantailor_zh_TW.qm @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: