svn commit: r355718 - in head: archivers/tclmkziplib editors/leo

John Marino marino at FreeBSD.org
Thu May 29 17:48:13 UTC 2014


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 at 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 at 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
 


More information about the svn-ports-head mailing list