diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-04 18:11:42 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-04 18:11:42 +0000 |
commit | 0e32330f15f054f5b77cc0a58e7a6ec282dec710 (patch) | |
tree | b4bdc11662e20506078156e14bbeefa6145af3ee /lang/sagittarius-scheme | |
parent | ebc9067a31c6dc63b90eb56ad1bb59250c31b1f5 (diff) | |
download | freebsd-ports-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 'lang/sagittarius-scheme')
-rw-r--r-- | lang/sagittarius-scheme/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile index 9809e61195ee..14f114462dcf 100644 --- a/lang/sagittarius-scheme/Makefile +++ b/lang/sagittarius-scheme/Makefile @@ -3,6 +3,7 @@ PORTNAME= sagittarius PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ LOCAL/ashish |