Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 13:50:27 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
To:        "ports-committers@FreeBSD.org" <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: ab8a59366f5a - main - x11-fonts/league-gothic: Update to 1.601
Message-ID:  <CAGwOe2bUa-Yxf7hp01MidOBiL0OYy%2BwwPRdqRJtExZpxePu5-g@mail.gmail.com>
In-Reply-To: <202104061150.136BoXeo087799@gitrepo.freebsd.org>
References:  <202104061150.136BoXeo087799@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 6, 2021 at 1:50 PM Fernando Apestegu=C3=ADa <fernape@freebsd.or=
g> wrote:
>
> The branch main has been updated by fernape:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dab8a59366f5a75f0f28e0971=
9c0dfdea6216fdb4
>
> commit ab8a59366f5a75f0f28e09719c0dfdea6216fdb4
> Author:     Fernando Apestegu=C3=ADa <fernape@FreeBSD.org>
> AuthorDate: 2021-04-06 11:28:40 +0000
> Commit:     Fernando Apestegu=C3=ADa <fernape@FreeBSD.org>
> CommitDate: 2021-04-06 11:47:03 +0000
>
>     x11-fonts/league-gothic: Update to 1.601
>
>     ChangeLog: https://github.com/theleagueof/league-gothic/releases/tag/=
1.601
>
>     PR:     252390
>     Submitted by: flo@snakeoilproductions.net (maintainer)
>     Reported by:
>     Reviewed by:
>     Approved by:
>     Obtained from:
>     MFC after:
>     MFH:
>     Relnotes:
>     Security:
>     Sponsored by:
>     Differential Revision:

^^^^
Should we delete the non-relevant fields by hand?

Cheers.


> ---
>  x11-fonts/league-gothic/Makefile  | 19 ++++++++++++-------
>  x11-fonts/league-gothic/distinfo  |  6 +++---
>  x11-fonts/league-gothic/pkg-plist |  2 +-
>  3 files changed, 16 insertions(+), 11 deletions(-)
>
> diff --git a/x11-fonts/league-gothic/Makefile b/x11-fonts/league-gothic/M=
akefile
> index ef492e02195d..880b508fcd92 100644
> --- a/x11-fonts/league-gothic/Makefile
> +++ b/x11-fonts/league-gothic/Makefile
> @@ -2,25 +2,30 @@
>  # $FreeBSD$
>
>  PORTNAME=3D      league-gothic
> -DISTVERSION=3D   g20140319
> -PORTREVISION=3D  1
> +DISTVERSION=3D   1.601
>  CATEGORIES=3D    x11-fonts
> +# The .otf files are no longer comitted to the repository,
> +# so we need to fetch a release tarball. This is not supported
> +# by the current implementation of USE_GITHUB, so we overwrite
> +# the master site here.
> +MASTER_SITES=3D  https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases=
/download/${DISTVERSION}/
> +DISTNAME=3D      LeagueGothic-${DISTVERSION}
>
>  MAINTAINER=3D    flo@snakeoilproductions.net
>  COMMENT=3D       Revival of an old classic, Alternate Gothic \#1
>
>  LICENSE=3D       OFL11
> -LICENSE_FILE=3D  ${WRKSRC}/Open\ Font\ License.markdown
> +LICENSE_FILE=3D  ${WRKSRC}/OFL.md
>
> -USES=3D          fonts
> -USE_GITHUB=3D    yes
> +USES=3D          fonts tar:xz
> +USE_GITHUB=3D    nodefault
>  GH_ACCOUNT=3D    theleagueof
> -GH_TAGNAME=3D    e6dce21
>
>  NO_ARCH=3D       yes
>  NO_BUILD=3D      yes
>
>  do-install:
>         ${MKDIR} ${STAGEDIR}${FONTSDIR}
> -       ${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
> +       ${INSTALL_DATA} ${WRKSRC}/static/OTF/*.otf ${STAGEDIR}${FONTSDIR}
> +
>  .include <bsd.port.mk>
> diff --git a/x11-fonts/league-gothic/distinfo b/x11-fonts/league-gothic/d=
istinfo
> index a1cbe4a560bb..ab813b7e60e3 100644
> --- a/x11-fonts/league-gothic/distinfo
> +++ b/x11-fonts/league-gothic/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP =3D 1535660365
> -SHA256 (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) =3D 8298=
0efeda0ee3828d416a59a7dfb819db1c7d1214bcc05579f320e09c389230
> -SIZE (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) =3D 198568=
7
> +TIMESTAMP =3D 1609682722
> +SHA256 (LeagueGothic-1.601.tar.xz) =3D a1d9d3aaba2abda2791eaad03d51dbfd9=
7aa6f6f2ea23c3b2b2b31f90d8cbeb5
> +SIZE (LeagueGothic-1.601.tar.xz) =3D 213256
> diff --git a/x11-fonts/league-gothic/pkg-plist b/x11-fonts/league-gothic/=
pkg-plist
> index 6986edebd344..f39657f551a2 100644
> --- a/x11-fonts/league-gothic/pkg-plist
> +++ b/x11-fonts/league-gothic/pkg-plist
> @@ -1,4 +1,4 @@
> +%%FONTSDIR%%/LeagueGothic-Condensed.otf
>  %%FONTSDIR%%/LeagueGothic-CondensedItalic.otf
> -%%FONTSDIR%%/LeagueGothic-CondensedRegular.otf
>  %%FONTSDIR%%/LeagueGothic-Italic.otf
>  %%FONTSDIR%%/LeagueGothic-Regular.otf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2bUa-Yxf7hp01MidOBiL0OYy%2BwwPRdqRJtExZpxePu5-g>