svn commit: r419583 - head/archivers/file-roller

John Marino marino at FreeBSD.org
Thu Aug 4 03:34:42 UTC 2016


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


More information about the svn-ports-all mailing list