diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2023-06-16 20:11:54 +0200 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2023-06-16 20:11:54 +0200 |
| commit | 0622751d36e260e8c7c9d8b9ed1c443368e67fba (patch) | |
| tree | ccc02c1c1cc63d55a6e15434409ac57c060645bf | |
| parent | graphics/ocaml-lablgl: fix build with clang 16 (diff) | |
*: regular cleanup for GH_TAGNAME bad usage
| -rw-r--r-- | math/clp/Makefile | 2 | ||||
| -rw-r--r-- | math/clp/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 167f2eff41ab..1e557aab0a77 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -1,4 +1,5 @@ PORTNAME= Clp +DISTVERSIONPREFIX= releases/ DISTVERSION= 1.17.8 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -24,7 +25,6 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= coin-or -GH_TAGNAME= releases/${DISTVERSION} GNU_CONFIGURE= yes diff --git a/math/clp/distinfo b/math/clp/distinfo index 3e16e0663ba1..a9ceda423017 100644 --- a/math/clp/distinfo +++ b/math/clp/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1686847296 -SHA256 (coin-or-Clp-1.17.8-releases-1.17.8_GH0.tar.gz) = f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556 -SIZE (coin-or-Clp-1.17.8-releases-1.17.8_GH0.tar.gz) = 2168391 +SHA256 (coin-or-Clp-releases-1.17.8_GH0.tar.gz) = f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556 +SIZE (coin-or-Clp-releases-1.17.8_GH0.tar.gz) = 2168391 |
