From owner-svn-ports-head@freebsd.org Thu Oct 15 14:14:08 2015 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 A637AA150D1; Thu, 15 Oct 2015 14:14:08 +0000 (UTC) (envelope-from mat@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 646B1659; Thu, 15 Oct 2015 14:14:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FEE72C012895; Thu, 15 Oct 2015 14:14:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FEE6xc012889; Thu, 15 Oct 2015 14:14:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510151414.t9FEE6xc012889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 15 Oct 2015 14:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399339 - in head/www: qupzilla-qt4 qupzilla-qt5 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.20 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, 15 Oct 2015 14:14:08 -0000 Author: mat Date: Thu Oct 15 14:14:06 2015 New Revision: 399339 URL: https://svnweb.freebsd.org/changeset/ports/399339 Log: Update to 1.8.7. PR: 203651 Submitted by: maintainer Sponsored by: Absolight Modified: head/www/qupzilla-qt4/Makefile head/www/qupzilla-qt4/distinfo head/www/qupzilla-qt4/pkg-plist head/www/qupzilla-qt5/Makefile head/www/qupzilla-qt5/distinfo head/www/qupzilla-qt5/pkg-plist Modified: head/www/qupzilla-qt4/Makefile ============================================================================== --- head/www/qupzilla-qt4/Makefile Thu Oct 15 11:49:30 2015 (r399338) +++ head/www/qupzilla-qt4/Makefile Thu Oct 15 14:14:06 2015 (r399339) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt4 @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell -CONFLICTS= ${PORTNAME}-qt5* +CONFLICTS_INSTALL= ${PORTNAME}-qt5* USES= desktop-file-utils execinfo pkgconfig qmake tar:xz USE_QT4= corelib gui network script sql webkit xml \ Modified: head/www/qupzilla-qt4/distinfo ============================================================================== --- head/www/qupzilla-qt4/distinfo Thu Oct 15 11:49:30 2015 (r399338) +++ head/www/qupzilla-qt4/distinfo Thu Oct 15 14:14:06 2015 (r399339) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.8.6.tar.xz) = aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5 -SIZE (QupZilla-1.8.6.tar.xz) = 3205912 +SHA256 (QupZilla-1.8.7.tar.xz) = 1823f36520a3e5d0164f4ad185f29cd80600d3e8010e3acf9b33e536e61049fd +SIZE (QupZilla-1.8.7.tar.xz) = 3212072 Modified: head/www/qupzilla-qt4/pkg-plist ============================================================================== --- head/www/qupzilla-qt4/pkg-plist Thu Oct 15 11:49:30 2015 (r399338) +++ head/www/qupzilla-qt4/pkg-plist Thu Oct 15 14:14:06 2015 (r399339) @@ -28,6 +28,7 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/bg_BG.qm %%DATADIR%%/locale/ca_ES.qm %%DATADIR%%/locale/cs_CZ.qm +%%DATADIR%%/locale/da_DK.qm %%DATADIR%%/locale/de_DE.qm %%DATADIR%%/locale/el_GR.qm %%DATADIR%%/locale/es_ES.qm @@ -46,6 +47,7 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/ja_JP.qm %%DATADIR%%/locale/ka_GE.qm %%DATADIR%%/locale/lg.qm +%%DATADIR%%/locale/lt.qm %%DATADIR%%/locale/lv_LV.qm %%DATADIR%%/locale/nl_NL.qm %%DATADIR%%/locale/nqo.qm Modified: head/www/qupzilla-qt5/Makefile ============================================================================== --- head/www/qupzilla-qt5/Makefile Thu Oct 15 11:49:30 2015 (r399338) +++ head/www/qupzilla-qt5/Makefile Thu Oct 15 14:14:06 2015 (r399339) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt5 @@ -14,10 +14,10 @@ LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell -CONFLICTS= ${PORTNAME}-qt4* +CONFLICTS_INSTALL= ${PORTNAME}-qt4* USES= desktop-file-utils execinfo pkgconfig qmake tar:xz -USE_QT5= core concurrent gui network script webkit xml \ +USE_QT5= core concurrent gui network script webkit x11extras xml \ buildtools_build linguisttools_build \ imageformats_run sql-sqlite3_run USE_XORG= x11 @@ -27,7 +27,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes PLIST_SUB= VERSION=${PORTVERSION} -OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING # KWALLET +OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING KWALLET OPTIONS_DEFAULT=DBUS OPTIONS_SUB= yes @@ -37,10 +37,8 @@ DBUS_CONFIGURE_ENV_OFF= DISABLE_DBUS="tr GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" -# KWallet integration requires KF5 which is not available through ports -#KWALLET_USE= KDE5=kdelibs -#KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" -PLIST_SUB+= KWALLET="@comment " +KWALLET_USE= KDE5=wallet +KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" .include Modified: head/www/qupzilla-qt5/distinfo ============================================================================== --- head/www/qupzilla-qt5/distinfo Thu Oct 15 11:49:30 2015 (r399338) +++ head/www/qupzilla-qt5/distinfo Thu Oct 15 14:14:06 2015 (r399339) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.8.6.tar.xz) = aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5 -SIZE (QupZilla-1.8.6.tar.xz) = 3205912 +SHA256 (QupZilla-1.8.7.tar.xz) = 1823f36520a3e5d0164f4ad185f29cd80600d3e8010e3acf9b33e536e61049fd +SIZE (QupZilla-1.8.7.tar.xz) = 3212072 Modified: head/www/qupzilla-qt5/pkg-plist ============================================================================== --- head/www/qupzilla-qt5/pkg-plist Thu Oct 15 11:49:30 2015 (r399338) +++ head/www/qupzilla-qt5/pkg-plist Thu Oct 15 14:14:06 2015 (r399339) @@ -28,6 +28,7 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/bg_BG.qm %%DATADIR%%/locale/ca_ES.qm %%DATADIR%%/locale/cs_CZ.qm +%%DATADIR%%/locale/da_DK.qm %%DATADIR%%/locale/de_DE.qm %%DATADIR%%/locale/el_GR.qm %%DATADIR%%/locale/es_ES.qm @@ -46,6 +47,7 @@ share/pixmaps/qupzilla.png %%DATADIR%%/locale/ja_JP.qm %%DATADIR%%/locale/ka_GE.qm %%DATADIR%%/locale/lg.qm +%%DATADIR%%/locale/lt.qm %%DATADIR%%/locale/lv_LV.qm %%DATADIR%%/locale/nl_NL.qm %%DATADIR%%/locale/nqo.qm