Date: Fri, 2 Jun 2017 14:53:52 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442380 - head/textproc/UCD Message-ID: <201706021453.v52Erq0T076550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Fri Jun 2 14:53:52 2017 New Revision: 442380 URL: https://svnweb.freebsd.org/changeset/ports/442380 Log: Gucharmap also needs the source zipfile. Reported by: kwm Modified: head/textproc/UCD/Makefile head/textproc/UCD/pkg-plist Modified: head/textproc/UCD/Makefile ============================================================================== --- head/textproc/UCD/Makefile Fri Jun 2 12:07:29 2017 (r442379) +++ head/textproc/UCD/Makefile Fri Jun 2 14:53:52 2017 (r442380) @@ -3,7 +3,7 @@ PORTNAME= UCD PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ @@ -44,6 +44,8 @@ do-install: .if ${PORT_OPTIONS:MHAN} (cd ${STAGEDIR}${DATADIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/Unihan.zip ${EXTRACT_AFTER_ARGS}) + # Gucharmap also needs this zipfile + ${INSTALL_DATA} ${_DISTDIR}/Unihan.zip ${STAGEDIR}${DATADIR} .endif .include <bsd.port.mk> Modified: head/textproc/UCD/pkg-plist ============================================================================== --- head/textproc/UCD/pkg-plist Fri Jun 2 12:07:29 2017 (r442379) +++ head/textproc/UCD/pkg-plist Fri Jun 2 14:53:52 2017 (r442380) @@ -46,6 +46,7 @@ %%HAN%%%%DATADIR%%/Unihan_RadicalStrokeCounts.txt %%HAN%%%%DATADIR%%/Unihan_Readings.txt %%HAN%%%%DATADIR%%/Unihan_Variants.txt +%%HAN%%%%DATADIR%%/Unihan.zip %%DATADIR%%/auxiliary/GraphemeBreakProperty.txt %%DATADIR%%/auxiliary/GraphemeBreakTest.html %%DATADIR%%/auxiliary/GraphemeBreakTest.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021453.v52Erq0T076550>