Date: Wed, 15 May 2013 05:30:23 GMT From: Veniamin Gvozdikov <g.veniamin@googlemail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: ports/178615: [update]: graphics/scantailor fixed plist Message-ID: <201305150530.r4F5UNKx042730@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178615; it has been noted by GNATS. From: Veniamin Gvozdikov <g.veniamin@googlemail.com> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305150530.r4F5UNKx042730>