1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

textproc/lucene5: Update MASTER_SITES

Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites

Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32377
This commit is contained in:
Daniel Engberg 2021-10-11 21:30:10 +02:00
parent d8c642e75e
commit 194ed3109e

View File

@ -3,7 +3,7 @@
PORTNAME= lucene
PORTVERSION= 5.5.5
CATEGORIES= textproc java devel
MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION}
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}
PKGNAMESUFFIX= 5
MAINTAINER= ports@FreeBSD.org