mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
textproc/lucene4: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Released in 2015 and unsupported, upstream is now at 7.X and 8.X Reference: https://lucene.apache.org/core/downloads.html Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32376
This commit is contained in:
parent
78210956ea
commit
d8c642e75e
@ -3,7 +3,7 @@
|
||||
PORTNAME= lucene
|
||||
PORTVERSION= 4.10.4
|
||||
CATEGORIES= textproc java devel
|
||||
MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION}
|
||||
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/java/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 4
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -12,6 +12,9 @@ COMMENT= Full-text search engine for Java, 4.x branch
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
DEPRECATED= Unsupported by upstream, released in 2015
|
||||
EXPIRATION_DATE=2022-03-31
|
||||
|
||||
CONFLICTS= lucene-[0-9].*
|
||||
|
||||
USES= cpe tar:tgz
|
||||
|
Loading…
Reference in New Issue
Block a user