From owner-svn-ports-all@freebsd.org Fri Sep 23 20:21:38 2016 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 8EE22BE8C6E; Fri, 23 Sep 2016 20:21:38 +0000 (UTC) (envelope-from rm@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 620051D4D; Fri, 23 Sep 2016 20:21:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8NKLbFx015024; Fri, 23 Sep 2016 20:21:37 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8NKLbre015023; Fri, 23 Sep 2016 20:21:37 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201609232021.u8NKLbre015023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 23 Sep 2016 20:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422694 - head/graphics/pygts X-SVN-Group: ports-head 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.23 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: Fri, 23 Sep 2016 20:21:38 -0000 Author: rm Date: Fri Sep 23 20:21:37 2016 New Revision: 422694 URL: https://svnweb.freebsd.org/changeset/ports/422694 Log: graphics/pygts: convert to autoplist - convert to autoplist - limit python version to 2.x ===> Configuring for pygts-0.3.1_5 Traceback (most recent call last): File "", line 1, in File "setup.py", line 60 raise RuntimeError, result[0] ^ SyntaxError: invalid syntax *** Error code 1 Deleted: head/graphics/pygts/pkg-plist Modified: head/graphics/pygts/Makefile Modified: head/graphics/pygts/Makefile ============================================================================== --- head/graphics/pygts/Makefile Fri Sep 23 20:08:33 2016 (r422693) +++ head/graphics/pygts/Makefile Fri Sep 23 20:21:37 2016 (r422694) @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libgts.so:graphics/gts -USE_PYTHON= distutils -USES= pkgconfig python +USE_PYTHON= autoplist distutils +USES= pkgconfig python:2.7 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gts/_gts.so