Date: Sat, 18 Aug 2012 21:40:10 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/170662 devel/pymunk: A easy-to-use pythonic 2d physics library built on top of Chipmunk Message-ID: <201208182140.q7ILeAJN008744@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170662; it has been noted by GNATS. From: nemysis <nemysis@gmx.ch> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170662 devel/pymunk: A easy-to-use pythonic 2d physics library built on top of Chipmunk Date: Sat, 18 Aug 2012 23:31:43 +0200 --MP_/WcNfEpePWKrxcTtZYDqq05b Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/WcNfEpePWKrxcTtZYDqq05b Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=pymunk.diff diff -ruN pymunk.orig/Makefile pymunk/Makefile --- pymunk.orig/Makefile 2012-08-16 13:24:49.000000000 +0200 +++ pymunk/Makefile 2012-08-18 21:50:22.000000000 +0200 @@ -12,7 +12,7 @@ DIST_SUBDIR= python MAINTAINER= nemysis@gmx.ch -COMMENT= A easy-to-use pythonic 2d physics library built on top of Chipmunk +COMMENT= A easy-to-use pythonic 2d physics library built on top of Chipmunk-Physics LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -20,9 +20,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/pyglet/__init__.py:${PORTSDIR}/graphics/py-pyglet-devel -OPTIONS_DEFINE= DATA -OPTIONS_DEFAULT= DATA - USE_ZIP= yes USE_GL= yes USE_PYTHON= yes @@ -36,9 +33,9 @@ post-install: #Data -.if ${PORT_OPTIONS:MDATA} +.if !defined(NOPORTDATA) ${MKDIR} ${DATADIR} -. for d in chipmunk_src pymunk tests tools +. for d in pymunk tests tools @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) . endfor .endif diff -ruN pymunk.orig/pkg-descr pymunk/pkg-descr --- pymunk.orig/pkg-descr 2012-08-13 18:06:15.000000000 +0200 +++ pymunk/pkg-descr 2012-08-16 13:25:35.000000000 +0200 @@ -1,5 +1,5 @@ pymunk vision is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python. -It is built on top of the very nice 2d physics library Chipmunk +It is built on top of the very nice 2d physics library Chipmunk-Physics. WWW: https://code.google.com/p/pymunk/ --MP_/WcNfEpePWKrxcTtZYDqq05b--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208182140.q7ILeAJN008744>