diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index e78716ab8f4..c48edfe91a9 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.79 2020/03/16 18:22:35 bcallah Exp $ +# $OpenBSD: Makefile,v 1.80 2020/04/07 22:11:29 bcallah Exp $ COMMENT = high-level, extensible programming language -V = 20200308 +V = 20200405 DISTNAME = seed7_05_${V} PKGNAME = seed7-${V} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 59097150e89..009365fc45a 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20200308.tgz) = csqaDoIl3Iz+ydWfOITqbDyp/FpaEereO4asvGW/Yv0= -SIZE (seed7_05_20200308.tgz) = 3225717 +SHA256 (seed7_05_20200405.tgz) = PBrxe43KcGviyH4n4U/6DNxaObwSjkbVmz2BaRxKRuI= +SIZE (seed7_05_20200405.tgz) = 3253678 diff --git a/lang/seed7/pkg/PLIST b/lang/seed7/pkg/PLIST index 1620e150cd3..eceda053ce3 100644 --- a/lang/seed7/pkg/PLIST +++ b/lang/seed7/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.31 2020/03/16 18:22:35 bcallah Exp $ +@comment $OpenBSD: PLIST,v 1.32 2020/04/07 22:11:29 bcallah Exp $ @bin bin/make7 @bin bin/s7 @bin bin/s7c @@ -71,6 +71,7 @@ lib/seed7/lib/comp/gkb_act.s7i lib/seed7/lib/comp/hsh_act.s7i lib/seed7/lib/comp/inline.s7i lib/seed7/lib/comp/int_act.s7i +lib/seed7/lib/comp/intrange.s7i lib/seed7/lib/comp/itf_act.s7i lib/seed7/lib/comp/kbd_act.s7i lib/seed7/lib/comp/library.s7i @@ -150,6 +151,7 @@ lib/seed7/lib/line.s7i lib/seed7/lib/listener.s7i lib/seed7/lib/logfile.s7i lib/seed7/lib/lower.s7i +lib/seed7/lib/lzma.s7i lib/seed7/lib/lzw.s7i lib/seed7/lib/mahjng32.s7i lib/seed7/lib/make.s7i @@ -228,6 +230,7 @@ lib/seed7/lib/wrinum.s7i lib/seed7/lib/x509cert.s7i lib/seed7/lib/xml_ent.s7i lib/seed7/lib/xmldom.s7i +lib/seed7/lib/xz.s7i lib/seed7/lib/zip.s7i @man man/man1/s7.1 @man man/man1/s7c.1