Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2023 17:37:59 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e66cd5c11be - main - shells/yash: restore use of MASTER_SITE_OSDN
Message-ID:  <202304081737.338HbxKt003773@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e66cd5c11be1f30432c3a15d88fe95077795ed1

commit 9e66cd5c11be1f30432c3a15d88fe95077795ed1
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2023-04-08 17:34:03 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2023-04-08 17:37:40 +0000

    shells/yash: restore use of MASTER_SITE_OSDN
    
    Ordinary fetching from MASTER_SITE_OSDN works fine.
    However, the makesum target fails to skip the interposed HTML page.
---
 shells/yash/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/shells/yash/Makefile b/shells/yash/Makefile
index d1b667aee9c1..5e53f1140a45 100644
--- a/shells/yash/Makefile
+++ b/shells/yash/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	yash
 DISTVERSION=	2.54
 CATEGORIES=	shells
-MASTER_SITES=	https://osdn.net/projects/yash/downloads/78345/
+MASTER_SITES=	OSDN/yash
 
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	POSIX-compliant command line shell
@@ -10,9 +10,6 @@ WWW=		https://yash.osdn.jp/index.html.en
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-# skip interposed HTML page
-FETCH_ARGS=	--user-agent=curl/7.68.0
-
 USES=		tar:xz
 
 HAS_CONFIGURE=	yes



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