svn commit: r535065 - head/databases/xapian-core10

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


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

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

Modified:
  head/databases/xapian-core10/Makefile

Modified: head/databases/xapian-core10/Makefile
==============================================================================
--- head/databases/xapian-core10/Makefile	Tue May 12 22:31:10 2020	(r535064)
+++ head/databases/xapian-core10/Makefile	Tue May 12 22:31:15 2020	(r535065)
@@ -18,6 +18,9 @@ BROKEN_armv7=		fails to install: quartz_log.cc:: error
 BROKEN_mips=		fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
 BROKEN_mips64=		fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
 
+DEPRECATED=	Unsupported by upstream. Use databases/xapian-core instead
+EXPIRATION_DATE=2020-06-30
+
 CONFLICTS_INSTALL=	xapian-core xapian-core12
 
 USES=		libtool


More information about the svn-ports-head mailing list