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
This commit is contained in:
Tobias Kortkamp 2020-01-18 04:29:06 +00:00
parent 58d83c1af9
commit 6df7646cbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=523401
2 changed files with 2 additions and 2 deletions

View File

@ -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@FreeBSD.org
COMMENT= Zanata Java command line client

View File

@ -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@FreeBSD.org