git: 89f146be96b5 - 2022Q1 - deskutils/remind: Fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Feb 2022 18:49:13 UTC
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