svn commit: r535066 - head/databases/p5-Search-Xapian10

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 12 22:31:23 UTC 2020


Author: sunpoet
Date: Tue May 12 22:31:20 2020
New Revision: 535066
URL: https://svnweb.freebsd.org/changeset/ports/535066

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-06-30

Modified:
  head/databases/p5-Search-Xapian10/Makefile

Modified: head/databases/p5-Search-Xapian10/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian10/Makefile	Tue May 12 22:31:15 2020	(r535065)
+++ head/databases/p5-Search-Xapian10/Makefile	Tue May 12 22:31:20 2020	(r535066)
@@ -15,6 +15,9 @@ COMMENT=	Perl XS frontend to the Xapian C++ search lib
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+DEPRECATED=	Depend on unsupported xapian-core. Use databases/p5-Search-Xapian instead
+EXPIRATION_DATE=2020-06-30
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	xapian-core10>=1.0.22:databases/xapian-core10
 
@@ -22,6 +25,7 @@ CONFLICTS_INSTALL=	p5-Search-Xapian12
 
 USES=		perl5
 USE_PERL5=	configure
+
 CC=		${CXX}
 
 post-patch:


More information about the svn-ports-head mailing list