diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-02-16 22:10:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-02-16 22:24:14 +0000 |
commit | 94a3c67e0b1ee5c1bb1fd743947e964a53ef243f (patch) | |
tree | 1e252b2a15bdfcf6bac9c42a997975360e456bba | |
parent | 7bfa2b6b6769c2bf6d087bfb692a7364eec7ba58 (diff) | |
download | ports-94a3c67e0b1ee5c1bb1fd743947e964a53ef243f.tar.gz ports-94a3c67e0b1ee5c1bb1fd743947e964a53ef243f.zip |
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.
-rw-r--r-- | deskutils/plan/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |