aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-03-06 05:04:04 +0800
committernemysis <nemysis@FreeBSD.org>2014-03-06 05:04:04 +0800
commitf576ec2607e3c11c1ca93bd68c31edaa6dfd6672 (patch)
treebcfe8128ece1ae865587c61deed015737f161941 /cad
parentf2e12f90358f402acb17f9d313025b0c87d40dc5 (diff)
downloadfreebsd-ports-gnome-f576ec2607e3c11c1ca93bd68c31edaa6dfd6672.tar.gz
freebsd-ports-gnome-f576ec2607e3c11c1ca93bd68c31edaa6dfd6672.tar.zst
freebsd-ports-gnome-f576ec2607e3c11c1ca93bd68c31edaa6dfd6672.zip
- Update to 201302, Announce message:
This update includes 869 files in the core library, including 570 new parts. - Strip executable - Change mklist -n to -d according to pkg-message
Diffstat (limited to 'cad')
-rw-r--r--cad/ldraw/Makefile5
-rw-r--r--cad/ldraw/distinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/cad/ldraw/Makefile b/cad/ldraw/Makefile
index 7b2d5fe703c3..cbfae892ffc7 100644
--- a/cad/ldraw/Makefile
+++ b/cad/ldraw/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ldraw
-PORTVERSION= 201301
+PORTVERSION= 201302
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= http://www.ldraw.org/library/updates/
@@ -50,7 +50,8 @@ do-install:
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/mklist/mklist ${STAGEDIR}${DATADIR}
- @(cd ${STAGEDIR}${DATADIR} ; ./mklist -n)
+ ${STRIP_CMD} ${STAGEDIR}${DATADIR}/mklist
+ @(cd ${STAGEDIR}${DATADIR} ; ./mklist -d)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/cad/ldraw/distinfo b/cad/ldraw/distinfo
index 17b58b11b6b2..e6f3a18c9a64 100644
--- a/cad/ldraw/distinfo
+++ b/cad/ldraw/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ldraw/complete.zip) = 504b27731cb7d7b83833dff2ca0bd711363f733751d4f3dc6fec6ef86f54d916
-SIZE (ldraw/complete.zip) = 22915441
+SHA256 (ldraw/complete.zip) = 8f7aef634c4c7228cbc9987734ce28d13b9c655a85bf7e9a879e84cc518bf4fe
+SIZE (ldraw/complete.zip) = 25216837