View | Details | Raw Unified | Return to bug 179472
Collapse All | Expand All

(-)Makefile (-4 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ChipmunkPhysics
4
PORTNAME=	ChipmunkPhysics
5
PORTVERSION=	6.1.4
5
PORTVERSION=	6.1.5
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://chipmunk-physics.net/release/Chipmunk-6.x/ \
7
MASTER_SITES=	http://chipmunk-physics.net/release/Chipmunk-6.x/ \
8
		http://files.libsiege.org/chipmunk/
8
		http://files.libsiege.org/chipmunk/
Lines 21-27 Link Here
21
21
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
post-patch:
25
	@${REINPLACE_CMD} -e 's|6.1.3|6.1.4|g' ${WRKSRC}/src/CMakeLists.txt
26
27
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Chipmunk-6.1.4.tgz) = 6746caff4639c5b9ea44831d42695dadacd283af754d3f310264c8e8a85f0ba3
1
SHA256 (Chipmunk-6.1.5.tgz) = c7c36bf096c6a49b8b3034268d20a28b693a763c2edf7fa350729929067d1a66
2
SIZE (Chipmunk-6.1.4.tgz) = 325808
2
SIZE (Chipmunk-6.1.5.tgz) = 332496
(-)pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
lib/libchipmunk.so.6.1.4
1
lib/libchipmunk.so.6.1.5
2
lib/libchipmunk.so
2
lib/libchipmunk.so
3
lib/libchipmunk.a
3
lib/libchipmunk.a
4
include/chipmunk/cpVect.h
4
include/chipmunk/cpVect.h

Return to bug 179472