Date: Thu, 29 May 2014 20:18:18 +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: r355743 - in head: archivers/ruby-lha graphics/mupdf Message-ID: <201405292018.s4TKIIJW095546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405292018.s4TKIIJW095546>