aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-01-18 04:27:41 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-01-18 04:27:41 +0000
commit252c6746e474abb8147b7dbdcfb7c7f47039eedc (patch)
tree9ac850a5551d76e965008a2f8c33c18eef2094b2 /print/pdftk
parent1673351c2a0a972796855caa0904557156a40453 (diff)
downloadports-252c6746e474abb8147b7dbdcfb7c7f47039eedc.tar.gz
ports-252c6746e474abb8147b7dbdcfb7c7f47039eedc.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
Notes
Notes: svn path=/head/; revision=523400
Diffstat (limited to 'print/pdftk')
-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