summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-04-11 17:53:54 +0000
committerJohn Marino <marino@FreeBSD.org>2015-04-11 17:53:54 +0000
commitcbc2b9d4938fc20688352c1f1a9fd611f655a887 (patch)
treed2fee4cf3c4c4a6a5c0a5a99208726cc91ea8946
parentnet/tramp: add CPE information (diff)
cad/ldraw: Fix fetch; distfile was rerolled
I have the idea that ldraw is always released under the same filename. The port was marked broken due to a checksum mismatch; the file was fetched but it had changed. I've expanded DIST_SUBDIR to include the PORTVERSION. I think the scheme used is just {YEAR}{ITERATION-2-DIGIT} so I picked 201501 as the new PORTREVISION. This builds under poudriere testport just fine. Approved by: blanket
-rw-r--r--cad/ldraw/Makefile5
-rw-r--r--cad/ldraw/distinfo4
2 files changed, 4 insertions, 5 deletions
diff --git a/cad/ldraw/Makefile b/cad/ldraw/Makefile
index 2ff261c7ca57..5660230b6720 100644
--- a/cad/ldraw/Makefile
+++ b/cad/ldraw/Makefile
@@ -2,17 +2,16 @@
# $FreeBSD$
PORTNAME= ldraw
-PORTVERSION= 201302
+PORTVERSION= 201501
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= http://www.ldraw.org/library/updates/
DISTNAME= complete
-DIST_SUBDIR= ${PORTNAME}
+DIST_SUBDIR= ldraw/${PORTVERSION}
MAINTAINER= koalative@gmail.com
COMMENT= LDraw parts library
-BROKEN= Unfetchable
LICENSE= CDDL CCbyNCSA2
LICENSE_COMB= dual
LICENSE_NAME_CCbyNCSA2=Attribution-NonCommercial-ShareAlike 2.0 Unported
diff --git a/cad/ldraw/distinfo b/cad/ldraw/distinfo
index e6f3a18c9a64..9179b5505aa9 100644
--- a/cad/ldraw/distinfo
+++ b/cad/ldraw/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ldraw/complete.zip) = 8f7aef634c4c7228cbc9987734ce28d13b9c655a85bf7e9a879e84cc518bf4fe
-SIZE (ldraw/complete.zip) = 25216837
+SHA256 (ldraw/201501/complete.zip) = ca4cf9c46f7fc73d0d1a55ca8270635cfe93ab2244c88640457090887e07ed7a
+SIZE (ldraw/201501/complete.zip) = 29881376