Bug 228260 - [maintainer-update] cad/calculix: update to version 2.14
Summary: [maintainer-update] cad/calculix: update to version 2.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: patch
Depends on: 228259
Blocks:
  Show dependency treegraph
 
Reported: 2018-05-15 01:49 UTC by Pedro F. Giffuni
Modified: 2018-07-21 09:00 UTC (History)
1 user (show)

See Also:


Attachments
svn "diff" to update calculix (7.93 KB, patch)
2018-05-15 01:49 UTC, Pedro F. Giffuni
no flags Details | Diff
Update + cleanup garbage in examples (9.87 KB, patch)
2018-05-23 15:18 UTC, Pedro F. Giffuni
no flags Details | Diff
Update + cleanup garbage in examples (9.86 KB, patch)
2018-05-23 15:23 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2018-05-15 01:49:39 UTC
Created attachment 193408 [details]
svn "diff" to update calculix

New version. Changes noted here: http://www.dhondt.de/new_calc.htm
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2018-05-23 07:33:24 UTC
Files ending with ~ should be deleted.
Comment 2 Pedro F. Giffuni freebsd_committer freebsd_triage 2018-05-23 15:18:00 UTC
Created attachment 193635 [details]
Update + cleanup garbage in examples

Cleanup grabage that crept in the examples dir.
Comment 3 Pedro F. Giffuni freebsd_committer freebsd_triage 2018-05-23 15:23:23 UTC
Created attachment 193636 [details]
Update + cleanup garbage in examples

No need for the -f in ${RM}.
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-07-18 16:43:20 UTC
A commit references this bug:

Author: swills
Date: Wed Jul 18 16:42:32 UTC 2018
New revision: 474885
URL: https://svnweb.freebsd.org/changeset/ports/474885

Log:
  cad/calculix: update to version 2.14

  PR:		228260
  Submitted by:	pfg (maintainer)

Changes:
  head/cad/calculix/Makefile
  head/cad/calculix/distinfo
  head/cad/calculix/files/patch-cgx__VER_src_Makefile
  head/cad/calculix/files/patch-cgx__VER_src_cgx.h
  head/cad/calculix/files/patch-cgx__VER_src_extUtil.h
  head/cad/calculix/files/patch-cgx__VER_src_uselibSNL.cpp
  head/cad/calculix/pkg-plist
Comment 5 Steve Wills freebsd_committer freebsd_triage 2018-07-18 16:43:42 UTC
Committed, thanks!
Comment 6 rsmith 2018-07-21 09:00:40 UTC
My update attempt failed because of size mismatch.

In the distinfo, I see:

SHA256 (calculix/cgx_2.14.all.tar.bz2) = 7ed16261749a2a62c77ad0631e5a1f001566aad62cd3e71fcbe2c9ce507f3712
SIZE (calculix/cgx_2.14.all.tar.bz2) = 4546855
SHA256 (calculix/cgx_2.14.exa.tar.bz2) = b922ba2bbd5662d05e1e9d6da1189a80fc341dfb1c46bcc19d89de56e6e67fc3
SIZE (calculix/cgx_2.14.exa.tar.bz2) = 3030018
SHA256 (calculix/cgx_2.14.htm.tar.bz2) = 20952ebb3d733a135c089a42473e15c119bd14b04e4fe73d858505d453267c0b
SIZE (calculix/cgx_2.14.htm.tar.bz2) = 336313
SHA256 (calculix/cgx_2.14.pdf) = dc9c30470e678953d1c4efcdff10a55122bd29f88fe520a43c548f178d9082f1
SIZE (calculix/cgx_2.14.pdf) = 1304642

But examining the downloads from http://www.dhondt.de/, both sizes and checksums differ:

> sha256 cgx_2.14.*
SHA256 (cgx_2.14.all.tar.bz2) = 07658fcf2c00489cad16b58c6065ca8402c974f2c7e9d3e9dbca87cfd7275d12
SHA256 (cgx_2.14.exa.tar.bz2) = 78dbd438b64e68af48cec0c34fd76ab79d11aa0c7fcceb7357cf107fb203c2da
SHA256 (cgx_2.14.htm.tar.bz2) = 280b5f76d3a6c61772fa50eeabca043b53d4083fcf186d1c80bfe5669398e6ea
SHA256 (cgx_2.14.pdf) = b933bddbd21184931f2253d77eca63b9cf92a52d808660f27a636b742b328060

> ls -l cgx_2.14.*
-rw-------  1 rsmith  rsmith  5451218 Jul 21 10:35 cgx_2.14.all.tar.bz2
-rw-------  1 rsmith  rsmith  3928431 Jul 21 10:37 cgx_2.14.exa.tar.bz2
-rw-------  1 rsmith  rsmith   338235 Jul 21 10:37 cgx_2.14.htm.tar.bz2
-rw-------  1 rsmith  rsmith  1308087 Jul 21 10:37 cgx_2.14.pdf

Maybe the distfiles were re-rolled?