Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 21:25:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532521 - head/x11-fonts/jf-openhuninn
Message-ID:  <202004222125.03MLPvRe070305@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr 22 21:25:57 2020
New Revision: 532521
URL: https://svnweb.freebsd.org/changeset/ports/532521

Log:
  Update to 1.1
  
  - Update MASTER_SITES: use upstream release zipball
  
  Changes:	https://github.com/justfont/open-huninn-font/releases

Modified:
  head/x11-fonts/jf-openhuninn/Makefile
  head/x11-fonts/jf-openhuninn/distinfo

Modified: head/x11-fonts/jf-openhuninn/Makefile
==============================================================================
--- head/x11-fonts/jf-openhuninn/Makefile	Wed Apr 22 21:25:52 2020	(r532520)
+++ head/x11-fonts/jf-openhuninn/Makefile	Wed Apr 22 21:25:57 2020	(r532521)
@@ -2,29 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	jf-openhuninn
-PORTVERSION=	1.0
+PORTVERSION=	1.1
+MASTER_SITES=	https://github.com/justfont/open-huninn-font/releases/download/v${PORTVERSION}/
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	jf Open Huninn by justfont
 
 LICENSE=	OFL11
-LICENSE_FILE=	${WRKSRC}/SIL_Open_Font_License_1.1.txt
+LICENSE_FILE=	${WRKSRC}/license.txt
 
-USES=		fonts
+USES=		fonts zip
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	${FONTSDIR}/jf-openhuninn-${PORTVERSION}.ttf
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	justfont
-GH_PROJECT=	open-huninn-font
-GH_TAGNAME=	4b186c5
-
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	${INSTALL_DATA} ${WRKSRC}/font/jf-openhuninn-${PORTVERSION}.ttf ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/jf-openhuninn-${PORTVERSION}.ttf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/jf-openhuninn/distinfo
==============================================================================
--- head/x11-fonts/jf-openhuninn/distinfo	Wed Apr 22 21:25:52 2020	(r532520)
+++ head/x11-fonts/jf-openhuninn/distinfo	Wed Apr 22 21:25:57 2020	(r532521)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585833183
-SHA256 (justfont-open-huninn-font-1.0-4b186c5_GH0.tar.gz) = 261e25ba13e797f039039d3144a9b5b1ca005a797ca40d47bc93e6ce27b6f8b6
-SIZE (justfont-open-huninn-font-1.0-4b186c5_GH0.tar.gz) = 20919537
+TIMESTAMP = 1587498935
+SHA256 (jf-openhuninn-1.1.zip) = 1b5a8d0204f5763408609d5e8182455d23a2ebc7450730aed19cc13c619bca37
+SIZE (jf-openhuninn-1.1.zip) = 4039902



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