Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 04:27:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523400 - in head: devel/zanata-cli print/pdftk
Message-ID:  <202001180427.00I4RgbT070196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jan 18 04:27:41 2020
New Revision: 523400
URL: https://svnweb.freebsd.org/changeset/ports/523400

Log:
  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

Modified:
  head/devel/zanata-cli/Makefile
  head/print/pdftk/Makefile

Modified: head/devel/zanata-cli/Makefile
==============================================================================
--- head/devel/zanata-cli/Makefile	Sat Jan 18 04:02:45 2020	(r523399)
+++ head/devel/zanata-cli/Makefile	Sat Jan 18 04:27:41 2020	(r523400)
@@ -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

Modified: head/print/pdftk/Makefile
==============================================================================
--- head/print/pdftk/Makefile	Sat Jan 18 04:02:45 2020	(r523399)
+++ head/print/pdftk/Makefile	Sat Jan 18 04:27:41 2020	(r523400)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001180427.00I4RgbT070196>