diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-10 16:10:07 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-10 16:39:25 +0000 |
commit | 51086297b085b32bf77d558261bd90f29bb2dc07 (patch) | |
tree | f04a9a36b6bc23d84b6559b6467c49c484ea760d | |
parent | f92604c513ae2139dbd89332f882a14b3e4c88e2 (diff) | |
download | ports-51086297b085b32bf77d558261bd90f29bb2dc07.tar.gz ports-51086297b085b32bf77d558261bd90f29bb2dc07.zip |
devel/log4cxx: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32411
-rw-r--r-- | devel/log4cxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index c6459a8982a9..ec6318e28c91 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -3,7 +3,7 @@ PORTNAME= log4cxx PORTVERSION= 0.11.0 CATEGORIES= devel -MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION} +MASTER_SITES= https://archive.apache.org/dist/logging/${PORTNAME}/${PORTVERSION}/ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |