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

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

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-Xapian12/Makefile

Modified: head/databases/p5-Search-Xapian12/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian12/Makefile	Mon Apr  6 17:33:06 2020	(r530898)
+++ head/databases/p5-Search-Xapian12/Makefile	Mon Apr  6 17:33:10 2020	(r530899)
@@ -21,8 +21,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.036HXBGc099072>