svn commit: r347408 - in head: finance/jgnash finance/prestashop finance/weberp french/belote french/hunspell french/hyphen french/mythes ftp/net2ftp ftp/phpwebftp
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 7 16:59:10 UTC 2014
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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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}
More information about the svn-ports-head
mailing list