diff --git a/japanese/font-udev-gothic-nf/Makefile b/japanese/font-udev-gothic-nf/Makefile index d91ae97347e0..074109420f1d 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.1.0 +PORTVERSION= 1.2.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 01cb07e3f3a0..9d489be9fd74 100644 --- a/japanese/font-udev-gothic-nf/distinfo +++ b/japanese/font-udev-gothic-nf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672537634 -SHA256 (UDEVGothic_NF_v1.1.0.zip) = 13763a5d7d0cf2a025740b910820933af745a1734baf730c910fad82ffa85178 -SIZE (UDEVGothic_NF_v1.1.0.zip) = 49081858 +TIMESTAMP = 1681224833 +SHA256 (UDEVGothic_NF_v1.2.0.zip) = ce74ce77e993d9ce616a4a5a35c7e5e0e06e75c883e98d2cae8d8191008e10c2 +SIZE (UDEVGothic_NF_v1.2.0.zip) = 49530843 diff --git a/japanese/font-udev-gothic/Makefile b/japanese/font-udev-gothic/Makefile index b7085082c570..aa02c19c2d9a 100644 --- a/japanese/font-udev-gothic/Makefile +++ b/japanese/font-udev-gothic/Makefile @@ -1,65 +1,65 @@ PORTNAME= udev-gothic -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.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 cbd039673e49..e4d71406d9ad 100644 --- a/japanese/font-udev-gothic/distinfo +++ b/japanese/font-udev-gothic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672537600 -SHA256 (UDEVGothic_v1.1.0.zip) = 959f4a687ce960ba8f67ce323843c119373a923c1b6216c944bf34c8a641536e -SIZE (UDEVGothic_v1.1.0.zip) = 61329299 +TIMESTAMP = 1681224719 +SHA256 (UDEVGothic_v1.2.0.zip) = 565b021d9268d9f10e88628799b4b4c2637e19605902c74d28689f5fbcdfe64d +SIZE (UDEVGothic_v1.2.0.zip) = 61976017