diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2023-03-30 11:17:11 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2023-03-30 11:44:18 +0000 |
commit | 4b7f7c9c56b1a16e4c1784a8f1eed224a7275aa4 (patch) | |
tree | c00dc0c9a20900e00b5686263cd06adba60e110c /lang | |
parent | 107b89c02162b4ebaecf780581941b0179bdc845 (diff) |
Diffstat (limited to 'lang')
-rw-r--r-- | lang/seed7/Makefile | 7 | ||||
-rw-r--r-- | lang/seed7/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 529caac1f71a..6218f1fa22b1 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -1,5 +1,5 @@ PORTNAME= seed7 -DISTVERSION= 05_20221218 +DISTVERSION= 05_20230305 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ @@ -9,9 +9,8 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= High-level, extensible programming language WWW= http://seed7.sourceforge.net/ -# The language libraries are licensed under the LGPL21 license. Starting from -# version 05_20140601, the compiler libraries are also distributed. These are -# licensed under the GPLv2 and can be found in ${PREFIX}/lib/seed7/lib/comp. +# The interpreter and the example programs use the GPL license, while the +# runtime library uses the LGPL license. LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 4edc784520ac..5c035ea2a7de 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672220979 -SHA256 (seed7_05_20221218.tgz) = fe7de4a7633fc3428a849704f0b3a40f833916e8129239e0631414ce2164326a -SIZE (seed7_05_20221218.tgz) = 3841034 +TIMESTAMP = 1680168651 +SHA256 (seed7_05_20230305.tgz) = 429af725ca54ce98a8c56a04e30c93e1620996ff5c8293ab1d4a6d72f955f299 +SIZE (seed7_05_20230305.tgz) = 3907256 |