diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-08-31 18:27:13 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-08-31 18:27:13 +0000 |
commit | d177d8bc6421b7a7e40e367371958808ff9500e7 (patch) | |
tree | 05d09f054e4a46c91774ef989a233b3638e202b1 /lang/sagittarius-scheme | |
parent | b500c91cc663257709db9bcf3f7cc68479501d41 (diff) | |
download | freebsd-ports-d177d8bc6421b7a7e40e367371958808ff9500e7.zip |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704
Diffstat (limited to 'lang/sagittarius-scheme')
-rw-r--r-- | lang/sagittarius-scheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile index d842f6ce815d..95b5d6c4f8d5 100644 --- a/lang/sagittarius-scheme/Makefile +++ b/lang/sagittarius-scheme/Makefile @@ -3,7 +3,7 @@ PORTNAME= sagittarius PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ LOCAL/ashish |