git: 2114ce3114a4 - main - mail/mime4j: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 18:58:10 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2114ce3114a417d3aea6a9844fa45c9a0f94e9ed commit 2114ce3114a417d3aea6a9844fa45c9a0f94e9ed Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-11 18:54:43 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-11 18:54:45 +0000 mail/mime4j: Update MASTER_SITES Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: ale (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32429 --- mail/mime4j/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mime4j/Makefile b/mail/mime4j/Makefile index 89d0003ae247..7def23878610 100644 --- a/mail/mime4j/Makefile +++ b/mail/mime4j/Makefile @@ -4,7 +4,7 @@ PORTNAME= mime4j PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= mail java -MASTER_SITES= APACHE/james/${PORTNAME} +MASTER_SITES= https://archive.apache.org/dist/james/${PORTNAME}/${POSTVERSION}/ DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin MAINTAINER= ale@FreeBSD.org