diff --git a/japanese/font-udev-gothic-nf/Makefile b/japanese/font-udev-gothic-nf/Makefile index 083e480b6165..b72a69ef4f9e 100644 --- a/japanese/font-udev-gothic-nf/Makefile +++ b/japanese/font-udev-gothic-nf/Makefile @@ -1,55 +1,55 @@ PORTNAME= udev-gothic-nf -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/udev-gothic/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ja-font- DISTNAME= UDEVGothic_NF_v${DISTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= UDEV Gothic (Nerd Fonts) WWW= https://github.com/yuru7/udev-gothic LICENSE= OFL11 USES= fonts:fc zip NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_MULTI= FONT_FAMILY OPTIONS_MULTI_FONT_FAMILY= UDEV_GOTHIC_NF UDEV_GOTHIC_NFLG \ UDEV_GOTHIC_35NF UDEV_GOTHIC_35NFLG OPTIONS_DEFAULT= UDEV_GOTHIC_NF UDEV_GOTHIC_NFLG \ UDEV_GOTHIC_35NF UDEV_GOTHIC_35NFLG UDEV_GOTHIC_NF_DESC= UDEVGothicNF UDEV_GOTHIC_NFLG_DESC= UDEVGothicNFLG UDEV_GOTHIC_35NF_DESC= UDEVGothic35NF UDEV_GOTHIC_35NFLG_DESC= UDEVGothic35NFLG .include .if ${PORT_OPTIONS:MUDEV_GOTHIC_NF} FONT_FAMILY+= UDEVGothicNF .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_NFLG} FONT_FAMILY+= UDEVGothicNFLG .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35NF} FONT_FAMILY+= UDEVGothic35NF .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35NFLG} FONT_FAMILY+= UDEVGothic35NFLG .endif do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for FAMILY in ${FONT_FAMILY} . for STYLE in Bold BoldItalic Italic Regular ${INSTALL_DATA} ${WRKSRC}/${FAMILY}-${STYLE}.ttf \ ${STAGEDIR}${FONTSDIR} @${ECHO_CMD} ${FONTSDIR}/${FAMILY}-${STYLE}.ttf >> ${TMPPLIST} . endfor .endfor .include diff --git a/japanese/font-udev-gothic-nf/distinfo b/japanese/font-udev-gothic-nf/distinfo index 0aadb287b350..b554a7b0a7c1 100644 --- a/japanese/font-udev-gothic-nf/distinfo +++ b/japanese/font-udev-gothic-nf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682335382 -SHA256 (UDEVGothic_NF_v1.2.1.zip) = 5b65e4b0d45ef2f928c2b7a76c2c50aede1f581dbbb9f2f5e9af1533fa939ad0 -SIZE (UDEVGothic_NF_v1.2.1.zip) = 49531687 +TIMESTAMP = 1687434567 +SHA256 (UDEVGothic_NF_v1.3.0.zip) = d87e026e2002a3e4099b7183de9245d45230dfe7393ed597bcd9f5681c1ab029 +SIZE (UDEVGothic_NF_v1.3.0.zip) = 58028667 diff --git a/japanese/font-udev-gothic/Makefile b/japanese/font-udev-gothic/Makefile index 102b511bde02..457657d072b9 100644 --- a/japanese/font-udev-gothic/Makefile +++ b/japanese/font-udev-gothic/Makefile @@ -1,65 +1,65 @@ PORTNAME= udev-gothic -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/udev-gothic/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ja-font- DISTNAME= UDEVGothic_v${DISTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= UDEV Gothic WWW= https://github.com/yuru7/udev-gothic LICENSE= OFL11 USES= fonts:fc zip NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_MULTI= FONT_FAMILY OPTIONS_MULTI_FONT_FAMILY= UDEV_GOTHIC UDEV_GOTHIC_JPDOC UDEV_GOTHIC_LG \ UDEV_GOTHIC_35 UDEV_GOTHIC_35JPDOC \ UDEV_GOTHIC_35LG OPTIONS_DEFAULT= UDEV_GOTHIC UDEV_GOTHIC_JPDOC UDEV_GOTHIC_LG \ UDEV_GOTHIC_35 UDEV_GOTHIC_35JPDOC \ UDEV_GOTHIC_35LG UDEV_GOTHIC_DESC= UDEVGothicNF UDEV_GOTHIC_JPDOC_DESC= UDEVGothicJPDOC UDEV_GOTHIC_LG_DESC= UDEVGothicLG UDEV_GOTHIC_35_DESC= UDEVGothic35 UDEV_GOTHIC_35JPDOC_DESC= UDEVGothic35JPDOC UDEV_GOTHIC_35LG_DESC= UDEVGothic35LG .include .if ${PORT_OPTIONS:MUDEV_GOTHIC} FONT_FAMILY+= UDEVGothic .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_JPDOC} FONT_FAMILY+= UDEVGothicJPDOC .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_LG} FONT_FAMILY+= UDEVGothicLG .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35} FONT_FAMILY+= UDEVGothic35 .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35JPDOC} FONT_FAMILY+= UDEVGothic35JPDOC .endif .if ${PORT_OPTIONS:MUDEV_GOTHIC_35LG} FONT_FAMILY+= UDEVGothic35LG .endif do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for FAMILY in ${FONT_FAMILY} . for STYLE in Bold BoldItalic Italic Regular ${INSTALL_DATA} ${WRKSRC}/${FAMILY}-${STYLE}.ttf \ ${STAGEDIR}${FONTSDIR} @${ECHO_CMD} ${FONTSDIR}/${FAMILY}-${STYLE}.ttf >> ${TMPPLIST} . endfor .endfor .include diff --git a/japanese/font-udev-gothic/distinfo b/japanese/font-udev-gothic/distinfo index 86e43f28fe54..7e02313ef69a 100644 --- a/japanese/font-udev-gothic/distinfo +++ b/japanese/font-udev-gothic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682335300 -SHA256 (UDEVGothic_v1.2.1.zip) = 27ce8efce29c05142e75684ab1eb62902f920358cfb47638c53ebf41b1f19c30 -SIZE (UDEVGothic_v1.2.1.zip) = 61977737 +TIMESTAMP = 1687434532 +SHA256 (UDEVGothic_v1.3.0.zip) = 48df20fb8777cde8a032b02639fafd243e59bf2afc9ae0b47a97a76f78477c92 +SIZE (UDEVGothic_v1.3.0.zip) = 61977795