aboutsummaryrefslogtreecommitdiff
path: root/cad/chipmunk/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-12-09 17:31:03 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-12-09 17:31:03 +0000
commitd38a5b6b8810bfcc3f2fc1334a1eac7cb8ab5627 (patch)
tree65f21eac978dac209e3dad7c357ebfb0e1a1a8a1 /cad/chipmunk/Makefile
parent9d77a893693e67bf763824c207fd44a73245f37f (diff)
downloadports-d38a5b6b8810bfcc3f2fc1334a1eac7cb8ab5627.tar.gz
ports-d38a5b6b8810bfcc3f2fc1334a1eac7cb8ab5627.zip
update chipmunk to 5.62 which unbreaks the CURRENT build
Notes
Notes: svn path=/head/; revision=95482
Diffstat (limited to 'cad/chipmunk/Makefile')
-rw-r--r--cad/chipmunk/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/cad/chipmunk/Makefile b/cad/chipmunk/Makefile
index 9e0b2556974d..1e85fde62034 100644
--- a/cad/chipmunk/Makefile
+++ b/cad/chipmunk/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= chipmunk
-PORTVERSION= 5.59
+PORTVERSION= 5.62
CATEGORIES= cad
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/chipmunk/pickup/sources/
-DISTFILES= psys-1.56.tar.gz log-5.59.tar.gz netcmp-1.12.tar.gz \
- mosis-1.12.tar.gz wol-1.12.tar.gz wolcomp-1.12.tar.gz \
- until-1.12.tar.gz util1.1.tar.gz view-1.12.tar.gz \
+DISTFILES= psys-1.58.tar.gz log-5.62.tar.gz netcmp-1.13.tar.gz \
+ mosis-1.14.tar.gz wol-1.14.tar.gz wolcomp-1.14.tar.gz \
+ until-1.14.tar.gz util-1.11.tar.gz view-1.14.tar.gz \
Makefile
-EXTRACT_ONLY= psys-1.56.tar.gz log-5.59.tar.gz netcmp-1.12.tar.gz \
- mosis-1.12.tar.gz wol-1.12.tar.gz wolcomp-1.12.tar.gz \
- until-1.12.tar.gz util1.1.tar.gz view-1.12.tar.gz
+EXTRACT_ONLY= psys-1.58.tar.gz log-5.62.tar.gz netcmp-1.13.tar.gz \
+ mosis-1.14.tar.gz wol-1.14.tar.gz wolcomp-1.14.tar.gz \
+ until-1.14.tar.gz util-1.11.tar.gz view-1.14.tar.gz
DIST_SUBDIR= chipmunk
MAINTAINER= ports@FreeBSD.org
@@ -24,13 +24,10 @@ COMMENT= An electronic CAD system
NO_WRKSUBDIR= yes
USE_XLIB= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile"
-.endif
-
post-extract:
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile