Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 17:58:32 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r518042 - branches/2019Q4/x11-fonts/bitter
Message-ID:  <201911201758.xAKHwWK3030312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Nov 20 17:58:32 2019
New Revision: 518042
URL: https://svnweb.freebsd.org/changeset/ports/518042

Log:
  MFH: r517821
  
  Unbreak the port.
  
  - Switch to fetching from GitHub.
  - The GitHub release uses a different versioning method (or rather, it follows
    a convention, while the zip file in the previous MASTER_SITES did not).
  - Add NO_ARCH since we only install OTF files.
  
  PR:		241858
  Submitted by:	m.ne@gmx.net
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/x11-fonts/bitter/Makefile
  branches/2019Q4/x11-fonts/bitter/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/x11-fonts/bitter/Makefile
==============================================================================
--- branches/2019Q4/x11-fonts/bitter/Makefile	Wed Nov 20 17:27:26 2019	(r518041)
+++ branches/2019Q4/x11-fonts/bitter/Makefile	Wed Nov 20 17:58:32 2019	(r518042)
@@ -1,25 +1,27 @@
 # $FreeBSD$
 
 PORTNAME=	bitter
-PORTVERSION=	20130930
-PORTREVISION=	2
+DISTVERSIONPREFIX=	v.
+DISTVERSION=	2.110
+PORTEPOCH=	1
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://www.huertatipografica.com/free_download/eo0pZGbJPxy2YyRkWQXx?dummy=
 
 MAINTAINER=	rakuco@FreeBSD.org
 COMMENT=	Contemporary serif typeface for text designed for comfortably reading
 
 LICENSE=	OFL11
 
-FETCH_BEFORE_ARGS=	-o ${DISTFILES}
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	solmatas
+GH_PROJECT=	Bitter
 
-USES=		fonts zip
+NO_ARCH=	yes
 NO_BUILD=	yes
-NO_WRKSUBDIR=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	cd ${WRKSRC} && \
+	cd ${WRKSRC}/fonts/otf && \
 		${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>

Modified: branches/2019Q4/x11-fonts/bitter/distinfo
==============================================================================
--- branches/2019Q4/x11-fonts/bitter/distinfo	Wed Nov 20 17:27:26 2019	(r518041)
+++ branches/2019Q4/x11-fonts/bitter/distinfo	Wed Nov 20 17:58:32 2019	(r518042)
@@ -1,2 +1,3 @@
-SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3
-SIZE (bitter-20130930.zip) = 347587
+TIMESTAMP = 1573991779
+SHA256 (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2ce43df0b6c4888f7d2a29cd187771b0f12eca407524d3346a4561d888fd8c93
+SIZE (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2068109



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