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/racket | |
parent | devel/libffi: Update to 3.3.0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=541232
Diffstat (limited to 'lang/racket')
-rw-r--r-- | lang/racket/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile index bd1dd1df2afd..d35b08307dc3 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -3,6 +3,7 @@ PORTNAME= racket PORTVERSION= 7.7 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \ http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \ |