mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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 MFH: 2019Q4
This commit is contained in:
parent
9b1a1724e1
commit
2d43fb8fbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517821
@ -1,27 +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
|
||||
|
||||
BROKEN= unfetchable
|
||||
|
||||
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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user