Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2022 07:52:13 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ccfcf19db869 - main - x11-fonts/comic-neue: Use upstream release archive
Message-ID:  <202201190752.20J7qDCt087928@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccfcf19db869925b0eb7841ded214ca16c89b275

commit ccfcf19db869925b0eb7841ded214ca16c89b275
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-19 07:25:27 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-01-19 07:52:05 +0000

    x11-fonts/comic-neue: Use upstream release archive
    
    Use upstream release archive instead of USE_GITHUB as recommended
    by Porters Handbook
    
    PR:             261222
    Reviewed by:    0mp@ (maintainer)
---
 x11-fonts/comic-neue/Makefile | 9 +++------
 x11-fonts/comic-neue/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/x11-fonts/comic-neue/Makefile b/x11-fonts/comic-neue/Makefile
index 4ca11633a3ae..aec22d10a685 100644
--- a/x11-fonts/comic-neue/Makefile
+++ b/x11-fonts/comic-neue/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	comic-neue
 DISTVERSION=	2.51
 CATEGORIES=	x11-fonts
+MASTER_SITES=	http://comicneue.com/
 
 MAINTAINER=	0mp@FreeBSD.org
 COMMENT=	Free Comic Sans alternative
@@ -8,17 +9,13 @@ COMMENT=	Free Comic Sans alternative
 LICENSE=	OFL11
 LICENSE_FILE=	${WRKSRC}/OFL.txt
 
-USES=		fonts
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	crozynski
-GH_PROJECT=	comicneue
+USES=		fonts zip
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
-	cd ${WRKSRC}/Fonts/OTF && ${INSTALL_DATA} ComicNeue-Angular/*.otf ComicNeue/*.otf ${STAGEDIR}${FONTSDIR}
+	cd ${WRKSRC}/OTF && ${INSTALL_DATA} ComicNeue-Angular/*.otf ComicNeue/*.otf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>
diff --git a/x11-fonts/comic-neue/distinfo b/x11-fonts/comic-neue/distinfo
index b75a99aa4f1f..268a058a830f 100644
--- a/x11-fonts/comic-neue/distinfo
+++ b/x11-fonts/comic-neue/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601382464
-SHA256 (crozynski-comicneue-2.51_GH0.tar.gz) = e889262c56f177cd7d62e5340d9011d979e46ffc4e2a7d400190f0ad6471cce9
-SIZE (crozynski-comicneue-2.51_GH0.tar.gz) = 4523021
+TIMESTAMP = 1642243580
+SHA256 (comic-neue-2.51.zip) = 54dd998c93b8d6658b1c2d6ade9f790d10ffaa3632868dd2cfac84b405290321
+SIZE (comic-neue-2.51.zip) = 2579880



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201190752.20J7qDCt087928>