svn commit: r355743 - in head: archivers/ruby-lha graphics/mupdf

John Marino marino at FreeBSD.org
Thu May 29 20:18:18 UTC 2014


Author: marino
Date: Thu May 29 20:18:17 2014
New Revision: 355743
URL: http://svnweb.freebsd.org/changeset/ports/355743
QAT: https://qat.redports.org/buildarchive/r355743/

Log:
  2 more ports: convert to USES+= zip
  
  USES=zip is currently desired when all distfiles are zip archives, unless
  the after-extraction arguments are tailored for ${TAR}.  Currently
  USES=zip is incompatible with multiple distfiles of different formats,
  but this is being worked on.
  
  Approved by:	general infrastructure blanket

Modified:
  head/archivers/ruby-lha/Makefile
  head/graphics/mupdf/Makefile

Modified: head/archivers/ruby-lha/Makefile
==============================================================================
--- head/archivers/ruby-lha/Makefile	Thu May 29 20:14:26 2014	(r355742)
+++ head/archivers/ruby-lha/Makefile	Thu May 29 20:18:17 2014	(r355743)
@@ -9,11 +9,11 @@ MASTER_SITES=	http://arton.no-ip.info/da
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	lhalib-${PORTVERSION}
 DIST_SUBDIR=	ruby
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby extension to unpack LHA-compressed files
 
+USES=		zip
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 RUBY_EXTCONF=	ext/extconf.rb

Modified: head/graphics/mupdf/Makefile
==============================================================================
--- head/graphics/mupdf/Makefile	Thu May 29 20:14:26 2014	(r355742)
+++ head/graphics/mupdf/Makefile	Thu May 29 20:18:17 2014	(r355743)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 
 MAKE_ARGS+=	build=release prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man \
 		XCFLAGS=-I${LOCALBASE}/include
-USES=		pkgconfig gmake
+USES=		pkgconfig gmake zip
 USE_XORG=	x11 xext
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-source


More information about the svn-ports-head mailing list