Date: Fri, 1 Feb 2019 13:04:31 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491806 - head/x11-fonts/comic-neue Message-ID: <201902011304.x11D4VXx036649@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Feb 1 13:04:31 2019 New Revision: 491806 URL: https://svnweb.freebsd.org/changeset/ports/491806 Log: x11-fonts/comic-neue: update to 2.4 While here, pet portlint, fix license PR: 235367 Submitted by: checo1705@secmail.pro Modified: head/x11-fonts/comic-neue/Makefile (contents, props changed) head/x11-fonts/comic-neue/distinfo (contents, props changed) Modified: head/x11-fonts/comic-neue/Makefile ============================================================================== --- head/x11-fonts/comic-neue/Makefile Fri Feb 1 12:56:24 2019 (r491805) +++ head/x11-fonts/comic-neue/Makefile Fri Feb 1 13:04:31 2019 (r491806) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= comic-neue -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= x11-fonts -MASTER_SITES= http://comicneue.com/ +MASTER_SITES= https://github.com/crozynski/comicneue/archive/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Free Comic Sans alternative -LICENSE= CC0-1.0 +LICENSE= OFL11 +LICENSE_FILE= ${WRKDIR}/comicneue-${PORTVERSION}/SIL-License.txt USES= fonts zip -NO_BUILD= yes -WRKSRC= ${WRKDIR}/OTF +NO_BUILD= yes +WRKSRC= ${WRKDIR}/comicneue-${PORTVERSION}/OTF do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/comic-neue/distinfo ============================================================================== --- head/x11-fonts/comic-neue/distinfo Fri Feb 1 12:56:24 2019 (r491805) +++ head/x11-fonts/comic-neue/distinfo Fri Feb 1 13:04:31 2019 (r491806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548991312 -SHA256 (comic-neue-2.3.zip) = f3a7500eb477d03a865249dd3fa5ecff516d12d11d5d8494c8164fd4ee842599 -SIZE (comic-neue-2.3.zip) = 2093174 +TIMESTAMP = 1549004515 +SHA256 (comic-neue-2.4.zip) = d97ecd8b4e00cce7c857a8b94c1e4f068ae01275ead3a8a3297051cf99c3389e +SIZE (comic-neue-2.4.zip) = 4711599
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902011304.x11D4VXx036649>