Skip to content

Commit

Permalink
textproc/lucene5: Update MASTER_SITES
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 11, 2021
1 parent d8c642e commit 194ed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/lucene5/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 194ed31

Please sign in to comment.