aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2020-01-18 12:27:41 +0800
committertobik <tobik@FreeBSD.org>2020-01-18 12:27:41 +0800
commit05778b13e53e48a6c1dbee40967a35384795b2a3 (patch)
tree9ac850a5551d76e965008a2f8c33c18eef2094b2 /print
parent298948ffc3ee82eba960af8d1c16f3f0e4dc5caa (diff)
downloadfreebsd-ports-gnome-05778b13e53e48a6c1dbee40967a35384795b2a3.tar.gz
freebsd-ports-gnome-05778b13e53e48a6c1dbee40967a35384795b2a3.tar.zst
freebsd-ports-gnome-05778b13e53e48a6c1dbee40967a35384795b2a3.zip
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
Diffstat (limited to 'print')
-rw-r--r--print/pdftk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 58f88dc6e191..cb9bd19beace 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -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