Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 15:35:26 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r488909 - branches/2019Q1/www/qupzilla-qt4
Message-ID:  <201901011535.x01FZQmf089084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jan  1 15:35:26 2019
New Revision: 488909
URL: https://svnweb.freebsd.org/changeset/ports/488909

Log:
  MFH: r488877
  
  www/qupzilla-qt4: remove KWALLET option after r488807
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q1/www/qupzilla-qt4/Makefile
  branches/2019Q1/www/qupzilla-qt4/pkg-plist
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/www/qupzilla-qt4/Makefile
==============================================================================
--- branches/2019Q1/www/qupzilla-qt4/Makefile	Tue Jan  1 15:34:26 2019	(r488908)
+++ branches/2019Q1/www/qupzilla-qt4/Makefile	Tue Jan  1 15:35:26 2019	(r488909)
@@ -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: branches/2019Q1/www/qupzilla-qt4/pkg-plist
==============================================================================
--- branches/2019Q1/www/qupzilla-qt4/pkg-plist	Tue Jan  1 15:34:26 2019	(r488908)
+++ branches/2019Q1/www/qupzilla-qt4/pkg-plist	Tue Jan  1 15:35:26 2019	(r488909)
@@ -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?201901011535.x01FZQmf089084>