From owner-svn-ports-head@FreeBSD.ORG Thu Apr 2 18:49:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C65E736; Thu, 2 Apr 2015 18:49:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 17205FB; Thu, 2 Apr 2015 18:49:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32InjTi024972; Thu, 2 Apr 2015 18:49:45 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32InjWO024971; Thu, 2 Apr 2015 18:49:45 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201504021849.t32InjWO024971@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 2 Apr 2015 18:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383044 - head/devel/py-ode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 18:49:46 -0000 Author: rm Date: Thu Apr 2 18:49:44 2015 New Revision: 383044 URL: https://svnweb.freebsd.org/changeset/ports/383044 Log: devel/py-ode: convert to auto-generated packing list - convert to auto-generated packing list - remove no more needed OPTIONSFILE Approved by: amdmi3 (maintainer, by email long time ago) Deleted: head/devel/py-ode/pkg-plist Modified: head/devel/py-ode/Makefile Modified: head/devel/py-ode/Makefile ============================================================================== --- head/devel/py-ode/Makefile Thu Apr 2 18:45:35 2015 (r383043) +++ head/devel/py-ode/Makefile Thu Apr 2 18:49:44 2015 (r383044) @@ -15,11 +15,8 @@ COMMENT= Python bindings for The Open Dy BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode -USES= python tar:bzip2 -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= PyODE - -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +USES= python:2 tar:bzip2 +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= TRIMESH OPTIONS_DEFAULT=TRIMESH