Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 22:45: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: r489395 - in head: . databases databases/p5-Search-Xapian
Message-ID:  <201901052245.x05MjKk4067164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  5 22:45:20 2019
New Revision: 489395
URL: https://svnweb.freebsd.org/changeset/ports/489395

Log:
  Add p5-Search-Xapian 1.2.25.2 (copied from p5-Search-Xapian12)
  
  Notified by:	mat

Added:
  head/databases/p5-Search-Xapian/
     - copied from r489195, head/databases/p5-Search-Xapian12/
Modified:
  head/MOVED
  head/databases/Makefile
  head/databases/p5-Search-Xapian/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Jan  5 22:23:24 2019	(r489394)
+++ head/MOVED	Sat Jan  5 22:45:20 2019	(r489395)
@@ -9107,7 +9107,6 @@ x11-toolkits/libgtksourceviewmm||2017-04-03|Obsolete a
 graphics/goocanvasmm||2017-04-03|Obsolete and not depend on anymore
 x11-themes/kde4-icons-oxygen|x11-themes/kf5-oxygen-icons5|2017-04-03|Replaced by x11-themes/kf5-oxygen-icons5
 devel/php5-geshi|devel/php-geshi|2017-04-04|Update PKGNAMEPREFIX: it builds fine with PHP 7.x
-databases/p5-Search-Xapian|databases/p5-Search-Xapian12|2017-04-04|Rename to match Xapian PKGNAMESUFFIX
 archivers/pecl-snappy|archivers/php-snappy|2017-04-04|Update PKGNAMEPREFIX: it builds fine with PHP 7.x
 textproc/kibana50|textproc/kibana5|2017-04-05|Rename port to match the rest of the 5.X line of the elastic stack
 textproc/kibana50-x-pack|textproc/kibana5-x-pack|2017-04-05|Rename port to match the rest of the 5.X line of the elastic stack

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Jan  5 22:23:24 2019	(r489394)
+++ head/databases/Makefile	Sat Jan  5 22:45:20 2019	(r489395)
@@ -502,6 +502,7 @@
     SUBDIR += p5-Scope-Container-DBI
     SUBDIR += p5-Search-InvertedIndex
     SUBDIR += p5-Search-Namazu
+    SUBDIR += p5-Search-Xapian
     SUBDIR += p5-Search-Xapian10
     SUBDIR += p5-Search-Xapian12
     SUBDIR += p5-Store-CouchDB

Modified: head/databases/p5-Search-Xapian/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian12/Makefile	Thu Jan  3 18:10:20 2019	(r489195)
+++ head/databases/p5-Search-Xapian/Makefile	Sat Jan  5 22:45:20 2019	(r489395)
@@ -8,7 +8,6 @@ MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVER
 		LOCAL/sunpoet \
 		CPAN
 PKGNAMEPREFIX=	p5-
-PKGNAMESUFFIX=	12
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl XS frontend to the Xapian C++ search library
@@ -16,17 +15,18 @@ COMMENT=	Perl XS frontend to the Xapian C++ search lib
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libxapian.so:databases/xapian-core12
+LIB_DEPENDS=	libxapian.so:databases/xapian-core
 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
+
 CC=		${CXX}
 CONFIGURE_ARGS=	XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
-USE_PERL5=	configure
-USES=		perl5
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^if (defined $$builddir) {|if (0) {|' ${WRKSRC}/Makefile.PL



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