Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 03:34:41 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419583 - head/archivers/file-roller
Message-ID:  <201608040334.u743Yfft016666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  4 03:34:40 2016
New Revision: 419583
URL: https://svnweb.freebsd.org/changeset/ports/419583

Log:
  archivers/file-roller: revisit r406930 (remove unzip)
  
  Back in January, I was working under the idea that the ports unzip was
  desired, but now it's clear that file-roller was just one of many ports
  that had a redundant requirement on unzip.  Revert my January commit
  and remove the requirement on unzip completely (it's provided by all
  supported releases of FreeBSD).
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/archivers/file-roller/Makefile

Modified: head/archivers/file-roller/Makefile
==============================================================================
--- head/archivers/file-roller/Makefile	Thu Aug  4 03:11:30 2016	(r419582)
+++ head/archivers/file-roller/Makefile	Thu Aug  4 03:34:40 2016	(r419583)
@@ -3,7 +3,7 @@
 
 PORTNAME=	file-roller
 PORTVERSION=	3.16.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	archivers gnome
 MASTER_SITES=	GNOME
@@ -13,11 +13,7 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Archive manager for zip files, tar, etc
 
 BUILD_DEPENDS=	itstool:textproc/itstool
-RUN_DEPENDS=	gtar:archivers/gtar \
-		zipinfo:archivers/unzip
-
-# Port unzip is desired, but specify the uniquely named zipinfo to ensure
-# archivers/unzip is pulled in.  Using "unzip" is satisfied by base unzip
+RUN_DEPENDS=	gtar:archivers/gtar
 
 PORTSCOUT=	limitw:1,even
 



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