git: 94a3c67e0b1e - main - deskutils/plan: Restructure fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Feb 2022 22:24:27 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=94a3c67e0b1ee5c1bb1fd743947e964a53ef243f commit 94a3c67e0b1ee5c1bb1fd743947e964a53ef243f Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-02-16 22:10:02 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-02-16 22:24:14 +0000 deskutils/plan: Restructure fetch A newer release of plan may be found on ftp.bitrot.de. However only port (non-passive) FTP works. FETCH_ARGS are adjusted to circumvent this. Also, mirror on my site to avoid FTP entirely. --- deskutils/plan/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index c817565be943..e9e4f870ea72 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -6,11 +6,14 @@ PORTNAME= plan PORTVERSION= 1.10.1 PORTREVISION= 1 CATEGORIES+= deskutils -MASTER_SITES= ftp://plan.ftp.fu-berlin.de/ +MASTER_SITES= https://cschubert.com/distfiles/plan/ \ + ftp://ftp.bitrot.de/pub/plan/ \ + ftp://plan.ftp.fu-berlin.de/ MAINTAINER= cy@FreeBSD.org COMMENT= X/Motif schedule planner with calendar +FETCH_ARGS= -Fr --no-passive USES= motif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src ALL_TARGET= freebsd