From owner-svn-ports-head@FreeBSD.ORG Thu May 29 20:18:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8578CF79; Thu, 29 May 2014 20:18:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 734102360; Thu, 29 May 2014 20:18:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TKIIg8095548; Thu, 29 May 2014 20:18:18 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TKIIJW095546; Thu, 29 May 2014 20:18:18 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405292018.s4TKIIJW095546@svn.freebsd.org> From: John Marino Date: Thu, 29 May 2014 20:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355743 - in head: archivers/ruby-lha graphics/mupdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 20:18:18 -0000 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@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