Update to seed7-20200308

This commit is contained in:
bcallah 2020-03-16 18:22:35 +00:00
parent 5b951700fe
commit 02e2bf4957
3 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.78 2019/11/23 00:49:53 bcallah Exp $
# $OpenBSD: Makefile,v 1.79 2020/03/16 18:22:35 bcallah Exp $
COMMENT = high-level, extensible programming language
V = 20191117
V = 20200308
DISTNAME = seed7_05_${V}
PKGNAME = seed7-${V}
@ -15,14 +15,14 @@ MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# Runtime libraries: LGPLv2.1
PERMIT_PACKAGE = Yes
WANTLIB += X11 c curses m
WANTLIB += c curses m
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=seed7/}
EXTRACT_SUFX = .tgz
USE_GMAKE = Yes
MAKE_FLAGS = CC="${CC}" LDFLAGS="-L${X11BASE}/lib" \
SYSTEM_LIBS="-lm"
SYSTEM_LIBS="-lm -lcurses"
MAKE_ENV += S7_LIB_DIR=${TRUEPREFIX}/lib/seed7/bin \
SEED7_LIBRARY=${TRUEPREFIX}/lib/seed7/lib
MAKE_FILE = makefile

View File

@ -1,2 +1,2 @@
SHA256 (seed7_05_20191117.tgz) = tc95QnYmrzTpQ5NTGrqrdV48+cPyNfqqf+SRFNctKS4=
SIZE (seed7_05_20191117.tgz) = 3137689
SHA256 (seed7_05_20200308.tgz) = csqaDoIl3Iz+ydWfOITqbDyp/FpaEereO4asvGW/Yv0=
SIZE (seed7_05_20200308.tgz) = 3225717

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.30 2019/11/23 00:49:53 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.31 2020/03/16 18:22:35 bcallah Exp $
@bin bin/make7
@bin bin/s7
@bin bin/s7c
@ -12,6 +12,7 @@ lib/seed7/bin/s7_draw.a
lib/seed7/bin/seed7_05.a
lib/seed7/lib/
lib/seed7/lib/aes.s7i
lib/seed7/lib/ar.s7i
lib/seed7/lib/arc4.s7i
lib/seed7/lib/array.s7i
lib/seed7/lib/asn1.s7i
@ -92,10 +93,12 @@ lib/seed7/lib/comp/type.s7i
lib/seed7/lib/comp/ut8_act.s7i
lib/seed7/lib/complex.s7i
lib/seed7/lib/console.s7i
lib/seed7/lib/cpio.s7i
lib/seed7/lib/crc32.s7i
lib/seed7/lib/cronos16.s7i
lib/seed7/lib/cronos27.s7i
lib/seed7/lib/csv.s7i
lib/seed7/lib/db_prop.s7i
lib/seed7/lib/deflate.s7i
lib/seed7/lib/des.s7i
lib/seed7/lib/dialog.s7i
@ -111,6 +114,7 @@ lib/seed7/lib/environment.s7i
lib/seed7/lib/external_file.s7i
lib/seed7/lib/field.s7i
lib/seed7/lib/file.s7i
lib/seed7/lib/filebits.s7i
lib/seed7/lib/filesys.s7i
lib/seed7/lib/float.s7i
lib/seed7/lib/font.s7i
@ -172,6 +176,7 @@ lib/seed7/lib/rational.s7i
lib/seed7/lib/ref_list.s7i
lib/seed7/lib/reference.s7i
lib/seed7/lib/reverse.s7i
lib/seed7/lib/rpm.s7i
lib/seed7/lib/scanfile.s7i
lib/seed7/lib/scanstri.s7i
lib/seed7/lib/seed7_05.s7i
@ -198,6 +203,7 @@ lib/seed7/lib/strifile.s7i
lib/seed7/lib/string.s7i
lib/seed7/lib/stritext.s7i
lib/seed7/lib/struct.s7i
lib/seed7/lib/subfile.s7i
lib/seed7/lib/subrange.s7i
lib/seed7/lib/syntax.s7i
lib/seed7/lib/tar.s7i