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/squeak | |
parent | ebc9067a31c6dc63b90eb56ad1bb59250c31b1f5 (diff) |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index a7ff7210bb6d..806f5ee01766 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -3,7 +3,7 @@ PORTNAME= squeak PORTVERSION= 4.10.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= http://www.squeakvm.org/unix/release/:vmsrc \ http://ftp.squeak.org/${IMAGE_VERSION}/:src \ |