From owner-svn-ports-head@freebsd.org Sat Oct 20 10:26:44 2018 Return-Path: Delivered-To: svn-ports-head@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 B35DBFCE33C; Sat, 20 Oct 2018 10:26:44 +0000 (UTC) (envelope-from thierry@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 5C68A88B17; Sat, 20 Oct 2018 10:26:44 +0000 (UTC) (envelope-from thierry@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 35D6F1CD2F; Sat, 20 Oct 2018 10:26:44 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KAQiBZ077745; Sat, 20 Oct 2018 10:26:44 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KAQhHN077740; Sat, 20 Oct 2018 10:26:43 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201810201026.w9KAQhHN077740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 20 Oct 2018 10:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482482 - head/x11-fonts/liberation-fonts-ttf X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/x11-fonts/liberation-fonts-ttf X-SVN-Commit-Revision: 482482 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 10:26:44 -0000 Author: thierry Date: Sat Oct 20 10:26:43 2018 New Revision: 482482 URL: https://svnweb.freebsd.org/changeset/ports/482482 Log: - Upstream switched to GitHub - Upgrade to 2.00.3 and build it. Modified: head/x11-fonts/liberation-fonts-ttf/Makefile head/x11-fonts/liberation-fonts-ttf/distinfo head/x11-fonts/liberation-fonts-ttf/pkg-plist Modified: head/x11-fonts/liberation-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/Makefile Sat Oct 20 10:19:29 2018 (r482481) +++ head/x11-fonts/liberation-fonts-ttf/Makefile Sat Oct 20 10:26:43 2018 (r482482) @@ -2,29 +2,40 @@ # $FreeBSD$ PORTNAME= liberation-fonts-ttf -PORTVERSION= 2.00.1 +PORTVERSION= 2.00.3 PORTEPOCH= 2 CATEGORIES= x11-fonts -MASTER_SITES= https://releases.pagure.org/liberation-fonts/ \ - LOCAL/thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts LICENSE= OFL11 -USES= fonts +BUILD_DEPENDS= fontforge:print/fontforge \ + fonttools-3.6:print/py-fonttools@py36 + +USE_GITHUB= yes +GH_ACCOUNT= liberationfonts +GH_PROJECT= liberation-fonts + +USES= fonts gmake python:3.3+,build USE_XORG= x11 +NO_ARCH= yes SUB_FILES= pkg-message +SCRIPT_F= scripts/setisFixedPitch-fonttools.py + FONTNAME= Liberation -INSTDAT= AUTHORS -NO_BUILD= yes +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} && \ - ${INSTALL_DATA} ${INSTDAT} *.ttf ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC}/${PORTNAME}-${PORTVERSION} && \ + ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR} .include Modified: head/x11-fonts/liberation-fonts-ttf/distinfo ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/distinfo Sat Oct 20 10:19:29 2018 (r482481) +++ head/x11-fonts/liberation-fonts-ttf/distinfo Sat Oct 20 10:26:43 2018 (r482482) @@ -1,2 +1,3 @@ -SHA256 (liberation-fonts-ttf-2.00.1.tar.gz) = 7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504 -SIZE (liberation-fonts-ttf-2.00.1.tar.gz) = 2285857 +TIMESTAMP = 1539961746 +SHA256 (liberationfonts-liberation-fonts-2.00.3_GH0.tar.gz) = 1c8ffe862f7e0883c88dfd5a19e896a301153a8c478cd84d50d10599f273d701 +SIZE (liberationfonts-liberation-fonts-2.00.3_GH0.tar.gz) = 4935828 Modified: head/x11-fonts/liberation-fonts-ttf/pkg-plist ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/pkg-plist Sat Oct 20 10:19:29 2018 (r482481) +++ head/x11-fonts/liberation-fonts-ttf/pkg-plist Sat Oct 20 10:26:43 2018 (r482482) @@ -1,4 +1,3 @@ -%%FONTSDIR%%/AUTHORS %%FONTSDIR%%/LiberationMono-Bold.ttf %%FONTSDIR%%/LiberationMono-BoldItalic.ttf %%FONTSDIR%%/LiberationMono-Italic.ttf