From owner-svn-ports-all@freebsd.org Sat Sep 26 14:19:16 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E5633FFA4F; Sat, 26 Sep 2020 14:19:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bz9rh2CBfz4dbn; Sat, 26 Sep 2020 14:19:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FAD425420; Sat, 26 Sep 2020 14:19:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08QEJGUI051905; Sat, 26 Sep 2020 14:19:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08QEJFS3051904; Sat, 26 Sep 2020 14:19:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202009261419.08QEJFS3051904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 26 Sep 2020 14:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550188 - head/print/harfbuzz X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/print/harfbuzz X-SVN-Commit-Revision: 550188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2020 14:19:16 -0000 Author: tcberner Date: Sat Sep 26 14:19:15 2020 New Revision: 550188 URL: https://svnweb.freebsd.org/changeset/ports/550188 Log: print/harfbuzz: switch to release tarball Switch back to release archive as upstream now provides one, this also reduces file size significantly. There are minor differences in the tarballs. Bump revision to ensure consistency. PR: 249498 Submitted by: daniel.engberg.lists@pyret.net Modified: head/print/harfbuzz/Makefile head/print/harfbuzz/distinfo Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Sat Sep 26 14:16:24 2020 (r550187) +++ head/print/harfbuzz/Makefile Sat Sep 26 14:19:15 2020 (r550188) @@ -3,8 +3,9 @@ PORTNAME= harfbuzz DISTVERSION= 2.7.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= print +MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ MAINTAINER= desktop@FreeBSD.org COMMENT?= OpenType text shaping engine @@ -16,11 +17,11 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 USES= compiler:c++11-lib gnome meson \ - pkgconfig python:build shebangfix -USE_GITHUB= yes + pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes SHEBANG_GLOB= *.py + MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ -Dfreetype=enabled -Dbenchmark=disabled Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Sat Sep 26 14:16:24 2020 (r550187) +++ head/print/harfbuzz/distinfo Sat Sep 26 14:19:15 2020 (r550188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598654382 -SHA256 (harfbuzz-harfbuzz-2.7.2_GH0.tar.gz) = 8ec112ee108642477478b75fc7906422abed404d7530e47ba0a4875f553f1b59 -SIZE (harfbuzz-harfbuzz-2.7.2_GH0.tar.gz) = 16605557 +TIMESTAMP = 1600671280 +SHA256 (harfbuzz-2.7.2.tar.xz) = b8c048d7c2964a12f2c80deb6634dfc836b603dd12bf0d0a3df1627698e220ce +SIZE (harfbuzz-2.7.2.tar.xz) = 9290416