diff options
author | tobik <tobik@FreeBSD.org> | 2020-01-18 12:27:41 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2020-01-18 12:27:41 +0800 |
commit | 05778b13e53e48a6c1dbee40967a35384795b2a3 (patch) | |
tree | 9ac850a5551d76e965008a2f8c33c18eef2094b2 /print | |
parent | 298948ffc3ee82eba960af8d1c16f3f0e4dc5caa (diff) | |
download | freebsd-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/Makefile | 2 |
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 |