Summary: | [MAINTAINER] devel/ChipmunkPhysics: update to 6.2.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ports | ||||
Component: | Individual Port(s) | Assignee: | William Grzybowski <wg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
ports
2013-10-15 23:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it. Hi, Can you attach the patch again? It was malformed in GNATS. Thanks -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil I don't have access to the original patch ATM; tried to fix the file manually, I hope I didn't miss something. Here is the patch... you're lucky I noticed this message, it ended up in spam for some reason, almost deleted it. Sorry for the trouble. On 10 November 2013 11:51, William Grzybowski <william88@gmail.com> wrote: > Hi, > > Can you attach the patch again? It was malformed in GNATS. > > Thanks > > -- > William Grzybowski > ------------------------------------------ > Curitiba/PR - Brasil State Changed From-To: open->closed Committed. Thanks! Author: wg Date: Sun Nov 10 13:29:26 2013 New Revision: 333390 URL: http://svnweb.freebsd.org/changeset/ports/333390 Log: devel/ChipmunkPhysics: update to 6.2.0 - Update to 6.2.0 - Allow staging PR: ports/183009 Submitted by: maintainer Modified: head/devel/ChipmunkPhysics/Makefile head/devel/ChipmunkPhysics/distinfo head/devel/ChipmunkPhysics/pkg-descr head/devel/ChipmunkPhysics/pkg-plist Modified: head/devel/ChipmunkPhysics/Makefile ============================================================================== --- head/devel/ChipmunkPhysics/Makefile Sun Nov 10 13:26:58 2013 (r333389) +++ head/devel/ChipmunkPhysics/Makefile Sun Nov 10 13:29:26 2013 (r333390) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= ChipmunkPhysics -PORTVERSION= 6.1.5 +PORTVERSION= 6.2.0 CATEGORIES= devel MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \ + http://files.slembcke.net/chipmunk/release/Chipmunk-6.x/ \ http://files.libsiege.org/chipmunk/ DISTNAME= Chipmunk-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -13,12 +14,10 @@ MAINTAINER= ports@stdrand.com COMMENT= 2D physics engine written in C LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake CMAKE_ARGS= -DBUILD_DEMOS=OFF USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/ChipmunkPhysics/distinfo ============================================================================== --- head/devel/ChipmunkPhysics/distinfo Sun Nov 10 13:26:58 2013 (r333389) +++ head/devel/ChipmunkPhysics/distinfo Sun Nov 10 13:29:26 2013 (r333390) @@ -1,2 +1,2 @@ -SHA256 (Chipmunk-6.1.5.tgz) = c7c36bf096c6a49b8b3034268d20a28b693a763c2edf7fa350729929067d1a66 -SIZE (Chipmunk-6.1.5.tgz) = 332496 +SHA256 (Chipmunk-6.2.0.tgz) = 75fd4098b98dd23e5c1f78a1c9e3080768fb6256143e261638a624163cde5af8 +SIZE (Chipmunk-6.2.0.tgz) = 1071081 Modified: head/devel/ChipmunkPhysics/pkg-descr ============================================================================== --- head/devel/ChipmunkPhysics/pkg-descr Sun Nov 10 13:26:58 2013 (r333389) +++ head/devel/ChipmunkPhysics/pkg-descr Sun Nov 10 13:29:26 2013 (r333390) @@ -1,5 +1,5 @@ Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics -library written in C. It's licensed under the unrestrictive, OSI approved MIT +library written in C. It is licensed under the unrestrictive, OSI approved MIT license. WWW: http://chipmunk-physics.net/ Modified: head/devel/ChipmunkPhysics/pkg-plist ============================================================================== --- head/devel/ChipmunkPhysics/pkg-plist Sun Nov 10 13:26:58 2013 (r333389) +++ head/devel/ChipmunkPhysics/pkg-plist Sun Nov 10 13:29:26 2013 (r333390) @@ -1,4 +1,4 @@ -lib/libchipmunk.so.6.1.5 +lib/libchipmunk.so.6.2.0 lib/libchipmunk.so lib/libchipmunk.a include/chipmunk/cpVect.h _______________________________________________ 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" |