Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 12:22:44 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17ea64b488f9 - main - devel/pijul: BROKEN=unfetchable
Message-ID:  <202104141222.13ECMikR064575@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17ea64b488f9fe77b6eacab6e4ef65e5084652a8

commit 17ea64b488f9fe77b6eacab6e4ef65e5084652a8
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-14 11:37:24 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-14 12:22:41 +0000

    devel/pijul: BROKEN=unfetchable
    
    $ make MASTER_SITE_BACKUP= checksum
    => pijul-0.12.0.tar.gz doesn't seem to exist in /home/tobias/distfiles/.
    => Attempting to fetch https://pijul.org/releases/pijul-0.12.0.tar.gz
    fetch: https://pijul.org/releases/pijul-0.12.0.tar.gz: Not Found
---
 devel/pijul/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile
index bf5a508968b4..2dbee129bae1 100644
--- a/devel/pijul/Makefile
+++ b/devel/pijul/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Distributed version control system
 
 LICENSE=	GPLv2
 
+BROKEN=		unfechtable
+
 BUILD_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libnettle.so:security/nettle \



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