From owner-svn-ports-all@freebsd.org Sat Oct 20 15:30:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2726FE9445; Sat, 20 Oct 2018 15:30:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 867CE75C57; Sat, 20 Oct 2018 15:30:29 +0000 (UTC) (envelope-from tobik@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 7D4B81FD3F; Sat, 20 Oct 2018 15:30:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KFUTTN040738; Sat, 20 Oct 2018 15:30:29 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KFUT6H040736; Sat, 20 Oct 2018 15:30:29 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810201530.w9KFUT6H040736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 20 Oct 2018 15:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482561 - head/x11-fonts/liberation-fonts-ttf X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/liberation-fonts-ttf X-SVN-Commit-Revision: 482561 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.29 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, 20 Oct 2018 15:30:30 -0000 Author: tobik Date: Sat Oct 20 15:30:28 2018 New Revision: 482561 URL: https://svnweb.freebsd.org/changeset/ports/482561 Log: x11-fonts/liberation-fonts-ttf: Use release tarball with pregenerated fonts This removes all build dependencies again. Approved by: thierry (maintainer) Modified: head/x11-fonts/liberation-fonts-ttf/Makefile head/x11-fonts/liberation-fonts-ttf/distinfo Modified: head/x11-fonts/liberation-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/Makefile Sat Oct 20 15:26:26 2018 (r482560) +++ head/x11-fonts/liberation-fonts-ttf/Makefile Sat Oct 20 15:30:28 2018 (r482561) @@ -5,37 +5,23 @@ PORTNAME= liberation-fonts-ttf PORTVERSION= 2.00.3 PORTEPOCH= 2 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/liberationfonts/liberation-fonts/files/2012634/ MAINTAINER= thierry@FreeBSD.org COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts LICENSE= OFL11 -BUILD_DEPENDS= fontforge:print/fontforge \ - fonttools-3.6:print/py-fonttools@py36 +USES= fonts -USE_GITHUB= yes -GH_ACCOUNT= liberationfonts -GH_PROJECT= liberation-fonts - -USES= fonts gmake python:3.3+,build -USE_XORG= x11 - NO_ARCH= yes +NO_BUILD= yes SUB_FILES= pkg-message -SCRIPT_F= scripts/setisFixedPitch-fonttools.py - FONTNAME= Liberation -pre-configure: - ${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/${MAKEFILE} - ${REINPLACE_CMD} -e 's|/usr/bin/python3| ${PYTHON_CMD}|' \ - ${WRKSRC}/${SCRIPT_F} - do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKSRC}/${PORTNAME}-${PORTVERSION} && \ - ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} .include Modified: head/x11-fonts/liberation-fonts-ttf/distinfo ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/distinfo Sat Oct 20 15:26:26 2018 (r482560) +++ head/x11-fonts/liberation-fonts-ttf/distinfo Sat Oct 20 15:30:28 2018 (r482561) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539961746 -SHA256 (liberationfonts-liberation-fonts-2.00.3_GH0.tar.gz) = 1c8ffe862f7e0883c88dfd5a19e896a301153a8c478cd84d50d10599f273d701 -SIZE (liberationfonts-liberation-fonts-2.00.3_GH0.tar.gz) = 4935828 +TIMESTAMP = 1540043529 +SHA256 (liberation-fonts-ttf-2.00.3.tar.gz) = e8855888cfccefec2d9bb80775624fdab8c7ef2876dbed94c56feb3131813132 +SIZE (liberation-fonts-ttf-2.00.3.tar.gz) = 2351899