Date: Thu, 29 May 2014 17:48:12 +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: r355718 - in head: archivers/tclmkziplib editors/leo Message-ID: <201405291748.s4THmCSL025861@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu May 29 17:48:12 2014 New Revision: 355718 URL: http://svnweb.freebsd.org/changeset/ports/355718 QAT: https://qat.redports.org/buildarchive/r355718/ Log: 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 Modified: head/archivers/tclmkziplib/Makefile head/editors/leo/Makefile Modified: head/archivers/tclmkziplib/Makefile ============================================================================== --- head/archivers/tclmkziplib/Makefile Thu May 29 17:36:55 2014 (r355717) +++ head/archivers/tclmkziplib/Makefile Thu May 29 17:48:12 2014 (r355718) @@ -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} Modified: head/editors/leo/Makefile ============================================================================== --- head/editors/leo/Makefile Thu May 29 17:36:55 2014 (r355717) +++ head/editors/leo/Makefile Thu May 29 17:48:12 2014 (r355718) @@ -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_PKGNAMEPR WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final -USES= shebangfix +USES= shebangfix zip SHEBANG_FILES= leo/doc/html/fixup.pl leo/scripts/LinixInstall.py USE_PYTHON= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291748.s4THmCSL025861>