svn commit: r530898 - head/databases/p5-Search-Xapian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 6 17:33:06 UTC 2020


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
 


More information about the svn-ports-all mailing list