Friendly ping.
On Fri, Jul 07, 2023 at 09:47:45PM +0800, Kevin Lo wrote:
>
> A trivial update to zh-iansui.
> ok?
>
> Index: fonts/zh-iansui/Makefile
> ===================================================================
> RCS file: /cvs/ports/fonts/zh-iansui/Makefile,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 Makefile
> --- fonts/zh-iansui/Makefile 7 May 2022 13:31:36 -0000 1.4
> +++ fonts/zh-iansui/Makefile 7 Jul 2023 13:38:17 -0000
> @@ -1,6 +1,6 @@
> COMMENT = Chinese truetype font derived from Klee One
>
> -V = 0.943
> +V = 1.000
> PKGNAME = zh-iansui-${V}
>
> GH_ACCOUNT = ButTaiwan
> @@ -20,10 +20,11 @@ NO_BUILD = Yes
> NO_TEST = Yes
>
> FONTDIR = ${PREFIX}/share/fonts/iansui
> +DOCDIR = ${PREFIX}/share/doc/iansui
>
> do-install:
> - ${INSTALL_DATA_DIR} ${FONTDIR}
> - ${INSTALL_DATA} ${WRKSRC}/Iansui${V:S/.//:C/.$//}-Regular.ttf \
> - ${FONTDIR}/Iansui-Regular.ttf
> + ${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR}
> + ${INSTALL_DATA} ${WRKSRC}/Iansui-Regular.ttf ${FONTDIR}
> + ${INSTALL_DATA} ${WRKSRC}/{README.md,OFL.txt} ${DOCDIR}
>
> .include <bsd.port.mk>
> Index: fonts/zh-iansui/distinfo
> ===================================================================
> RCS file: /cvs/ports/fonts/zh-iansui/distinfo,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 distinfo
> --- fonts/zh-iansui/distinfo 7 May 2022 13:31:36 -0000 1.3
> +++ fonts/zh-iansui/distinfo 7 Jul 2023 13:38:17 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (iansui-0.943.tar.gz) = Unb7KH2p/Or1kxl52wt6aGclALAgmmyJCGiXG/n/CEQ=
> -SIZE (iansui-0.943.tar.gz) = 6206740
> +SHA256 (iansui-1.000.tar.gz) = 69INAxXV8EcFkIDqmI7/h7aCZzZupo6BbjB18L2gT1I=
> +SIZE (iansui-1.000.tar.gz) = 9740773
> Index: fonts/zh-iansui/pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/fonts/zh-iansui/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 PLIST
> --- fonts/zh-iansui/pkg/PLIST 11 Mar 2022 19:00:28 -0000 1.2
> +++ fonts/zh-iansui/pkg/PLIST 7 Jul 2023 13:38:17 -0000
> @@ -1,4 +1,7 @@
> @pkgpath chinese/iansui
> +share/doc/iansui/
> +share/doc/iansui/OFL.txt
> +share/doc/iansui/README.md
> share/fonts/
> @fontdir share/fonts/iansui/
> share/fonts/iansui/Iansui-Regular.ttf
>