svn commit: r501884 - head/x11-themes/xfce-evolution

Alex Kozlov ak at FreeBSD.org
Fri May 17 19:46:27 UTC 2019


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 at 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


More information about the svn-ports-head mailing list