From owner-svn-ports-all@freebsd.org Sun Dec 3 20:35:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA1EDE674A5; Sun, 3 Dec 2017 20:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33E066632A; Sun, 3 Dec 2017 20:35:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB3KZ2cW056411; Sun, 3 Dec 2017 20:35:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB3KZ2pN056410; Sun, 3 Dec 2017 20:35:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712032035.vB3KZ2pN056410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Dec 2017 20:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455440 - head/databases/xapian-bindings12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/xapian-bindings12 X-SVN-Commit-Revision: 455440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 20:35:06 -0000 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