diff options
author | Michael Osipov <michael.osipov@siemens.com> | 2023-09-16 20:15:57 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2023-09-17 05:30:09 +0000 |
commit | 152d92bf575e1c2f2efd4b06372898aa8b653db0 (patch) | |
tree | c2388a0c6c8eddfc8348727780333cbb5620006a /math | |
parent | e99662361104e992a3bccfa98112ffb8722d1de9 (diff) | |
download | ports-152d92bf575e1c2f2efd4b06372898aa8b653db0.tar.gz ports-152d92bf575e1c2f2efd4b06372898aa8b653db0.zip |
*/*: Use only HTTPS to fetch ports from Maven Central
Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.
Source: https://blog.sonatype.com/central-repository-moving-to-https
PR: 272867
Diffstat (limited to 'math')
-rw-r--r-- | math/apache-commons-math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/apache-commons-math/Makefile b/math/apache-commons-math/Makefile index 2366c781e663..59e38cc39ec5 100644 --- a/math/apache-commons-math/Makefile +++ b/math/apache-commons-math/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 3.6.1 PORTREVISION= 1 CATEGORIES= math java MASTER_SITES= APACHE_COMMONS_SOURCE \ - http://repo1.maven.org/maven2/junit/junit/4.8.2/:source2 + https://repo1.maven.org/maven2/junit/junit/4.8.2/:source2 PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}3-${PORTVERSION}-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |