svn commit: r492938 - head/databases/p5-Xapian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 14 22:40:32 UTC 2019


Author: sunpoet
Date: Thu Feb 14 22:40:30 2019
New Revision: 492938
URL: https://svnweb.freebsd.org/changeset/ports/492938

Log:
  Update to 1.4.10.0
  
  Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.10

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

Modified: head/databases/p5-Xapian/Makefile
==============================================================================
--- head/databases/p5-Xapian/Makefile	Thu Feb 14 22:40:25 2019	(r492937)
+++ head/databases/p5-Xapian/Makefile	Thu Feb 14 22:40:30 2019	(r492938)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Xapian
-PORTVERSION=	1.4.9.0
-PORTREVISION=	1
+PORTVERSION=	1.4.10.0
 CATEGORIES=	databases perl5
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
 		LOCAL/sunpoet
@@ -25,11 +24,20 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lang libtool perl5 tar:xz
 
-CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR} \
+CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
+		--docdir=${DOCSDIR} \
+		--enable-shared \
 		--enable-static \
 		--with-perl \
-		--without-csharp --without-java --without-lua --without-php \
-		--without-python --without-python3 --without-ruby --without-tcl
+		--without-csharp \
+		--without-java \
+		--without-lua \
+		--without-php \
+		--without-php7 \
+		--without-python \
+		--without-python3 \
+		--without-ruby \
+		--without-tcl
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CORE -lperl

Modified: head/databases/p5-Xapian/distinfo
==============================================================================
--- head/databases/p5-Xapian/distinfo	Thu Feb 14 22:40:25 2019	(r492937)
+++ head/databases/p5-Xapian/distinfo	Thu Feb 14 22:40:30 2019	(r492938)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541430516
-SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352
-SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628
+TIMESTAMP = 1550171645
+SHA256 (xapian-bindings-1.4.10.tar.xz) = 53abebe8b4d594c246afd94f7dcb33a987c1d207a33beb02e9b08acad92b1d7f
+SIZE (xapian-bindings-1.4.10.tar.xz) = 1125168


More information about the svn-ports-all mailing list