svn commit: r417906 - head/databases/xapian-bindings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 2 01:41:28 UTC 2016


Author: sunpoet
Date: Sat Jul  2 01:41:27 2016
New Revision: 417906
URL: https://svnweb.freebsd.org/changeset/ports/417906

Log:
  - Fix r417755
  - Bump PORTREVISION for dependency change
  
  r417755 was meant to remove RUBY_RDOC but it also added ruby as runtime
  dependency unconditionally. USE_RUBY should be set only if RUBY option is on.

Modified:
  head/databases/xapian-bindings/Makefile

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Fri Jul  1 23:25:17 2016	(r417905)
+++ head/databases/xapian-bindings/Makefile	Sat Jul  2 01:41:27 2016	(r417906)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xapian-bindings
 PORTVERSION=	1.2.23
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -39,7 +40,7 @@ PYTHON_CONFIGURE_ENV=	PYTHON_LIB=${PYTHO
 PYTHON_CONFIGURE_WITH=	python
 PYTHON_USES=		python:2
 RUBY_CONFIGURE_WITH=	ruby
-USE_RUBY=		yes
+RUBY_USE=		RUBY=yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure


More information about the svn-ports-head mailing list