Date: Tue, 30 Apr 2019 11:06:50 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500477 - head/devel/py-subversion Message-ID: <201904301106.x3UB6oIO069931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lev Date: Tue Apr 30 11:06:49 2019 New Revision: 500477 URL: https://svnweb.freebsd.org/changeset/ports/500477 Log: Require python 2.7 and add tests to build process. Requirement for python 2.7 will be removed when subversion make support for python3. PR: 237620 Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> Modified: head/devel/py-subversion/Makefile Modified: head/devel/py-subversion/Makefile ============================================================================== --- head/devel/py-subversion/Makefile Tue Apr 30 10:54:38 2019 (r500476) +++ head/devel/py-subversion/Makefile Tue Apr 30 11:06:49 2019 (r500477) @@ -7,12 +7,12 @@ PORTREVISION= 0 MAINTAINER= lev@FreeBSD.org COMMENT= Python bindings for version control system -USES+= python +USES+= python:2.7 USE_PYTHON= flavors py3kplist -PORTREVISION_112= 0 -PORTREVISION_19= 0 -PORTREVISION_LTS= 0 +PORTREVISION_112= 1 +PORTREVISION_19= 1 +PORTREVISION_LTS= 1 SVN_BUILD_BINDINGS= yes @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-gnome-keyring \ --without-kwallet \ --with-apxs=no -ALL_TARGET= swig-py-lib swig-py +ALL_TARGET= swig-py-lib swig-py check-swig-py INSTALL_TARGET= install-swig-py .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301106.x3UB6oIO069931>