aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-11-21 20:11:17 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-11-21 20:11:17 +0000
commitf40fc723e479d7433d548ac548ab7175ce26de9e (patch)
treed6338419aecd2b69983952688508e403e96b402c
parentfd8e54173e14fde9513249909dfe2996be413581 (diff)
downloadports-f40fc723e479d7433d548ac548ab7175ce26de9e.tar.gz
ports-f40fc723e479d7433d548ac548ab7175ce26de9e.zip
cad/freehdl: upgrade to the latest
Now the disfile is hosted at SourgeForge, by the project QUCS (Quite Universal Circuit Simulator). Also set the license.
-rw-r--r--cad/freehdl/Makefile22
-rw-r--r--cad/freehdl/distinfo6
2 files changed, 16 insertions, 12 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile
index 6ba41c6d66e6..39eb975a7c01 100644
--- a/cad/freehdl/Makefile
+++ b/cad/freehdl/Makefile
@@ -1,25 +1,29 @@
PORTNAME= freehdl
-PORTVERSION= 0.0.7
-PORTREVISION= 10
+PORTVERSION= 0.0.8
CATEGORIES= cad
-MASTER_SITES= http://freehdl.seul.org/~enaroska/
+MASTER_SITES= SF/qucs/qucs/0.0.16/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free VHDL simulator
WWW= http://www.freehdl.seul.org/
-USES= gmake pathfix libtool makeinfo perl5 pkgconfig
-USE_LDCONFIG= yes
-USE_GCC= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE}
-INSTALL_TARGET= install-strip
+LICENSE= GPLv2
+RUN_DEPENDS= guile:lang/guile
+
+USES= gmake pathfix libtool makeinfo perl5 pkgconfig
# Bug 219297: GCC 6 changed its default from -std=gnu++98 to -std=gnu++14, and
# this port's code is not compatible with C++11. Since the project looks
# abandoned upstream, it makes more sense to just continue building with an
# older C++ standard.
USE_CXXSTD= gnu++98
+USE_GCC= yes
+USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE}
+
+INSTALL_TARGET= install-strip
INFO= fire
diff --git a/cad/freehdl/distinfo b/cad/freehdl/distinfo
index ea017ab80e81..dd765e45cdee 100644
--- a/cad/freehdl/distinfo
+++ b/cad/freehdl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700588581
-SHA256 (freehdl-0.0.7.tar.gz) = b12f2066d856d03e8abc0d93d6ba566b9c55b18e60d47614106c64030324d2de
-SIZE (freehdl-0.0.7.tar.gz) = 1394351
+TIMESTAMP = 1700588582
+SHA256 (freehdl-0.0.8.tar.gz) = 7f0978f8252329450de43e98c04c15fdd8a3f2bdc5ca91f75f8f5dd280c6ed84
+SIZE (freehdl-0.0.8.tar.gz) = 1389888