Date: Tue, 6 Apr 2021 13:27:08 GMT From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cbb4ed3b9d5b - main - x11-fonts/raleway: Update to 4.101 Message-ID: <202104061327.136DR8ml015570@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbb4ed3b9d5b37d3007e0d554289bb34725273fa commit cbb4ed3b9d5b37d3007e0d554289bb34725273fa Author: Fernando ApesteguÃa <fernape@FreeBSD.org> AuthorDate: 2021-04-06 11:33:50 +0000 Commit: Fernando ApesteguÃa <fernape@FreeBSD.org> CommitDate: 2021-04-06 13:23:26 +0000 x11-fonts/raleway: Update to 4.101 ChangeLog: https://github.com/theleagueof/raleway/releases/tag/4.101 PR: 252392 Submitted by: flo@snakeoilproductions.net (maintainer) --- x11-fonts/raleway/Makefile | 20 +++++++++++--------- x11-fonts/raleway/distinfo | 6 +++--- x11-fonts/raleway/pkg-plist | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+), 12 deletions(-) diff --git a/x11-fonts/raleway/Makefile b/x11-fonts/raleway/Makefile index 15d24470a9f9..ea25b3529b8b 100644 --- a/x11-fonts/raleway/Makefile +++ b/x11-fonts/raleway/Makefile @@ -2,28 +2,30 @@ # $FreeBSD$ PORTNAME= raleway -DISTVERSION= g20140205 -PORTREVISION= 1 +DISTVERSION= 4.101 CATEGORIES= x11-fonts +# The .otf files are no longer comitted to the repository, +# so we need to fetch a release tarball. This is not supported +# by the current implementation of USE_GITHUB, so we overwrite +# the master site here. +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSION}/ +DISTNAME= Raleway-${DISTVERSION} MAINTAINER= flo@snakeoilproductions.net COMMENT= Elegant sans-serif font, designed in a single thin weight LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown +LICENSE_FILE= ${WRKSRC}/OFL.md -USES= fonts -USE_GITHUB= yes +USES= fonts tar:xz +USE_GITHUB= nodefault GH_ACCOUNT= theleagueof -GH_TAGNAME= 15dd22b NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= ${FONTSDIR}/"Raleway Thin.otf" - do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/"Raleway Thin.otf" ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/static/OTF/*.otf ${STAGEDIR}${FONTSDIR} .include <bsd.port.mk> diff --git a/x11-fonts/raleway/distinfo b/x11-fonts/raleway/distinfo index d919d1f9b80d..72ccb3988e4e 100644 --- a/x11-fonts/raleway/distinfo +++ b/x11-fonts/raleway/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535659856 -SHA256 (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 3be4c6bfeb74a3832bebbd20f641bc3325365ca85958b4577f4fa7fd7f5b479d -SIZE (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 1204619 +TIMESTAMP = 1609706198 +SHA256 (Raleway-4.101.tar.xz) = 523070d32418b4223e79f4629bf28b935723906d156d2e6af016e6a34fe6d3eb +SIZE (Raleway-4.101.tar.xz) = 4558580 diff --git a/x11-fonts/raleway/pkg-plist b/x11-fonts/raleway/pkg-plist new file mode 100644 index 000000000000..7dd7d1650e17 --- /dev/null +++ b/x11-fonts/raleway/pkg-plist @@ -0,0 +1,18 @@ +%%FONTSDIR%%/Raleway-Italic.otf +%%FONTSDIR%%/Raleway-Light.otf +%%FONTSDIR%%/Raleway-SemiBoldItalic.otf +%%FONTSDIR%%/Raleway-Bold.otf +%%FONTSDIR%%/Raleway-BlackItalic.otf +%%FONTSDIR%%/Raleway-Medium.otf +%%FONTSDIR%%/Raleway-Thin.otf +%%FONTSDIR%%/Raleway-SemiBold.otf +%%FONTSDIR%%/Raleway-ThinItalic.otf +%%FONTSDIR%%/Raleway-MediumItalic.otf +%%FONTSDIR%%/Raleway-LightItalic.otf +%%FONTSDIR%%/Raleway-ExtraBold.otf +%%FONTSDIR%%/Raleway-Regular.otf +%%FONTSDIR%%/Raleway-ExtraLightItalic.otf +%%FONTSDIR%%/Raleway-ExtraLight.otf +%%FONTSDIR%%/Raleway-BoldItalic.otf +%%FONTSDIR%%/Raleway-Black.otf +%%FONTSDIR%%/Raleway-ExtraBoldItalic.otf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061327.136DR8ml015570>