From owner-svn-ports-all@FreeBSD.ORG Sun May 25 07:49:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC239199; Sun, 25 May 2014 07:49:34 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8E8427F8; Sun, 25 May 2014 07:49:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4P7nYH2098454; Sun, 25 May 2014 07:49:34 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4P7nYXe098451; Sun, 25 May 2014 07:49:34 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201405250749.s4P7nYXe098451@svn.freebsd.org> From: Kurt Jaeger Date: Sun, 25 May 2014 07:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355139 - head/www/qupzilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2014 07:49:35 -0000 Author: pi Date: Sun May 25 07:49:33 2014 New Revision: 355139 URL: http://svnweb.freebsd.org/changeset/ports/355139 QAT: https://qat.redports.org/buildarchive/r355139/ Log: www/qupzilla: 1.6.3 -> 1.6.5, add options GNOMEKEYRING, KWALLET PR: ports/188784 Submitted by: Matthew Rezny Approved by: Javad Kouhi (maintainer), culot (mentor) Modified: head/www/qupzilla/Makefile head/www/qupzilla/distinfo head/www/qupzilla/pkg-plist Modified: head/www/qupzilla/Makefile ============================================================================== --- head/www/qupzilla/Makefile Sun May 25 07:40:29 2014 (r355138) +++ head/www/qupzilla/Makefile Sun May 25 07:49:33 2014 (r355139) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.5 CATEGORIES= www -MASTER_SITES= http://www.qupzilla.com/uploads/ +MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= QupZilla-${PORTVERSION} MAINTAINER= javad.kouhi@gmail.com @@ -14,13 +14,28 @@ LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo -USES= desktop-file-utils pkgconfig qmake +USES= desktop-file-utils pkgconfig qmake tar:xz USE_QT4= gui moc_build rcc_build uic_build webkit \ dbus xml script sql network imageformats_run linguist_build QMAKE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes +OPTIONS_DEFINE= GNOMEKEYRING KWALLET +OPTIONS_SUB= yes + +.include + +.if ${PORT_OPTIONS:MGNOMEKEYRING} +LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +QMAKE_ENV+= GNOME_INTEGRATION="true" +.endif + +.if ${PORT_OPTIONS:MKWALLET} +LIB_DEPENDS+= libkdeui.so:${PORTSDIR}/x11/kdelibs4 +QMAKE_ENV+= KDE_INTEGRATION="true" +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ Modified: head/www/qupzilla/distinfo ============================================================================== --- head/www/qupzilla/distinfo Sun May 25 07:40:29 2014 (r355138) +++ head/www/qupzilla/distinfo Sun May 25 07:49:33 2014 (r355139) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.6.3.tar.gz) = ba69b4bb9f9644fcff5945a0b692e6db877e57c2b9d948a7f57ecfcd4a86f7a0 -SIZE (QupZilla-1.6.3.tar.gz) = 5087827 +SHA256 (QupZilla-1.6.5.tar.xz) = 4ba1a2ab7fcb2c2b3230d202b78ae8ee6d6ec917bb2284c57c4dde54ca951715 +SIZE (QupZilla-1.6.5.tar.xz) = 3153012 Modified: head/www/qupzilla/pkg-plist ============================================================================== --- head/www/qupzilla/pkg-plist Sun May 25 07:40:29 2014 (r355138) +++ head/www/qupzilla/pkg-plist Sun May 25 07:49:33 2014 (r355139) @@ -2,9 +2,11 @@ bin/qupzilla lib/libQupZilla.so lib/libQupZilla.so.1 lib/libQupZilla.so.1.6 -lib/libQupZilla.so.1.6.3 +lib/libQupZilla.so.1.6.5 lib/qupzilla/libAccessKeysNavigation.so +%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so lib/qupzilla/libGreaseMonkey.so +%%KWALLET%%lib/qupzilla/libKWalletPasswords.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so lib/qupzilla/libStatusBarIcons.so @@ -24,7 +26,9 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/de_DE.qm %%DATADIR%%/locale/el_GR.qm %%DATADIR%%/locale/es_ES.qm +%%DATADIR%%/locale/es_MX.qm %%DATADIR%%/locale/es_VE.qm +%%DATADIR%%/locale/eu_ES.qm %%DATADIR%%/locale/fa_IR.qm %%DATADIR%%/locale/fr_FR.qm %%DATADIR%%/locale/gl_ES.qm @@ -35,6 +39,7 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/ja_JP.qm %%DATADIR%%/locale/ka_GE.qm %%DATADIR%%/locale/lg.qm +%%DATADIR%%/locale/lv_LV.qm %%DATADIR%%/locale/nl_NL.qm %%DATADIR%%/locale/nqo.qm %%DATADIR%%/locale/pl_PL.qm @@ -77,6 +82,7 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/sr_RS@latin.qm %%DATADIR%%/locale/sv_SE.qm %%DATADIR%%/locale/uk_UA.qm +%%DATADIR%%/locale/uz@Latn.qm %%DATADIR%%/locale/zh_CN.qm %%DATADIR%%/locale/zh_TW.qm %%DATADIR%%/themes/chrome/images/blankbutton-a.png