From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 11:36:07 2013 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 ESMTP id E0C28A95; Mon, 4 Nov 2013 11:36:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 CC5652F78; Mon, 4 Nov 2013 11:36:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4Ba6WC044534; Mon, 4 Nov 2013 11:36:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA4Ba2eX044504; Mon, 4 Nov 2013 11:36:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311041136.rA4Ba2eX044504@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 4 Nov 2013 11:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332695 - in head: french/hyphen german/hyphen hungarian/hyphen polish/hyphen portuguese/hyphen russian/hyphen textproc/bg-hyphen textproc/da-hyphen textproc/el-hyphen textproc/es-hyphe... 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.14 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: Mon, 04 Nov 2013 11:36:07 -0000 Author: bapt Date: Mon Nov 4 11:36:02 2013 New Revision: 332695 URL: http://svnweb.freebsd.org/changeset/ports/332695 Log: Stagify Use bsdtar to extract Modified: head/french/hyphen/Makefile head/german/hyphen/Makefile head/hungarian/hyphen/Makefile head/polish/hyphen/Makefile head/portuguese/hyphen/Makefile head/russian/hyphen/Makefile head/textproc/bg-hyphen/Makefile head/textproc/da-hyphen/Makefile head/textproc/el-hyphen/Makefile head/textproc/es-hyphen/Makefile head/textproc/id-hyphen/Makefile head/textproc/is-hyphen/Makefile head/textproc/it-hyphen/Makefile head/textproc/lt-hyphen/Makefile head/textproc/nl-hyphen/Makefile head/textproc/ro-hyphen/Makefile head/textproc/sk-hyphen/Makefile head/textproc/sl-hyphen/Makefile head/textproc/sv-hyphen/Makefile head/ukrainian/hyphen/Makefile Modified: head/french/hyphen/Makefile ============================================================================== --- head/french/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/french/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -10,7 +10,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= French hyphenation rules -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/german/hyphen/Makefile ============================================================================== --- head/german/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/german/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -13,7 +13,7 @@ COMMENT= German hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -25,12 +25,11 @@ DEALIASES= de_AT de_BE de_CH de_LI de_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${STAGEDIR}${DATADIR}/ .for ALIAS in ${DEALIASES} - ${LN} -s hyph_de_DE.dic ${DATADIR}/hyph_${ALIAS}.dic + ${LN} -s hyph_de_DE.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic .endfor .include Modified: head/hungarian/hyphen/Makefile ============================================================================== --- head/hungarian/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/hungarian/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -13,16 +13,15 @@ COMMENT= Hungarian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${STAGEDIR}${DATADIR}/ .include Modified: head/polish/hyphen/Makefile ============================================================================== --- head/polish/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/polish/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -13,16 +13,15 @@ COMMENT= Polish hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${STAGEDIR}${DATADIR}/ .include Modified: head/portuguese/hyphen/Makefile ============================================================================== --- head/portuguese/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/portuguese/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -13,7 +13,7 @@ COMMENT= Portuguese hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -21,10 +21,9 @@ PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic %%DATADIR%%/hyph_pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${DATADIR}/ - ${LN} -s hyph_pt_PT.dic ${DATADIR}/hyph_pt_BR.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_pt_PT.dic ${STAGEDIR}${DATADIR}/hyph_pt_BR.dic .include Modified: head/russian/hyphen/Makefile ============================================================================== --- head/russian/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/russian/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -13,7 +13,7 @@ COMMENT= Russian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -21,10 +21,9 @@ PLIST_FILES= %%DATADIR%%/hyph_ru_RU.dic %%DATADIR%%/hyph_ru_UA.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${DATADIR}/ - ${LN} -s hyph_ru_RU.dic ${DATADIR}/hyph_ru_UA.dic + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${STAGEDIR}${DATADIR}/ + ${LN} -s hyph_ru_RU.dic ${STAGEDIR}${DATADIR}/hyph_ru_UA.dic .include Modified: head/textproc/bg-hyphen/Makefile ============================================================================== --- head/textproc/bg-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/bg-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -15,7 +15,7 @@ COMMENT= Bulgarian hyphenation rules LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes PLIST_FILES= %%DATADIR%%/hyph_bg_BG.dic Modified: head/textproc/da-hyphen/Makefile ============================================================================== --- head/textproc/da-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/da-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Danish hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/el-hyphen/Makefile ============================================================================== --- head/textproc/el-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/el-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Greek hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/es-hyphen/Makefile ============================================================================== --- head/textproc/es-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/es-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Spanish hyphenation rules -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/id-hyphen/Makefile ============================================================================== --- head/textproc/id-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/id-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Indonesian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/is-hyphen/Makefile ============================================================================== --- head/textproc/is-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/is-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Icelandic hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/it-hyphen/Makefile ============================================================================== --- head/textproc/it-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/it-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Italian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/lt-hyphen/Makefile ============================================================================== --- head/textproc/lt-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/lt-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Lithuanian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/nl-hyphen/Makefile ============================================================================== --- head/textproc/nl-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/nl-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Dutch hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/ro-hyphen/Makefile ============================================================================== --- head/textproc/ro-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/ro-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -15,7 +15,7 @@ COMMENT= Romanian hyphenation rules LICENSE= LGPL21 GPLv2 MPL LICENSE_COMB= dual -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/sk-hyphen/Makefile ============================================================================== --- head/textproc/sk-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/sk-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Slovak hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/sl-hyphen/Makefile ============================================================================== --- head/textproc/sl-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/sl-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Slovenian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/sv-hyphen/Makefile ============================================================================== --- head/textproc/sv-hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/textproc/sv-hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -14,7 +14,7 @@ COMMENT= Swedish hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/ukrainian/hyphen/Makefile ============================================================================== --- head/ukrainian/hyphen/Makefile Mon Nov 4 11:30:40 2013 (r332694) +++ head/ukrainian/hyphen/Makefile Mon Nov 4 11:36:02 2013 (r332695) @@ -13,16 +13,15 @@ COMMENT= Ukrainian hyphenation rules LICENSE= LGPL21 -USE_ZIP= yes +EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_uk_UA.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${STAGEDIR}${DATADIR}/ .include