From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 27 10:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3569221A for ; Thu, 27 Dec 2012 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 100648FC0A for ; Thu, 27 Dec 2012 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRAe0AF023390 for ; Thu, 27 Dec 2012 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBRAe0OD023385; Thu, 27 Dec 2012 10:40:00 GMT (envelope-from gnats) Date: Thu, 27 Dec 2012 10:40:00 GMT Message-Id: <201212271040.qBRAe0OD023385@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174116: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 10:40:01 -0000 The following reply was made to PR ports/174116; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174116: commit references a PR Date: Thu, 27 Dec 2012 10:39:21 +0000 (UTC) Author: pawel Date: Thu Dec 27 10:39:07 2012 New Revision: 309539 URL: http://svnweb.freebsd.org/changeset/ports/309539 Log: Update to version 2.2.2 PR: ports/174116 Submitted by: Quentin Stievenart (maintainer) Modified: head/devel/nxt-python/Makefile head/devel/nxt-python/distinfo head/devel/nxt-python/pkg-plist Modified: head/devel/nxt-python/Makefile ============================================================================== --- head/devel/nxt-python/Makefile Thu Dec 27 08:43:58 2012 (r309538) +++ head/devel/nxt-python/Makefile Thu Dec 27 10:39:07 2012 (r309539) @@ -1,12 +1,8 @@ -# New ports collection makefile for: nxt-python -# Date created: 9 March 2011 -# Whom: Quentin Stievenart -# +# Created by: Quentin Stievenart # $FreeBSD$ -# PORTNAME= nxt-python -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,12 +11,10 @@ COMMENT= Python interface for the Lego M LICENSE= GPLv3 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/usb.so:${PORTSDIR}/devel/py-usb + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME} -post-patch: - # fixes FreeBSD specific bug - ${REINPLACE_CMD} 's|\(self.handle.reset()\)|#\1|' ${WRKSRC}/nxt/usbsock.py - .include Modified: head/devel/nxt-python/distinfo ============================================================================== --- head/devel/nxt-python/distinfo Thu Dec 27 08:43:58 2012 (r309538) +++ head/devel/nxt-python/distinfo Thu Dec 27 10:39:07 2012 (r309539) @@ -1,2 +1,2 @@ -SHA256 (nxt-python-2.1.0.tar.gz) = ec05ded1eaa72f77330c68c60d3cda88fdeee14dfbeacc583f2ecbd24f7c9025 -SIZE (nxt-python-2.1.0.tar.gz) = 49769 +SHA256 (nxt-python-2.2.2.tar.gz) = 8d32d8d690b2047691964326337bc8614502c37c66b25c5812a67052a5df35cc +SIZE (nxt-python-2.2.2.tar.gz) = 95225 Modified: head/devel/nxt-python/pkg-plist ============================================================================== --- head/devel/nxt-python/pkg-plist Thu Dec 27 08:43:58 2012 (r309538) +++ head/devel/nxt-python/pkg-plist Thu Dec 27 10:39:07 2012 (r309539) @@ -1,5 +1,6 @@ bin/nxt_filer bin/nxt_push +bin/nxt_server bin/nxt_test %%PYTHON_SITELIBDIR%%/nxt/__init__.py %%PYTHON_SITELIBDIR%%/nxt/__init__.pyc @@ -58,5 +59,14 @@ bin/nxt_test %%PYTHON_SITELIBDIR%%/nxt/utils.py %%PYTHON_SITELIBDIR%%/nxt/utils.pyc %%PYTHON_SITELIBDIR%%/nxt/utils.pyo +%%PYTHON_SITELIBDIR%%/nxt/fantomsock.py +%%PYTHON_SITELIBDIR%%/nxt/motcont.py +%%PYTHON_SITELIBDIR%%/nxt/ipsock.py +%%PYTHON_SITELIBDIR%%/nxt/fantomsock.pyc +%%PYTHON_SITELIBDIR%%/nxt/motcont.pyc +%%PYTHON_SITELIBDIR%%/nxt/ipsock.pyc +%%PYTHON_SITELIBDIR%%/nxt/fantomsock.pyo +%%PYTHON_SITELIBDIR%%/nxt/motcont.pyo +%%PYTHON_SITELIBDIR%%/nxt/ipsock.pyo @dirrm %%PYTHON_SITELIBDIR%%/nxt/sensor @dirrm %%PYTHON_SITELIBDIR%%/nxt _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"