George Rosamond:
> portroach seems to have missed the jump from 0.7.8 to 1.001, which also
> simplifies the Makefile a bit. https only works for sourceforge.net but
> not subdomains.
> 

ping.

> Index: junicode//Makefile
> ===================================================================
> RCS file: /cvs/ports/fonts/junicode/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- junicode//Makefile        25 Sep 2015 12:50:08 -0000      1.2
> +++ junicode//Makefile        13 Feb 2018 20:16:32 -0000
> @@ -3,9 +3,7 @@
>  PKG_ARCH =           *
> 
>  COMMENT =            advanced Unicode font for medievalists
> -DISTNAME =           junicode-0-7-8
> -PKGNAME =            junicode-0.7.8
> -REVISION =           0
> +DISTNAME =           junicode-1.001
>  EXTRACT_SUFX =               .zip
>  CATEGORIES =         fonts
> 
> @@ -20,14 +18,12 @@ MASTER_SITES =            ${MASTER_SITE_SOURCEFORG
>  NO_BUILD =           Yes
>  NO_TEST =            Yes
> 
> -WRKDIST =            ${WRKDIR}/junicode
>  FONTDIR =            ${PREFIX}/share/fonts/junicode
>  DOCDIR =             ${PREFIX}/share/doc/junicode
> 
>  do-install:
>       ${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR}
> -     ${INSTALL_DATA} ${WRKDIST}/fonts/*.ttf ${FONTDIR}
> -     ${INSTALL_DATA} ${WRKDIST}/doc/* ${DOCDIR}
> -     ${INSTALL_DATA} ${WRKDIST}/util/* ${DOCDIR}
> +     ${INSTALL_DATA} ${WRKDIR}/*.ttf ${FONTDIR}
> +     ${INSTALL_DATA} ${WRKDIR}/doc/* ${DOCDIR}
> 
>  .include <bsd.port.mk>
> Index: junicode//distinfo
> ===================================================================
> RCS file: /cvs/ports/fonts/junicode/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- junicode//distinfo        28 Aug 2015 17:51:18 -0000      1.1.1.1
> +++ junicode//distinfo        13 Feb 2018 20:16:32 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (junicode-0-7-8.zip) = dCfDKpOD3RzkhdIC9HZ7O6p51Orjp0uP8qEMLYqE89E=
> -SIZE (junicode-0-7-8.zip) = 1640500
> +SHA256 (junicode-1.001.zip) = ZBKCKWeND+GubyiXUzkyARr3383uuk0RSORajG5DmVM=
> +SIZE (junicode-1.001.zip) = 1463324
> Index: junicode//pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/fonts/junicode/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 PLIST
> --- junicode//pkg/PLIST       28 Aug 2015 17:51:18 -0000      1.1.1.1
> +++ junicode//pkg/PLIST       13 Feb 2018 20:16:32 -0000
> @@ -1,14 +1,11 @@
>  @comment $OpenBSD: PLIST,v 1.1.1.1 2015/08/28 17:51:18 jca Exp $
>  share/doc/junicode/
>  share/doc/junicode/Junicode.pdf
> -share/doc/junicode/Junicode.tex
>  share/doc/junicode/aelfric_job.pdf
> -share/doc/junicode/aelfric_job.tex
>  share/doc/junicode/homer_sample.pdf
> -share/doc/junicode/homer_sample.tex
> -share/doc/junicode/mt-Junicode.cfg
>  share/fonts/
>  @fontdir share/fonts/junicode/
> +share/fonts/junicode/FoulisGreek.ttf
>  share/fonts/junicode/Junicode-Bold.ttf
>  share/fonts/junicode/Junicode-BoldItalic.ttf
>  share/fonts/junicode/Junicode-Italic.ttf
> 
> 

Reply via email to