From owner-svn-ports-all@FreeBSD.ORG Mon Mar 10 17:30:10 2014 Return-Path: Delivered-To: svn-ports-all@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 452A8B53; Mon, 10 Mar 2014 17:30: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 260A96EC; Mon, 10 Mar 2014 17:30:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AHUAl6064857; Mon, 10 Mar 2014 17:30:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2AHU8ew064847; Mon, 10 Mar 2014 17:30:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403101730.s2AHU8ew064847@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 10 Mar 2014 17:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347787 - in head: ukrainian/hyphen ukrainian/monacofonts vietnamese/hunspell vietnamese/unicode-uhoai vietnamese/vietunicode-hannom vietnamese/vietunicode-trichlor vietnamese/vietunico... 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: Mon, 10 Mar 2014 17:30:10 -0000 Author: bapt Date: Mon Mar 10 17:30:07 2014 New Revision: 347787 URL: http://svnweb.freebsd.org/changeset/ports/347787 QAT: https://qat.redports.org/buildarchive/r347787/ Log: Convert u* and v* to USES=zip Modified: head/ukrainian/hyphen/Makefile head/ukrainian/monacofonts/Makefile head/vietnamese/hunspell/Makefile head/vietnamese/unicode-uhoai/Makefile head/vietnamese/vietunicode-hannom/Makefile head/vietnamese/vietunicode-trichlor/Makefile head/vietnamese/vietunicode-web1/Makefile head/vietnamese/vis2u/Makefile head/vietnamese/vntex/Makefile Modified: head/ukrainian/hyphen/Makefile ============================================================================== --- head/ukrainian/hyphen/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/ukrainian/hyphen/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -13,7 +13,7 @@ COMMENT= Ukrainian hyphenation rules LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/ukrainian/monacofonts/Makefile ============================================================================== --- head/ukrainian/monacofonts/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/ukrainian/monacofonts/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -17,7 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_ZIP= yes +USES= zip WRKSRC= ${WRKDIR}/Monaco.bdf Modified: head/vietnamese/hunspell/Makefile ============================================================================== --- head/vietnamese/hunspell/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/hunspell/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Vietnamese hunspell dictionaries -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes PROJECTHOST= hunspell-spellcheck-vi Modified: head/vietnamese/unicode-uhoai/Makefile ============================================================================== --- head/vietnamese/unicode-uhoai/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/unicode-uhoai/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -13,7 +13,7 @@ DISTNAME= uhoaiw21 MAINTAINER= obrien@FreeBSD.org COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes NO_BUILD= taken care of in do-install target Modified: head/vietnamese/vietunicode-hannom/Makefile ============================================================================== --- head/vietnamese/vietunicode-hannom/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/vietunicode-hannom/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -11,7 +11,7 @@ DISTNAME= hannom MAINTAINER= ports@FreeBSD.org COMMENT= UNICODE Han Nom Font Set -USE_ZIP= yes +USES= zip DIST_SUBDIR= VietUnicode NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/vietnamese/vietunicode-trichlor/Makefile ============================================================================== --- head/vietnamese/vietunicode-trichlor/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/vietunicode-trichlor/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -11,7 +11,7 @@ DISTNAME= VietFonts_TriChlor_ttf MAINTAINER= ports@FreeBSD.org COMMENT= 100% Viet Unicode compatible -USE_ZIP= yes +USES= zip DIST_SUBDIR= VietUnicode NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/vietnamese/vietunicode-web1/Makefile ============================================================================== --- head/vietnamese/vietunicode-web1/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/vietunicode-web1/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -11,7 +11,7 @@ DISTNAME= VietFontsWeb1_ttf MAINTAINER= ports@FreeBSD.org COMMENT= 100% Viet Unicode & Viet Phan/Pali-Sanskrit compatible -USE_ZIP= yes +USES= zip DIST_SUBDIR= VietUnicode NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/vietnamese/vis2u/Makefile ============================================================================== --- head/vietnamese/vis2u/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/vis2u/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// MAINTAINER= obrien@FreeBSD.org COMMENT= VISCII->Unicode conversion -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes do-build: Modified: head/vietnamese/vntex/Makefile ============================================================================== --- head/vietnamese/vntex/Makefile Mon Mar 10 17:25:25 2014 (r347786) +++ head/vietnamese/vntex/Makefile Mon Mar 10 17:30:07 2014 (r347787) @@ -11,7 +11,7 @@ DISTNAME= vntex MAINTAINER= obrien@FreeBSD.org COMMENT= teTeX Vietnamese language + font support -USE_ZIP= yes +USES= zip USE_TEX= tex NO_BUILD= yes