Date: Thu, 4 Aug 2016 00:19:19 +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: r419567 - head/archivers/fpc-unzip Message-ID: <201608040019.u740JJrM041562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 00:19:19 2016 New Revision: 419567 URL: https://svnweb.freebsd.org/changeset/ports/419567 Log: archivers/fpc-unzip: Remove redundant dependency on unzip A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). This renders the ports option UNZIP redendant as well, so just remove it completely and bump. Modified: head/archivers/fpc-unzip/Makefile Modified: head/archivers/fpc-unzip/Makefile ============================================================================== --- head/archivers/fpc-unzip/Makefile Thu Aug 4 00:15:50 2016 (r419566) +++ head/archivers/fpc-unzip/Makefile Thu Aug 4 00:19:19 2016 (r419567) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= archivers lang PKGNAMESUFFIX= -unzip @@ -14,10 +14,4 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPTIONS_DEFINE= UNZIP -UNZIP_DESC= Install unzip tools -OPTIONS_DEFAULT= UNZIP - -UNZIP_RUN_DEPENDS= unzip:archivers/unzip - .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040019.u740JJrM041562>