Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 13:20:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421211 - head/graphics/converseen
Message-ID:  <201609011320.u81DKDKb077248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  1 13:20:13 2016
New Revision: 421211
URL: https://svnweb.freebsd.org/changeset/ports/421211

Log:
  - Update to 0.9.5
  - Fix LICENSE
  
  PR:		212288
  Submitted by:	fernando.apesteguia@gmail.com (maintainer)

Modified:
  head/graphics/converseen/Makefile
  head/graphics/converseen/distinfo

Modified: head/graphics/converseen/Makefile
==============================================================================
--- head/graphics/converseen/Makefile	Thu Sep  1 13:17:03 2016	(r421210)
+++ head/graphics/converseen/Makefile	Thu Sep  1 13:20:13 2016	(r421211)
@@ -2,23 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	converseen
-PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTVERSION=	0.9.5
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/Converseen/Converseen%200.9/
+MASTER_SITES=	SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R}/
 
 MAINTAINER=	fernando.apesteguia@gmail.com
 COMMENT=	Easy to use graphics conversion utility
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libMagick++-6.so:graphics/ImageMagick
 
-USES=		cmake tar:bzip2
-USE_QT4=	corelib network gui linguisttools_build moc_build qmake_build \
-		rcc_build uic_build
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USES=		cmake tar:bzip2 compiler:c++11-lang
+USE_QT5=	core network gui linguisttools_build qmake_build \
+		buildtools_build widgets
 post-patch:
 	@${REINPLACE_CMD} -e '/^ appdata.path =/s|/usr/share|$$$${SHARE_DIR}|' \
 		${WRKSRC}/converseen.pro

Modified: head/graphics/converseen/distinfo
==============================================================================
--- head/graphics/converseen/distinfo	Thu Sep  1 13:17:03 2016	(r421210)
+++ head/graphics/converseen/distinfo	Thu Sep  1 13:20:13 2016	(r421211)
@@ -1,2 +1,3 @@
-SHA256 (converseen-0.9.2.tar.bz2) = 6d49791dd33c7b27927de77ab0484a834d7165b7b7f1fc73938dbeb009717f40
-SIZE (converseen-0.9.2.tar.bz2) = 245162
+TIMESTAMP = 1472556470
+SHA256 (converseen-0.9.5.tar.bz2) = 11e2bef1dd8f04e66886a1b15fac6af6d0748053ece7f4aaa0a302e630b8e09f
+SIZE (converseen-0.9.5.tar.bz2) = 246520



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