mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 12 additions and 11 deletions
|
@ -1,27 +1,27 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bitter
|
PORTNAME= bitter
|
||||||
PORTVERSION= 20130930
|
DISTVERSIONPREFIX= v.
|
||||||
PORTREVISION= 2
|
DISTVERSION= 2.110
|
||||||
|
PORTEPOCH= 1
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
MASTER_SITES= http://www.huertatipografica.com/free_download/eo0pZGbJPxy2YyRkWQXx?dummy=
|
|
||||||
|
|
||||||
MAINTAINER= rakuco@FreeBSD.org
|
MAINTAINER= rakuco@FreeBSD.org
|
||||||
COMMENT= Contemporary serif typeface for text designed for comfortably reading
|
COMMENT= Contemporary serif typeface for text designed for comfortably reading
|
||||||
|
|
||||||
BROKEN= unfetchable
|
|
||||||
|
|
||||||
LICENSE= OFL11
|
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_BUILD= yes
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||||
cd ${WRKSRC} && \
|
cd ${WRKSRC}/fonts/otf && \
|
||||||
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3
|
TIMESTAMP = 1573991779
|
||||||
SIZE (bitter-20130930.zip) = 347587
|
SHA256 (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2ce43df0b6c4888f7d2a29cd187771b0f12eca407524d3346a4561d888fd8c93
|
||||||
|
SIZE (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2068109
|
||||||
|
|
Loading…
Add table
Reference in a new issue