Date: Mon, 16 Sep 2024 20:20:30 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6a5961018026 - main - lang/s7: update to 11.2.g20240910 Message-ID: <202409162020.48GKKUgp062812@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a596101802639dfea6a60d642ad39ec2a33fa50 commit 6a596101802639dfea6a60d642ad39ec2a33fa50 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-09-11 23:21:01 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-09-16 20:14:22 +0000 lang/s7: update to 11.2.g20240910 - grab true version from s7.h - as author changes version date without bumping the version, keep the .gYYYYmmdd suffix for now Changelog: https://cm-gitlab.stanford.edu/bil/s7/-/commits/master/?ref_type=HEADS --- lang/s7/Makefile | 5 +++-- lang/s7/distinfo | 6 +++--- lang/s7/pkg-plist | 5 +++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/lang/s7/Makefile b/lang/s7/Makefile index 79fcaa956507..62377ce7e9a7 100644 --- a/lang/s7/Makefile +++ b/lang/s7/Makefile @@ -1,5 +1,6 @@ PORTNAME= s7 -PORTVERSION= g20231215 +# S7_MAJOR_VERSION / S7_MINOR_VERSION from s7.h +PORTVERSION= 11.2.g20240910 CATEGORIES= lang lisp MAINTAINER= fuz@FreeBSD.org @@ -12,7 +13,7 @@ USES= localbase:ldflags USE_GITLAB= yes GL_SITE= https://cm-gitlab.stanford.edu/ GL_ACCOUNT= bil -GL_TAGNAME= edc6242088978d09bff053726ec2f8a6ea8f8f72 +GL_TAGNAME= 5c09cea71f6e619794d26d4d13c5d2905925d9e7 USE_LDCONFIG= yes CFLAGS+= -DS7_LOAD_PATH=\"${DATADIR}\" \ diff --git a/lang/s7/distinfo b/lang/s7/distinfo index 7778f686fbaa..e9001367ccdd 100644 --- a/lang/s7/distinfo +++ b/lang/s7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702642188 -SHA256 (bil-s7-edc6242088978d09bff053726ec2f8a6ea8f8f72_GL0.tar.gz) = ce1592b1bb43ebbab6e6de03e5eb231eec5764c3cf2686408851914ee814072b -SIZE (bil-s7-edc6242088978d09bff053726ec2f8a6ea8f8f72_GL0.tar.gz) = 2705853 +TIMESTAMP = 1726096599 +SHA256 (bil-s7-5c09cea71f6e619794d26d4d13c5d2905925d9e7_GL0.tar.gz) = 6184dc5d1b7929a8109a2abf99def32576bb59f4fb4cf7997a10de17563f8396 +SIZE (bil-s7-5c09cea71f6e619794d26d4d13c5d2905925d9e7_GL0.tar.gz) = 2765188 diff --git a/lang/s7/pkg-plist b/lang/s7/pkg-plist index 69d90a3d361d..2499add055a8 100644 --- a/lang/s7/pkg-plist +++ b/lang/s7/pkg-plist @@ -41,6 +41,7 @@ lib/libs7.so %%DATADIR%%/tools/tbig.scm %%DATADIR%%/tools/tcase.scm %%DATADIR%%/tools/tclo.scm +%%DATADIR%%/tools/tcomplex.scm %%DATADIR%%/tools/tcopy.scm %%DATADIR%%/tools/teq.scm %%DATADIR%%/tools/texit.scm @@ -57,13 +58,16 @@ lib/libs7.so %%DATADIR%%/tools/tlamb.scm %%DATADIR%%/tools/tleft.scm %%DATADIR%%/tools/tlet.scm +%%DATADIR%%/tools/tlimit.scm %%DATADIR%%/tools/tlist.scm %%DATADIR%%/tools/tload.scm %%DATADIR%%/tools/tmac.scm +%%DATADIR%%/tools/tmap-hash.scm %%DATADIR%%/tools/tmap.scm %%DATADIR%%/tools/tmat.scm %%DATADIR%%/tools/tmisc.scm %%DATADIR%%/tools/tmock.scm +%%DATADIR%%/tools/tmv.scm %%DATADIR%%/tools/tnum.scm %%DATADIR%%/tools/tobj.scm %%DATADIR%%/tools/tpeak.scm @@ -77,4 +81,5 @@ lib/libs7.so %%DATADIR%%/tools/tstar.scm %%DATADIR%%/tools/tvect.scm %%DATADIR%%/tools/valcall.scm +%%DATADIR%%/utf8-tests.scm %%DATADIR%%/write.scm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409162020.48GKKUgp062812>