From owner-svn-ports-all@freebsd.org Mon Nov 21 12:15:17 2016 Return-Path: Delivered-To: svn-ports-all@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 1992BC4DF8B; Mon, 21 Nov 2016 12:15:17 +0000 (UTC) (envelope-from tcberner@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 D9ECC1ABC; Mon, 21 Nov 2016 12:15:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALCFF1x039032; Mon, 21 Nov 2016 12:15:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCFFxt039031; Mon, 21 Nov 2016 12:15:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611211215.uALCFFxt039031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 21 Nov 2016 12:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426707 - head/www/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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 21 Nov 2016 12:15:17 -0000 Author: tcberner Date: Mon Nov 21 12:15:15 2016 New Revision: 426707 URL: https://svnweb.freebsd.org/changeset/ports/426707 Log: www/qupzilla-qt5: Correct the KWALLET option The KWALLET option had been added based on early plans for KDE5. Now that the KF5 ports are committed, correct the KWALLET option to match the new KF5 ports. Also, convert USE_OPENSSL to USES=ssl and add missing USE_GL and USE_QT5 components identified by stage-QA. PR: 214530 Submitted by: Matthew Rezny (maintainer) Approved by: rakuco (mentor) Modified: head/www/qupzilla-qt5/Makefile Modified: head/www/qupzilla-qt5/Makefile ============================================================================== --- head/www/qupzilla-qt5/Makefile Mon Nov 21 12:14:43 2016 (r426706) +++ head/www/qupzilla-qt5/Makefile Mon Nov 21 12:15:15 2016 (r426707) @@ -16,12 +16,12 @@ LIB_DEPENDS= libhunspell-1.3.so:textproc CONFLICTS_INSTALL= ${PORTNAME}-qt4* -USES= desktop-file-utils execinfo pkgconfig qmake tar:xz -USE_QT5= core concurrent gui network script webkit x11extras xml \ - buildtools_build linguisttools_build \ - imageformats_run sql-sqlite3_run +USES= desktop-file-utils execinfo pkgconfig qmake ssl tar:xz +USE_QT5= core concurrent gui network printsupport script sql webkit \ + widgets x11extras xml imageformats_run sql-sqlite3_run \ + buildtools_build linguisttools_build USE_XORG= x11 -USE_OPENSSL= yes +USE_GL= gl CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -37,7 +37,8 @@ DBUS_CONFIGURE_ENV_OFF= DISABLE_DBUS="tr GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" -KWALLET_USE= KDE5=wallet +KWALLET_USES= kde:5 +KWALLET_USE= KDE=wallet KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" .include