2 more ports: convert to USES+= zip

USES=zip is required when at least one distfile is a zip archive, unless
the after-extraction arguments are tailored for ${TAR}

Approved by:	general infrastructure blanket
This commit is contained in:
John Marino 2014-05-29 17:48:12 +00:00
parent 2d41200db7
commit e7512728d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355718
2 changed files with 3 additions and 4 deletions

View File

@ -7,12 +7,11 @@ PORTREVISION= 2
CATEGORIES= archivers tcl
MASTER_SITES= http://mkextensions.sourceforge.net/
DISTNAME= mkZiplib${PORTVERSION:S/.//}
EXTRACT_SUFX= .zip
MAINTAINER= tcltk@FreeBSD.org
COMMENT= GZIP and ZIP support for TCL; dynamically loadable
USES+= tcl
USES+= tcl zip
WRKSRC= ${WRKDIR}/mkZiplib${PORTVERSION}

View File

@ -5,7 +5,7 @@ PORTNAME= leo
PORTVERSION= 4.11
CATEGORIES= editors python
MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final
DISTFILES= Leo-${PORTVERSION}-final.zip
DISTNAME= Leo-${PORTVERSION}-final
DIST_SUBDIR= leo
MAINTAINER= ports@FreeBSD.org
@ -25,7 +25,7 @@ PYENCHANT_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-
WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final
USES= shebangfix
USES= shebangfix zip
SHEBANG_FILES= leo/doc/html/fixup.pl leo/scripts/LinixInstall.py
USE_PYTHON= yes