From owner-svn-ports-all@FreeBSD.ORG Fri Mar 7 16:59:10 2014 Return-Path: Delivered-To: svn-ports-all@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 09771150; Fri, 7 Mar 2014 16:59:10 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE21F69C; Fri, 7 Mar 2014 16:59:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s27Gx9U3045318; Fri, 7 Mar 2014 16:59:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s27Gx80C045306; Fri, 7 Mar 2014 16:59:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403071659.s27Gx80C045306@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 7 Mar 2014 16:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347408 - in head: finance/jgnash finance/prestashop finance/weberp french/belote french/hunspell french/hyphen french/mythes ftp/net2ftp ftp/phpwebftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 16:59:10 -0000 Author: bapt Date: Fri Mar 7 16:59:07 2014 New Revision: 347408 URL: http://svnweb.freebsd.org/changeset/ports/347408 QAT: https://qat.redports.org/buildarchive/r347408/ Log: Convert f* to USES=zip Modified: head/finance/jgnash/Makefile head/finance/prestashop/Makefile head/finance/weberp/Makefile head/french/belote/Makefile head/french/hunspell/Makefile head/french/hyphen/Makefile head/french/mythes/Makefile head/ftp/net2ftp/Makefile head/ftp/phpwebftp/Makefile Modified: head/finance/jgnash/Makefile ============================================================================== --- head/finance/jgnash/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/finance/jgnash/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -8,7 +8,7 @@ MASTER_SITES= SF/jgnash/Active%20Stable% DISTNAME= jgnash-${PORTVERSION}-bin MAINTAINER= decke@FreeBSD.org -COMMENT= A free personal finance manager +COMMENT= Free personal finance manager WRKSRC= ${WRKDIR}/jgnash-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} @@ -16,7 +16,7 @@ SUB_FILES= jgnash.desktop SUB_LIST= JAVA="${JAVA}" PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_VENDOR= openjdk Modified: head/finance/prestashop/Makefile ============================================================================== --- head/finance/prestashop/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/finance/prestashop/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open-Source e-Commerce Software for Web 2.0 -USE_ZIP= yes +USES= zip NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist Modified: head/finance/weberp/Makefile ============================================================================== --- head/finance/weberp/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/finance/weberp/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -12,7 +12,7 @@ COMMENT= An Open-Source Web-Based ERP Sy PORTSCOUT= skipv:3.12 -USE_ZIP= yes +USES= zip USE_PHP= mysql gettext USES= gettext WRKSRC= ${WRKDIR}/webERP${PORTVERSION} Modified: head/french/belote/Makefile ============================================================================== --- head/french/belote/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/french/belote/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -11,7 +11,7 @@ DISTNAME= belote MAINTAINER= ports@FreeBSD.org COMMENT= Un jeu de belote coinchée contre l'ordinateur ou en réseau -USE_ZIP= yes +USES= zip:zipinfo USE_JAVA= yes JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes Modified: head/french/hunspell/Makefile ============================================================================== --- head/french/hunspell/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/french/hunspell/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -6,12 +6,12 @@ CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} DISTNAME= hunspell-french-dictionaries-v${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Modern French hunspell dictionaries +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/french/hyphen/Makefile ============================================================================== --- head/french/hyphen/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/french/hyphen/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -6,12 +6,12 @@ CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} DISTNAME= hyph-fr-v${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= French hyphenation rules +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/french/mythes/Makefile ============================================================================== --- head/french/mythes/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/french/mythes/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -6,7 +6,6 @@ CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} DISTNAME= thesaurus-v${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -14,6 +13,7 @@ COMMENT= French thesaurus LICENSE= LGPL21 +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/ftp/net2ftp/Makefile ============================================================================== --- head/ftp/net2ftp/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/ftp/net2ftp/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= avk@vl.ru COMMENT= PHP scripts to work with ftp -USE_ZIP= YES +USES= zip NO_BUILD= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= ftp mysql pcre session zlib Modified: head/ftp/phpwebftp/Makefile ============================================================================== --- head/ftp/phpwebftp/Makefile Fri Mar 7 16:55:47 2014 (r347407) +++ head/ftp/phpwebftp/Makefile Fri Mar 7 16:59:07 2014 (r347408) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// MAINTAINER= acm@FreeBSD.org COMMENT= A set of PHP-scripts to manage FTP over the web -USE_ZIP= yes +USZS= zip NO_BUILD= yes USE_PHP= ftp PHPWEBFTPDIR?= www/${PORTNAME}