1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

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
This commit is contained in:
Tobias Kortkamp 2020-01-18 04:27:41 +00:00
parent 1673351c2a
commit 252c6746e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523400
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.9
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