textproc/lucene: 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/D32378
This commit is contained in:
Daniel Engberg 2021-10-11 21:32:46 +02:00
parent 194ed3109e
commit b2aa444d1e

View File

@ -5,7 +5,7 @@ PORTVERSION= 3.6.2
# Be sure to chase devel/openoffice-devel and textproc/py-lucene
# when updating this
CATEGORIES= textproc java devel
MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION}
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Full-text search engine for Java