svn commit: r419567 - head/archivers/fpc-unzip
John Marino
marino at FreeBSD.org
Thu Aug 4 00:19:20 UTC 2016
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 at 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"
More information about the svn-ports-head
mailing list