Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 17:33:06 +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: r530898 - head/databases/p5-Search-Xapian
Message-ID:  <202004061733.036HX6YI098959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr  6 17:33:06 2020
New Revision: 530898
URL: https://svnweb.freebsd.org/changeset/ports/530898

Log:
  Remove outdated PORTSCOUT
  
  It was added to specify Search::Xapian 1.2 branch for Xapian 1.2.*. However, as
  time goes by, upstream does not have any plan for Search::Xapian 1.4 branch.
  And PORTSCOUT is no longer needed since Search::Xapian 1.2 branch is compatible
  with both Xapian 1.2.* and 1.4.* now.
  
  Notified by:	swills

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

Modified: head/databases/p5-Search-Xapian/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian/Makefile	Mon Apr  6 17:31:36 2020	(r530897)
+++ head/databases/p5-Search-Xapian/Makefile	Mon Apr  6 17:33:06 2020	(r530898)
@@ -20,8 +20,6 @@ TEST_DEPENDS=	p5-Devel-Leak>=0:devel/p5-Devel-Leak \
 		p5-Test-Pod>=1.14:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage
 
-PORTSCOUT=	limit:^1\.2\.
-
 USES=		perl5
 USE_PERL5=	configure
 



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