From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 21:09:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEAB1127; Mon, 17 Feb 2014 21:09:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B91A71155; Mon, 17 Feb 2014 21:09:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HL9ID7050916; Mon, 17 Feb 2014 21:09:18 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HL9I1E050913; Mon, 17 Feb 2014 21:09:18 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402172109.s1HL9I1E050913@svn.freebsd.org> From: Pawel Pekala Date: Mon, 17 Feb 2014 21:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344822 - 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.17 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: Mon, 17 Feb 2014 21:09:19 -0000 Author: pawel Date: Mon Feb 17 21:09:17 2014 New Revision: 344822 URL: http://svnweb.freebsd.org/changeset/ports/344822 QAT: https://qat.redports.org/buildarchive/r344822/ Log: - Update to version 0.6.7 [1] - Convert to new LIB_DEPENDS format - Trim dependencies where they are too detailed - Strip program binary - Port is stage safe PR: ports/186798 [1] Submitted by: maintainer Modified: head/graphics/converseen/Makefile head/graphics/converseen/distinfo head/graphics/converseen/pkg-plist Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Mon Feb 17 20:51:44 2014 (r344821) +++ head/graphics/converseen/Makefile Mon Feb 17 21:09:17 2014 (r344822) @@ -2,31 +2,21 @@ # $FreeBSD$ PORTNAME= converseen -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.6/ MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Easy to use graphics conversion utility -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - Magick++:${PORTSDIR}/graphics/ImageMagick \ - lcms2:${PORTSDIR}/graphics/lcms2 \ - lqr-1:${PORTSDIR}/graphics/liblqr-1 \ - png15:${PORTSDIR}/graphics/png \ - fftw3:${PORTSDIR}/math/fftw3 \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libMagick++.so:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes -USE_AUTOTOOLS= libltdl USES= cmake gettext iconv -USE_XORG= ice sm x11 xau xcb xdmcp xext xrender xt USE_QT4= corelib gui linguist_build moc_build qmake_build \ rcc_build uic_build -USE_GNOME= glib20 -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/converseen + .include Modified: head/graphics/converseen/distinfo ============================================================================== --- head/graphics/converseen/distinfo Mon Feb 17 20:51:44 2014 (r344821) +++ head/graphics/converseen/distinfo Mon Feb 17 21:09:17 2014 (r344822) @@ -1,2 +1,2 @@ -SHA256 (converseen-0.6.4.tar.bz2) = eac85f576018080d4a0ce904e4e8bc8a37365a4bbfec6f1ba410d4ac67625ad3 -SIZE (converseen-0.6.4.tar.bz2) = 223060 +SHA256 (converseen-0.6.7.tar.bz2) = 66672f899984ecc265ef64e3b9ad2e550f58e79a44e9a040ab68d22b0b75dc3e +SIZE (converseen-0.6.7.tar.bz2) = 263580 Modified: head/graphics/converseen/pkg-plist ============================================================================== --- head/graphics/converseen/pkg-plist Mon Feb 17 20:51:44 2014 (r344821) +++ head/graphics/converseen/pkg-plist Mon Feb 17 21:09:17 2014 (r344822) @@ -1,18 +1,20 @@ bin/converseen share/applications/converseen.desktop -%%DATADIR%%/converseen_cs_CZ.qm -%%DATADIR%%/converseen_de_DE.qm -%%DATADIR%%/converseen_es_CL.qm -%%DATADIR%%/converseen_fr_FR.qm -%%DATADIR%%/converseen_hu_HU.qm -%%DATADIR%%/converseen_it_IT.qm -%%DATADIR%%/converseen_pt_BR.qm -%%DATADIR%%/converseen_ru_RU.qm -%%DATADIR%%/converseen_tr_TR.qm -%%DATADIR%%/converseen_pl_PL.qm +%%DATADIR%%/loc/converseen_cs_CZ.qm +%%DATADIR%%/loc/converseen_de_DE.qm +%%DATADIR%%/loc/converseen_es_CL.qm +%%DATADIR%%/loc/converseen_fr_FR.qm +%%DATADIR%%/loc/converseen_hu_HU.qm +%%DATADIR%%/loc/converseen_it_IT.qm +%%DATADIR%%/loc/converseen_ja_JP.qm +%%DATADIR%%/loc/converseen_pl_PL.qm +%%DATADIR%%/loc/converseen_pt_BR.qm +%%DATADIR%%/loc/converseen_ru_RU.qm +%%DATADIR%%/loc/converseen_tr_TR.qm share/kde4/services/ServiceMenus/converseen_import.desktop share/pixmaps/converseen.png @dirrmtry share/kde4/services/ServiceMenus @dirrmtry share/kde4/services @dirrmtry share/kde4 +@dirrm %%DATADIR%%/loc @dirrm %%DATADIR%%