Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 19:20:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/178615: commit references a PR
Message-ID:  <201305141920.r4EJK33u018896@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: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178615: commit references a PR
Date: Tue, 14 May 2013 19:13:24 +0000 (UTC)

 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%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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