Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 11:05:58 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555755 - head/Mk
Message-ID:  <202011201105.0AKB5wAR077035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Fri Nov 20 11:05:58 2020
New Revision: 555755
URL: https://svnweb.freebsd.org/changeset/ports/555755

Log:
  Revert parts of r555738 which were probably not meant to be committed
  
  PR:		248402
  Reported by:	Franco Fichtner <franco@opnsense.org>
  Approved by:	portmgr blanket

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Nov 20 10:41:13 2020	(r555754)
+++ head/Mk/bsd.port.mk	Fri Nov 20 11:05:58 2020	(r555755)
@@ -2173,9 +2173,6 @@ TAR?=	/usr/bin/tar
 EXTRACT_CMD?=	${TAR}
 EXTRACT_BEFORE_ARGS?=	-xf
 EXTRACT_AFTER_ARGS?=	--no-same-owner --no-same-permissions
-.if ${EXTRACT_SUFX} == .zip
-USES+= foo
-.endif
 
 # Figure out where the local mtree file is
 .if !defined(MTREE_FILE) && !defined(NO_MTREE)



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