Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 18:49:13 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 89f146be96b5 - 2022Q1 - deskutils/remind: Fix fetch
Message-ID:  <202202161849.21GInDoS017390@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89f146be96b5949043cce626b8b22107ec24d78a

commit 89f146be96b5949043cce626b8b22107ec24d78a
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-02-16 18:47:10 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-16 18:49:03 +0000

    deskutils/remind: Fix fetch
    
    Upstream moves distfiles to OLD once a new release appears.
    
    This is a direct commit to the 2022Q1 branch.
    
    PR:             261986
---
 deskutils/remind/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index 56b4af6ea559..0f9fbeffbeda 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -3,7 +3,9 @@
 PORTNAME=	remind
 DISTVERSION=	03.03.11
 CATEGORIES=	deskutils
-MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/
+# upstream moves distfiles to OLD once a new release appears
+MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/ \
+		https://dianne.skoll.ca/projects/remind/download/OLD/
 
 MAINTAINER=	fuz@fuz.su
 COMMENT=	Sophisticated calendar and alarm program



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