From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 01:55:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B28AD27; Fri, 20 Jun 2014 01:55:41 +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 7B67C2215; Fri, 20 Jun 2014 01:55:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5K1tfq4088524; Fri, 20 Jun 2014 01:55:41 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5K1teVD088519; Fri, 20 Jun 2014 01:55:40 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201406200155.s5K1teVD088519@svn.freebsd.org> From: Adam Weinberger Date: Fri, 20 Jun 2014 01:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358496 - in head: devel/pecl-intl math/calc sysutils/lsof sysutils/multitail www/lynx-current 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: Fri, 20 Jun 2014 01:55:41 -0000 Author: adamw Date: Fri Jun 20 01:55:40 2014 New Revision: 358496 URL: http://svnweb.freebsd.org/changeset/ports/358496 QAT: https://qat.redports.org/buildarchive/r358496/ Log: USES=tar:... Modified: head/devel/pecl-intl/Makefile head/math/calc/Makefile head/sysutils/lsof/Makefile head/sysutils/multitail/Makefile head/www/lynx-current/Makefile Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Fri Jun 20 01:51:36 2014 (r358495) +++ head/devel/pecl-intl/Makefile Fri Jun 20 01:55:40 2014 (r358496) @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org @@ -17,6 +16,7 @@ LICENSE= PHP301 LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Fri Jun 20 01:51:36 2014 (r358495) +++ head/math/calc/Makefile Fri Jun 20 01:55:40 2014 (r358496) @@ -9,8 +9,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Arbitrary precision calculator -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bz2 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Fri Jun 20 01:51:36 2014 (r358495) +++ head/sysutils/lsof/Makefile Fri Jun 20 01:55:40 2014 (r358496) @@ -34,10 +34,9 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} .endif -USE_BZIP2= yes HAS_CONFIGURE= yes -USES= shebangfix +USES= shebangfix tar:bz2 SHEBANG_FILES= scripts/sort_res.perl5 .include Modified: head/sysutils/multitail/Makefile ============================================================================== --- head/sysutils/multitail/Makefile Fri Jun 20 01:51:36 2014 (r358495) +++ head/sysutils/multitail/Makefile Fri Jun 20 01:55:40 2014 (r358496) @@ -6,7 +6,6 @@ PORTVERSION= 6.2.1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/multitail/ \ http://fossies.org/unix/privat/ -EXTRACT_SUFX= .tgz MAINTAINER= beat@FreeBSD.org COMMENT= Tail multiple files on console with ncurses @@ -14,7 +13,7 @@ COMMENT= Tail multiple files on console LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -USES= gmake +USES= gmake tar:tgz PLIST_FILES= bin/multitail etc/multitail.conf.sample \ man/man1/multitail.1.gz Modified: head/www/lynx-current/Makefile ============================================================================== --- head/www/lynx-current/Makefile Fri Jun 20 01:51:36 2014 (r358495) +++ head/www/lynx-current/Makefile Fri Jun 20 01:55:40 2014 (r358496) @@ -16,8 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/p.*//} -USE_BZIP2= yes -USES= iconv shebangfix +USES= iconv shebangfix tar:bz2 USE_OPENSSL= yes SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes