svn commit: r347780 - in head/russian: hunspell hyphen mythes xcode

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 10 16:50:47 UTC 2014


Author: bapt
Date: Mon Mar 10 16:50:46 2014
New Revision: 347780
URL: http://svnweb.freebsd.org/changeset/ports/347780
QAT: https://qat.redports.org/buildarchive/r347780/

Log:
  Convert r* to USES=zip

Modified:
  head/russian/hunspell/Makefile
  head/russian/hyphen/Makefile
  head/russian/mythes/Makefile
  head/russian/xcode/Makefile

Modified: head/russian/hunspell/Makefile
==============================================================================
--- head/russian/hunspell/Makefile	Mon Mar 10 16:45:37 2014	(r347779)
+++ head/russian/hunspell/Makefile	Mon Mar 10 16:50:46 2014	(r347780)
@@ -5,7 +5,6 @@ PORTVERSION=	20131101
 CATEGORIES=	russian textproc
 MASTER_SITES=	http://cdn.bitbucket.org/Shaman_Alex/russian-dictionary-hunspell/downloads/
 DISTNAME=	ru_RU_UTF-8_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office at FreeBSD.org
@@ -13,6 +12,7 @@ COMMENT=	Russian hunspell dictionaries
 
 LICENSE=	LGPL3
 
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 PROJECTHOST=	hunspell-ru

Modified: head/russian/hyphen/Makefile
==============================================================================
--- head/russian/hyphen/Makefile	Mon Mar 10 16:45:37 2014	(r347779)
+++ head/russian/hyphen/Makefile	Mon Mar 10 16:50:46 2014	(r347780)
@@ -13,7 +13,7 @@ COMMENT=	Russian hyphenation rules
 
 LICENSE=	LGPL21
 
-EXTRACT_SUFX=	.zip
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/russian/mythes/Makefile
==============================================================================
--- head/russian/mythes/Makefile	Mon Mar 10 16:45:37 2014	(r347779)
+++ head/russian/mythes/Makefile	Mon Mar 10 16:50:46 2014	(r347780)
@@ -13,7 +13,7 @@ COMMENT=	Russian thesaurus
 
 LICENSE=	LGPL21
 
-EXTRACT_SUFX=	.zip
+USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/russian/xcode/Makefile
==============================================================================
--- head/russian/xcode/Makefile	Mon Mar 10 16:45:37 2014	(r347779)
+++ head/russian/xcode/Makefile	Mon Mar 10 16:50:46 2014	(r347780)
@@ -11,8 +11,8 @@ DISTNAME=	xcodesrc
 MAINTAINER=	pankov_p at mail.ru
 COMMENT=	A program for converting Russian encodings with care to letter YO
 
+USES=		zip
 PLIST_FILES=	bin/xcode
-USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 ALL_TARGET=	xcode


More information about the svn-ports-all mailing list