svn commit: r523401 - in branches/2020Q1: devel/zanata-cli print/pdftk
Tobias Kortkamp
tobik at FreeBSD.org
Sat Jan 18 04:29:07 UTC 2020
Author: tobik
Date: Sat Jan 18 04:29:06 2020
New Revision: 523401
URL: https://svnweb.freebsd.org/changeset/ports/523401
Log:
MFH: r523400
Fix fetch
repo.maven.apache.org turned off HTTP support on 2020/01/15.
501 HTTPS Required.
Use https://repo.maven.apache.org/maven2/
More information at https://links.sonatype.com/central/501-https-required
Approved by: ports-secteam blanket
Modified:
branches/2020Q1/devel/zanata-cli/Makefile
branches/2020Q1/print/pdftk/Makefile
Directory Properties:
branches/2020Q1/ (props changed)
Modified: branches/2020Q1/devel/zanata-cli/Makefile
==============================================================================
--- branches/2020Q1/devel/zanata-cli/Makefile Sat Jan 18 04:27:41 2020 (r523400)
+++ branches/2020Q1/devel/zanata-cli/Makefile Sat Jan 18 04:29:06 2020 (r523401)
@@ -4,7 +4,7 @@ PORTNAME= zanata-cli
PORTVERSION= 4.6.2
DISTVERSIONSUFFIX= -dist
CATEGORIES= devel java
-MASTER_SITES= http://repo.maven.apache.org/maven2/org/zanata/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= https://repo.maven.apache.org/maven2/org/zanata/${PORTNAME}/${PORTVERSION}/
MAINTAINER= dbaio at FreeBSD.org
COMMENT= Zanata Java command line client
Modified: branches/2020Q1/print/pdftk/Makefile
==============================================================================
--- branches/2020Q1/print/pdftk/Makefile Sat Jan 18 04:27:41 2020 (r523400)
+++ branches/2020Q1/print/pdftk/Makefile Sat Jan 18 04:29:06 2020 (r523401)
@@ -5,7 +5,7 @@ PORTNAME= pdftk
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.8
CATEGORIES= print java
-MASTER_SITES= http://repo.maven.apache.org/maven2/:bcprov
+MASTER_SITES= https://repo.maven.apache.org/maven2/:bcprov
DISTFILES= ${_BCPROV_JAR}:bcprov
MAINTAINER= tobik at FreeBSD.org
More information about the svn-ports-all
mailing list