Date: Sat, 20 Oct 2018 15:30:29 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> 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 Message-ID: <201810201530.w9KFUT6H040736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201530.w9KFUT6H040736>