Date: Sun, 30 Aug 2020 07:14:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546998 - head/x11-fonts/ots Message-ID: <202008300714.07U7El9s008045@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 30 07:14:47 2020 New Revision: 546998 URL: https://svnweb.freebsd.org/changeset/ports/546998 Log: Use upstream release tarball Modified: head/x11-fonts/ots/Makefile head/x11-fonts/ots/distinfo Modified: head/x11-fonts/ots/Makefile ============================================================================== --- head/x11-fonts/ots/Makefile Sun Aug 30 07:14:42 2020 (r546997) +++ head/x11-fonts/ots/Makefile Sun Aug 30 07:14:47 2020 (r546998) @@ -3,8 +3,8 @@ PORTNAME= ots PORTVERSION= 8.0.0 -DISTVERSIONPREFIX= v CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/khaledhosny/ots/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenType Sanitizer @@ -18,13 +18,10 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ liblz4.so:archivers/liblz4 \ libwoff2dec.so:devel/woff2 -USES= compiler:c++11-lang meson pkgconfig shebangfix +USES= compiler:c++11-lang meson pkgconfig shebangfix tar:xz MESON_FALSE= debug MESON_TRUE= graphite - -GH_ACCOUNT= khaledhosny -USE_GITHUB= yes SHEBANG_FILES= tests/*.sh bash_CMD= ${SH} Modified: head/x11-fonts/ots/distinfo ============================================================================== --- head/x11-fonts/ots/distinfo Sun Aug 30 07:14:42 2020 (r546997) +++ head/x11-fonts/ots/distinfo Sun Aug 30 07:14:47 2020 (r546998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578125669 -SHA256 (khaledhosny-ots-v8.0.0_GH0.tar.gz) = ced587c1df08fe72d7d5080e3c43f07f80eabca7bde9b31d74a6158ee8be2690 -SIZE (khaledhosny-ots-v8.0.0_GH0.tar.gz) = 28644271 +TIMESTAMP = 1598647109 +SHA256 (ots-8.0.0.tar.xz) = 00aed968f88d492bc42e9ddb941bda9502267d54c51021ad071b51effaa0401a +SIZE (ots-8.0.0.tar.xz) = 58701500
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008300714.07U7El9s008045>