mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
cad/ghdl: Update 2.0.0-20230222 → 3.0.0
Reported by: portscout
This commit is contained in:
parent
7b1e230375
commit
de77a221f0
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ghdl
|
PORTNAME= ghdl
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.0.0-20230222
|
DISTVERSION= 3.0.0
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -21,7 +21,6 @@ SHEBANG_FILES= testsuite/testsuite.sh
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_TAGNAME= 7670533
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1677185255
|
TIMESTAMP = 1678325963
|
||||||
SHA256 (ghdl-ghdl-v2.0.0-20230222-7670533_GH0.tar.gz) = d0bd40ad1d5ffc51300e1fc8248f12621333376230defd79793b9454469b359d
|
SHA256 (ghdl-ghdl-v3.0.0_GH0.tar.gz) = c1ed4d2095df80131260a48c55bb53409ce8d4c38bba42618ca040115faf08b9
|
||||||
SIZE (ghdl-ghdl-v2.0.0-20230222-7670533_GH0.tar.gz) = 7196702
|
SIZE (ghdl-ghdl-v3.0.0_GH0.tar.gz) = 7160245
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
done
|
done
|
||||||
|
|
||||||
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi vhpi"; fi
|
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi vhpi"; fi
|
||||||
+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi vhpi"; fi
|
+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi vhpi"; fi
|
||||||
|
|
||||||
echo "> tests: $tests"
|
echo "> tests: $tests"
|
||||||
echo "> args: $@"
|
echo "> args: $@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue