Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 13:19:50 +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: r395250 - head/graphics/converseen
Message-ID:  <201508251319.t7PDJoCB038227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
  Approved by:	fernando.apesteguia@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@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:



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