Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 22:31:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535066 - head/databases/p5-Search-Xapian10
Message-ID:  <202005122231.04CMVK57076060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005122231.04CMVK57076060>