Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:26:23 +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: r335692 - head/databases/xapian-bindings
Message-ID:  <201312052026.rB5KQNk5096990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  5 20:26:23 2013
New Revision: 335692
URL: http://svnweb.freebsd.org/changeset/ports/335692

Log:
  - Update to 1.2.16
  - Simplify Makefile
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16

Modified:
  head/databases/xapian-bindings/Makefile
  head/databases/xapian-bindings/distinfo

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Thu Dec  5 20:26:18 2013	(r335691)
+++ head/databases/xapian-bindings/Makefile	Thu Dec  5 20:26:23 2013	(r335692)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-bindings
-PORTVERSION=	1.2.15
+PORTVERSION=	1.2.16
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -24,6 +24,7 @@ CONFIGURE_ARGS=	--datarootdir=${DATADIR}
 		--without-csharp --without-java --without-tcl
 GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
+USE_XZ=		yes
 
 LUA_CONFIGURE_ENV=	LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
 LUA_CONFIGURE_WITH=	lua
@@ -34,21 +35,15 @@ PERL_USES=		perl5
 PHP_CONFIGURE_ENV=	PHP_CONFIG=${LOCALBASE}/bin/php-config
 PHP_CONFIGURE_WITH=	php
 PHP_USE=		PHP=yes PHP_BUILD=yes
-PYTHON_CONFIGURE_ENV+=	PYTHON_LIB=${PYTHON_SITELIBDIR}
+PYTHON_CONFIGURE_ENV=	PYTHON_LIB=${PYTHON_SITELIBDIR}
 PYTHON_CONFIGURE_WITH=	python
 PYTHON_USE=		PYTHON=yes
 RUBY_CONFIGURE_WITH=	ruby
 RUBY_USE=		RUBY=yes RUBY_RDOC=no
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
 # do not install rdoc
 	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' ${WRKSRC}/ruby/Makefile.in
-.if !${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docdataDATA install-dist_exampledataDATA ||' ${WRKSRC}/lua/Makefile.in ${WRKSRC}/php/Makefile.in ${WRKSRC}/python/Makefile.in
-	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docdataDATA||; 799 s|install-dist_exampledataDATA ||' ${WRKSRC}/ruby/Makefile.in
-.endif
 
 .include <bsd.port.mk>

Modified: head/databases/xapian-bindings/distinfo
==============================================================================
--- head/databases/xapian-bindings/distinfo	Thu Dec  5 20:26:18 2013	(r335691)
+++ head/databases/xapian-bindings/distinfo	Thu Dec  5 20:26:23 2013	(r335692)
@@ -1,2 +1,2 @@
-SHA256 (xapian-bindings-1.2.15.tar.gz) = 89d30cbd38dcfb9d9e0fccc8e4ba7d6452ffad45afb3f1e9614a3be0a3a33e77
-SIZE (xapian-bindings-1.2.15.tar.gz) = 1484058
+SHA256 (xapian-bindings-1.2.16.tar.xz) = e87ddcd70a5044565e631fb334155f7d66a3b7b491a94a22aa1db2aa0d26af6c
+SIZE (xapian-bindings-1.2.16.tar.xz) = 825868



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