View | Details | Raw Unified | Return to bug 175057 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ChipmunkPhysics
4
PORTNAME=	ChipmunkPhysics
5
PORTVERSION=	6.1.2
5
PORTVERSION=	6.1.3
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 17-22 Link Here
17
17
18
USE_CMAKE=	yes
18
USE_CMAKE=	yes
19
CMAKE_ARGS=	-DBUILD_DEMOS=OFF
19
CMAKE_ARGS=	-DBUILD_DEMOS=OFF
20
MAKE_JOBS_SAFE=	yes
20
21
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
22
23
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Chipmunk-6.1.2.tgz) = f9d3e7d2480e50b034081613c18fa90421d5bf002af813ef1443e832dac43fc2
1
SHA256 (Chipmunk-6.1.3.tgz) = 8fdc250e5259f82b59c79d94b2dcded1f906c8e2a3c616098d73f9459cb3c3cc
2
SIZE (Chipmunk-6.1.2.tgz) = 324892
2
SIZE (Chipmunk-6.1.3.tgz) = 325756
(-)pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
lib/libchipmunk.so.6.1.2
1
lib/libchipmunk.so.6.1.3
2
lib/libchipmunk.so
2
lib/libchipmunk.so
3
lib/libchipmunk.a
3
lib/libchipmunk.a
4
include/chipmunk/cpBody.h
4
include/chipmunk/cpBody.h

Return to bug 175057