Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:35:02 +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: r455440 - head/databases/xapian-bindings12
Message-ID:  <201712032035.vB3KZ2pN056410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  3 20:35:02 2017
New Revision: 455440
URL: https://svnweb.freebsd.org/changeset/ports/455440

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/xapian-bindings12/Makefile

Modified: head/databases/xapian-bindings12/Makefile
==============================================================================
--- head/databases/xapian-bindings12/Makefile	Sun Dec  3 20:34:57 2017	(r455439)
+++ head/databases/xapian-bindings12/Makefile	Sun Dec  3 20:35:02 2017	(r455440)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xapian-bindings
 PORTVERSION=	1.2.25
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -43,7 +44,7 @@ PHP_CONFIGURE_WITH=	php
 PHP_USES=		php:build
 PYTHON_CONFIGURE_ENV=	PYTHON_LIB=${PYTHON_SITELIBDIR}
 PYTHON_CONFIGURE_WITH=	python
-PYTHON_USES=		python:2
+PYTHON_USES=		python:2.7
 RUBY_CONFIGURE_WITH=	ruby
 RUBY_USE=		RUBY=yes
 



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