diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-05 02:11:42 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-05 02:11:42 +0800 |
commit | 0e32330f15f054f5b77cc0a58e7a6ec282dec710 (patch) | |
tree | b4bdc11662e20506078156e14bbeefa6145af3ee /cad/yosys | |
parent | ebc9067a31c6dc63b90eb56ad1bb59250c31b1f5 (diff) | |
download | freebsd-ports-gnome-0e32330f15f054f5b77cc0a58e7a6ec282dec710.tar.gz freebsd-ports-gnome-0e32330f15f054f5b77cc0a58e7a6ec282dec710.tar.zst freebsd-ports-gnome-0e32330f15f054f5b77cc0a58e7a6ec282dec710.zip |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
Diffstat (limited to 'cad/yosys')
-rw-r--r-- | cad/yosys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/yosys/Makefile b/cad/yosys/Makefile index f133020c3711..c73bd2af02a8 100644 --- a/cad/yosys/Makefile +++ b/cad/yosys/Makefile @@ -4,6 +4,7 @@ PORTNAME= yosys DISTVERSIONPREFIX= yosys- DISTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org |