From owner-svn-ports-head@freebsd.org Thu Sep 1 13:20:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D229BCA043; Thu, 1 Sep 2016 13:20:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBBF38F3; Thu, 1 Sep 2016 13:20:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DKExw077250; Thu, 1 Sep 2016 13:20:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DKDKb077248; Thu, 1 Sep 2016 13:20:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011320.u81DKDKb077248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421211 - head/graphics/converseen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:20:15 -0000 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