svn commit: r395250 - head/graphics/converseen

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Aug 25 13:19:51 UTC 2015


Author: rakuco
Date: Tue Aug 25 13:19:50 2015
New Revision: 395250
URL: https://svnweb.freebsd.org/changeset/ports/395250

Log:
  Adjust dependencies.
  
  - Depend on qt4-network.
  - Depend only on qt4-linguisttools instead of qt4-linguist for the *.qm
    files.
  - Drop unused gettext and iconv dependencies.
  - Set LICENSE_FILE.
  
  PR:		202557
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com>
  Approved by:	fernando.apesteguia at gmail.com <maintainer>

Modified:
  head/graphics/converseen/Makefile

Modified: head/graphics/converseen/Makefile
==============================================================================
--- head/graphics/converseen/Makefile	Tue Aug 25 13:18:29 2015	(r395249)
+++ head/graphics/converseen/Makefile	Tue Aug 25 13:19:50 2015	(r395250)
@@ -3,6 +3,7 @@
 
 PORTNAME=	converseen
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Converseen/Converseen%200.9/
 
@@ -10,11 +11,12 @@ MAINTAINER=	fernando.apesteguia at gmail.co
 COMMENT=	Easy to use graphics conversion utility
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
 
-USES=		cmake gettext iconv tar:bzip2
-USE_QT4=	corelib gui linguist_build moc_build qmake_build \
+USES=		cmake tar:bzip2
+USE_QT4=	corelib network gui linguisttools_build moc_build qmake_build \
 		rcc_build uic_build
 
 post-patch:


More information about the svn-ports-head mailing list