Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 19:13:10 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318189 - head/graphics/scantailor
Message-ID:  <201305141913.r4EJDAW8055793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue May 14 19:13:10 2013
New Revision: 318189
URL: http://svnweb.freebsd.org/changeset/ports/318189

Log:
  - Fix plist.
  - Remove numbers from the dependencies.
  - Adjust URL in pkg-descr to the new format.
  
  PR:		ports/178615
  Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)

Modified:
  head/graphics/scantailor/Makefile
  head/graphics/scantailor/pkg-descr
  head/graphics/scantailor/pkg-plist

Modified: head/graphics/scantailor/Makefile
==============================================================================
--- head/graphics/scantailor/Makefile	Tue May 14 19:12:23 2013	(r318188)
+++ head/graphics/scantailor/Makefile	Tue May 14 19:13:10 2013	(r318189)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scantailor
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -11,9 +12,9 @@ COMMENT=	Scan Tailor is an interactive p
 
 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
 

Modified: head/graphics/scantailor/pkg-descr
==============================================================================
--- head/graphics/scantailor/pkg-descr	Tue May 14 19:12:23 2013	(r318188)
+++ head/graphics/scantailor/pkg-descr	Tue May 14 19:13:10 2013	(r318189)
@@ -3,4 +3,4 @@ It performs operations such as page spli
 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/

Modified: head/graphics/scantailor/pkg-plist
==============================================================================
--- head/graphics/scantailor/pkg-plist	Tue May 14 19:12:23 2013	(r318188)
+++ head/graphics/scantailor/pkg-plist	Tue May 14 19:13:10 2013	(r318189)
@@ -3,12 +3,14 @@ bin/scantailor-cli
 %%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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305141913.r4EJDAW8055793>