Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 19:46:26 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501884 - head/x11-themes/xfce-evolution
Message-ID:  <201905171946.x4HJkQpY044305@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Fri May 17 19:46:26 2019
New Revision: 501884
URL: https://svnweb.freebsd.org/changeset/ports/501884

Log:
  - Remove infozip dependency, all supported FreeBSD versions have symlink aware unzip
  - Switch to USES=gnome
  
  PR:	237948
  Approved by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)

Modified:
  head/x11-themes/xfce-evolution/Makefile

Modified: head/x11-themes/xfce-evolution/Makefile
==============================================================================
--- head/x11-themes/xfce-evolution/Makefile	Fri May 17 19:23:07 2019	(r501883)
+++ head/x11-themes/xfce-evolution/Makefile	Fri May 17 19:46:26 2019	(r501884)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce-evolution
+PORTREVISION=	1
 DISTVERSION=	6.0.3
 CATEGORIES=	x11-themes
 MASTER_SITES=	SF/${PORTNAME}
@@ -15,8 +16,8 @@ RUN_DEPENDS=	fontconfig>0:x11-fonts/fontconfig \
 		gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
 		qt5-style-plugins>0:x11-themes/qt5-style-plugins
 
-USES=		shebangfix zip:infozip # infozip because unzip on 10 doesn't unpack symbolic links
-USE_GNOME=	gtk20:build
+USES=		shebangfix gnome zip
+USE_GNOME=	gtk20
 
 NO_BUILD=	yes
 NO_ARCH=	yes



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