ports/178080: [maintainer update] devel/ChipmunkPhysics bump from 6.1.3 to 6.1.4

Tim Čas ports at stdrand.com
Tue Apr 23 12:00:01 UTC 2013


>Number:         178080
>Category:       ports
>Synopsis:       [maintainer update] devel/ChipmunkPhysics bump from 6.1.3 to 6.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 12:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tim Čas
>Release:        9.1-RELEASE
>Organization:
n/a
>Environment:
n/a
>Description:
Again, I apologize for the delay --- I did not get informed by the bot about the update (which I did last time, no idea why it didn't work now). I've updated the port as soon as I noticed the version change on the official Chipmunk website.

Please note that I had to patch the file version from 6.1.3 to 6.1.4 -- the author seems to have forgotten to update that himself, and not fixing it might be problematic in cases where 6.1.3 and 6.1.4 might need to coexist (also, it might just spawn confusion). I have informed him of the mistake, and I assume he'll be fixing it soon.

Expect further changes soonish in case he modifies the original upload (changes, in order to fix the distinfo file, to reflect modified files). I'm submitting this anyways because it's *way* overdue and I don't even know if he'll go along with modifying the incorrectly versioned files.

One last thing: There are lots of changes in the pkg-plist file -- this is due to me switching from unsorted output (which had an arbitrary ordering, and was a problem for maintaining it) to sorted output. Future changes should be smaller in that file.

>How-To-Repeat:
n/a
>Fix:
Patch file is attached.


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 316347)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ChipmunkPhysics
-PORTVERSION=	6.1.3
+PORTVERSION=	6.1.4
 CATEGORIES=	devel
 MASTER_SITES=	http://chipmunk-physics.net/release/Chipmunk-6.x/ \
 		http://files.libsiege.org/chipmunk/
@@ -21,4 +21,7 @@
 
 USE_LDCONFIG=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|6.1.3|6.1.4|g' ${WRKSRC}/src/CMakeLists.txt
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 316347)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Chipmunk-6.1.3.tgz) = 8fdc250e5259f82b59c79d94b2dcded1f906c8e2a3c616098d73f9459cb3c3cc
-SIZE (Chipmunk-6.1.3.tgz) = 325756
+SHA256 (Chipmunk-6.1.4.tgz) = 6746caff4639c5b9ea44831d42695dadacd283af754d3f310264c8e8a85f0ba3
+SIZE (Chipmunk-6.1.4.tgz) = 325808
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 316347)
+++ pkg-plist	(working copy)
@@ -1,30 +1,30 @@
-lib/libchipmunk.so.6.1.3
+lib/libchipmunk.so.6.1.4
 lib/libchipmunk.so
 lib/libchipmunk.a
-include/chipmunk/cpBody.h
-include/chipmunk/chipmunk_unsafe.h
 include/chipmunk/cpVect.h
 include/chipmunk/cpSpatialIndex.h
-include/chipmunk/chipmunk_ffi.h
-include/chipmunk/chipmunk.h
+include/chipmunk/cpSpace.h
 include/chipmunk/cpShape.h
-include/chipmunk/cpSpace.h
 include/chipmunk/cpPolyShape.h
-include/chipmunk/chipmunk_types.h
+include/chipmunk/cpBody.h
+include/chipmunk/cpBB.h
 include/chipmunk/cpArbiter.h
-include/chipmunk/cpBB.h
-include/chipmunk/chipmunk_private.h
-include/chipmunk/constraints/cpConstraint.h
 include/chipmunk/constraints/util.h
-include/chipmunk/constraints/cpGearJoint.h
-include/chipmunk/constraints/cpGrooveJoint.h
 include/chipmunk/constraints/cpSlideJoint.h
-include/chipmunk/constraints/cpDampedRotarySpring.h
-include/chipmunk/constraints/cpPivotJoint.h
-include/chipmunk/constraints/cpDampedSpring.h
-include/chipmunk/constraints/cpRatchetJoint.h
 include/chipmunk/constraints/cpSimpleMotor.h
 include/chipmunk/constraints/cpRotaryLimitJoint.h
+include/chipmunk/constraints/cpRatchetJoint.h
+include/chipmunk/constraints/cpPivotJoint.h
 include/chipmunk/constraints/cpPinJoint.h
+include/chipmunk/constraints/cpGrooveJoint.h
+include/chipmunk/constraints/cpGearJoint.h
+include/chipmunk/constraints/cpDampedSpring.h
+include/chipmunk/constraints/cpDampedRotarySpring.h
+include/chipmunk/constraints/cpConstraint.h
+include/chipmunk/chipmunk_unsafe.h
+include/chipmunk/chipmunk_types.h
+include/chipmunk/chipmunk_private.h
+include/chipmunk/chipmunk_ffi.h
+include/chipmunk/chipmunk.h
 @dirrm include/chipmunk/constraints
 @dirrm include/chipmunk


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list