From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 15 05:30:23 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CB5392F5 for ; Wed, 15 May 2013 05:30:23 +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 AECE7DC8 for ; Wed, 15 May 2013 05:30:23 +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 r4F5UNp0042731 for ; Wed, 15 May 2013 05:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4F5UNKx042730; Wed, 15 May 2013 05:30:23 GMT (envelope-from gnats) Date: Wed, 15 May 2013 05:30:23 GMT Message-Id: <201305150530.r4F5UNKx042730@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Veniamin Gvozdikov Subject: ports/178615: [update]: graphics/scantailor fixed plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Veniamin Gvozdikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2013 05:30:23 -0000 The following reply was made to PR ports/178615; it has been noted by GNATS. From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: ports/178615: [update]: graphics/scantailor fixed plist Date: Tue, 14 May 2013 06:56:53 GMT >Number: 178615 >Category: ports >Synopsis: [update]: graphics/scantailor fixed plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 14 07:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 9.1-RELEASE >Organization: >Environment: FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fixed plist. >How-To-Repeat: >Fix: diff -ruN scantailor.orig/Makefile scantailor/Makefile --- scantailor.orig/Makefile 2013-05-14 10:53:54.802912420 +0400 +++ scantailor/Makefile 2013-05-13 21:32:54.510448247 +0400 @@ -3,6 +3,7 @@ PORTNAME= scantailor PORTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -11,9 +12,9 @@ LICENSE= GPLv3 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jbig.1:${PORTSDIR}/graphics/jbigkit \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff \ + jbig:${PORTSDIR}/graphics/jbigkit \ png15:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs diff -ruN scantailor.orig/pkg-descr scantailor/pkg-descr --- scantailor.orig/pkg-descr 2013-05-14 10:53:54.802912420 +0400 +++ scantailor/pkg-descr 2013-05-13 21:33:26.873909096 +0400 @@ -3,4 +3,4 @@ garbage. All operations can be done automatically, however it's still possible to manually correct their results -WWW: http://scantailor.sourceforge.net/ +WWW: http://scantailor.sourceforge.net/ diff -ruN scantailor.orig/pkg-plist scantailor/pkg-plist --- scantailor.orig/pkg-plist 2013-05-14 10:53:54.802912420 +0400 +++ scantailor/pkg-plist 2013-05-13 21:32:34.054909923 +0400 @@ -3,12 +3,14 @@ %%DATADIR%%/translations/scantailor_bg.qm %%DATADIR%%/translations/scantailor_cs.qm %%DATADIR%%/translations/scantailor_de.qm +%%DATADIR%%/translations/scantailor_es.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_uk.qm %%DATADIR%%/translations/scantailor_zh_TW.qm @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"