svn commit: r455440 - head/databases/xapian-bindings12
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 3 20:35:06 UTC 2017
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
More information about the svn-ports-all
mailing list