diff options
author | marino <marino@FreeBSD.org> | 2015-04-12 01:53:54 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-12 01:53:54 +0800 |
commit | ecb4fcc8b547ea123b15ef59976d4328a50dd00f (patch) | |
tree | d2fee4cf3c4c4a6a5c0a5a99208726cc91ea8946 /cad | |
parent | cd233983bd4703cb2192a22233a914cd35401138 (diff) | |
download | freebsd-ports-gnome-ecb4fcc8b547ea123b15ef59976d4328a50dd00f.tar.gz freebsd-ports-gnome-ecb4fcc8b547ea123b15ef59976d4328a50dd00f.tar.zst freebsd-ports-gnome-ecb4fcc8b547ea123b15ef59976d4328a50dd00f.zip |
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
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ldraw/Makefile | 5 | ||||
-rw-r--r-- | cad/ldraw/distinfo | 4 |
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 |