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
This commit is contained in:
John Marino 2015-04-11 17:53:54 +00:00
parent 7980edefc1
commit cbc2b9d493
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383822
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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