From owner-svn-ports-all@freebsd.org Sat Jan 18 04:29:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF2CD227386; Sat, 18 Jan 2020 04:29:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4804h35108z4XNR; Sat, 18 Jan 2020 04:29:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A733D1C542; Sat, 18 Jan 2020 04:29:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00I4T71H070394; Sat, 18 Jan 2020 04:29:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00I4T78b070392; Sat, 18 Jan 2020 04:29:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202001180429.00I4T78b070392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 18 Jan 2020 04:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523401 - in branches/2020Q1: devel/zanata-cli print/pdftk X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2020Q1: devel/zanata-cli print/pdftk X-SVN-Commit-Revision: 523401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2020 04:29:07 -0000 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@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@FreeBSD.org