Date: Wed, 2 Jun 2021 14:11:07 GMT From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 424103f71d89 - main - devel/rebar3: unbreak build and update MAINTAINER. Message-ID: <202106021411.152EB78l063658@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=424103f71d8941dcdf0297347405e22f99692417 commit 424103f71d8941dcdf0297347405e22f99692417 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-06-02 14:10:12 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-06-02 14:10:56 +0000 devel/rebar3: unbreak build and update MAINTAINER. I forgot to upload the 'cache' distfile but the build would pass the local poudriere tests just fine, so I noticed that the 'cache' file is not required anymore after the '_checkouts' hack. This means that the port no longer depends on my hosted files and can pass under erlang@ at last \o/ --- devel/rebar3/Makefile | 16 ++++------------ devel/rebar3/distinfo | 4 +--- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/devel/rebar3/Makefile b/devel/rebar3/Makefile index 2f4814735bae..af8b6bb34ce1 100644 --- a/devel/rebar3/Makefile +++ b/devel/rebar3/Makefile @@ -2,14 +2,10 @@ PORTNAME= rebar3 PORTVERSION= 3.15.2 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES+= LOCAL/olgeni:deps \ - http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ - https://repo.hex.pm/tarballs/:hex -DISTFILES= rebar3-cache-${PORTVERSION}${EXTRACT_SUFX}:deps -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ - rebar3-cache-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= olgeni@FreeBSD.org +MASTER_SITES+= https://repo.hex.pm/tarballs/:hex +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= erlang@FreeBSD.org COMMENT= Build tool for Erlang LICENSE= APACHE20 @@ -48,10 +44,6 @@ REBAR_DEPS= bbmustache-1.10.0 \ DISTFILES+= ${_dep}.tar:hex .endfor -# convenience target to rebuild the rebar3 cache file -build-cache: - cd ${WRKDIR} && ${TAR} -c -v -z -f rebar3-cache-${PORTVERSION}${EXTRACT_SUFX} .cache - # The '_checkouts' part is to avoid attempts to fetch files from the # network during the build. post-extract: diff --git a/devel/rebar3/distinfo b/devel/rebar3/distinfo index 7bdd3a59ca2d..521ca8ea0617 100644 --- a/devel/rebar3/distinfo +++ b/devel/rebar3/distinfo @@ -1,6 +1,4 @@ -TIMESTAMP = 1622630018 -SHA256 (rebar3-cache-3.15.2.tar.gz) = e4d09c7877e750be48c4a3c1bf5e57b3b15bc52f344c2754ea13ab56cb5c42a9 -SIZE (rebar3-cache-3.15.2.tar.gz) = 144 +TIMESTAMP = 1622642666 SHA256 (bbmustache-1.10.0.tar) = 43effa3fd4bb9523157af5a9e2276c493495b8459fc8737144aa186cb13ce2ee SIZE (bbmustache-1.10.0.tar) = 17408 SHA256 (certifi-2.5.3.tar) = ed516acb3929b101208a9d700062d520f3953da3b6b918d866106ffa980e1c10
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106021411.152EB78l063658>