Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 12:51:45 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488877 - head/www/qupzilla-qt4
Message-ID:  <201901011251.x01CpjjS000675@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jan  1 12:51:45 2019
New Revision: 488877
URL: https://svnweb.freebsd.org/changeset/ports/488877

Log:
  www/qupzilla-qt4: remove KWALLET option after r488807
  
  MFH:		2019Q1

Modified:
  head/www/qupzilla-qt4/Makefile
  head/www/qupzilla-qt4/pkg-plist

Modified: head/www/qupzilla-qt4/Makefile
==============================================================================
--- head/www/qupzilla-qt4/Makefile	Tue Jan  1 12:50:05 2019	(r488876)
+++ head/www/qupzilla-qt4/Makefile	Tue Jan  1 12:51:45 2019	(r488877)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qupzilla
 PORTVERSION=	1.8.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
 PKGNAMESUFFIX=	-qt4
@@ -30,7 +30,7 @@ USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 PLIST_SUB=	VERSION=${PORTVERSION}
 
-OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING KWALLET
+OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING
 OPTIONS_DEFAULT=DBUS
 OPTIONS_SUB=	yes
 
@@ -40,10 +40,6 @@ DBUS_CONFIGURE_ENV_OFF=	DISABLE_DBUS="true"
 
 GNOMEKEYRING_LIB_DEPENDS=	libgnome-keyring.so:security/libgnome-keyring
 GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
-
-KWALLET_USES=		kde:4
-KWALLET_USE=		KDE=kdelibs
-KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \

Modified: head/www/qupzilla-qt4/pkg-plist
==============================================================================
--- head/www/qupzilla-qt4/pkg-plist	Tue Jan  1 12:50:05 2019	(r488876)
+++ head/www/qupzilla-qt4/pkg-plist	Tue Jan  1 12:51:45 2019	(r488877)
@@ -8,7 +8,6 @@ lib/qupzilla/libAutoScroll.so
 lib/qupzilla/libFlashCookieManager.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011251.x01CpjjS000675>