git: 9e29528afc80 - main - devel/cl-trivial-gray-streams{,-*}: Update to 20240217
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 23:32:39 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e29528afc809c4fa8a806cd520827d844e91e8d commit 9e29528afc809c4fa8a806cd520827d844e91e8d Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-12-26 00:25:40 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-12-28 23:29:17 +0000 devel/cl-trivial-gray-streams{,-*}: Update to 20240217 Approved by: olgeni (maintainer, implicit) Sponsored by: The FreeBSD Foundation --- devel/cl-trivial-gray-streams-ccl/Makefile | 2 +- devel/cl-trivial-gray-streams-clisp/Makefile | 2 +- devel/cl-trivial-gray-streams-sbcl/Makefile | 3 +-- devel/cl-trivial-gray-streams/Makefile | 20 ++++++++++++-------- devel/cl-trivial-gray-streams/distinfo | 5 +++-- devel/cl-trivial-gray-streams/pkg-plist | 12 ++++++++---- 6 files changed, 26 insertions(+), 18 deletions(-) diff --git a/devel/cl-trivial-gray-streams-ccl/Makefile b/devel/cl-trivial-gray-streams-ccl/Makefile index dda48967ac0a..f6cff11ea250 100644 --- a/devel/cl-trivial-gray-streams-ccl/Makefile +++ b/devel/cl-trivial-gray-streams-ccl/Makefile @@ -1,5 +1,5 @@ PORTNAME= trivial-gray-streams -PORTVERSION= 2008.11.02 +PORTVERSION= 20240217 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams-clisp/Makefile b/devel/cl-trivial-gray-streams-clisp/Makefile index 88aa7ec4f730..225eff811a22 100644 --- a/devel/cl-trivial-gray-streams-clisp/Makefile +++ b/devel/cl-trivial-gray-streams-clisp/Makefile @@ -1,5 +1,5 @@ PORTNAME= trivial-gray-streams -PORTVERSION= 2008.11.02 +PORTVERSION= 20240217 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index 1d4a472cbce5..53e378e3f066 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -1,6 +1,5 @@ PORTNAME= trivial-gray-streams -PORTVERSION= 2008.11.02 -PORTREVISION= 92 +PORTVERSION= 20240217 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams/Makefile b/devel/cl-trivial-gray-streams/Makefile index 5a11577ad983..f05bf02a3268 100644 --- a/devel/cl-trivial-gray-streams/Makefile +++ b/devel/cl-trivial-gray-streams/Makefile @@ -1,8 +1,6 @@ PORTNAME= trivial-gray-streams -PORTVERSION= 2008.11.02 -PORTREVISION= 2 +PORTVERSION= 20240217 CATEGORIES= devel lisp -MASTER_SITES= LOCAL/olgeni PKGNAMEPREFIX= cl- MAINTAINER= olgeni@FreeBSD.org @@ -12,17 +10,23 @@ WWW= https://www.cliki.net/trivial-gray-streams LICENSE= MIT USES= cl +USE_GITHUB= yes +GH_TAGNAME= a7ead683666849762ea657dac9137d693c5a4929 NO_BUILD= yes OPTIONS_DEFINE= DOCS do-install: - @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} ${STAGEDIR}${ASDF_REGISTRY} - @${INSTALL_DATA} ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${STAGEDIR}${ASDF_PATHNAME} - @${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}.asd ${STAGEDIR}${ASDF_REGISTRY} + @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} ${STAGEDIR}${ASDF_PATHNAME}/test \ + ${STAGEDIR}${ASDF_REGISTRY} + ${INSTALL_DATA} ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME} + ${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${ASDF_PATHNAME}/test + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${STAGEDIR}${ASDF_PATHNAME} + ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}.asd ${STAGEDIR}${ASDF_REGISTRY} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/devel/cl-trivial-gray-streams/distinfo b/devel/cl-trivial-gray-streams/distinfo index 974e7b89de61..5991087580c6 100644 --- a/devel/cl-trivial-gray-streams/distinfo +++ b/devel/cl-trivial-gray-streams/distinfo @@ -1,2 +1,3 @@ -SHA256 (trivial-gray-streams-2008.11.02.tar.gz) = 0ea0521d746919285043375d5ac4f9437bedee07b14b59d4e5eb6f724a799b0a -SIZE (trivial-gray-streams-2008.11.02.tar.gz) = 3243 +TIMESTAMP = 1735169687 +SHA256 (trivial-gray-streams-trivial-gray-streams-20240217-a7ead683666849762ea657dac9137d693c5a4929_GH0.tar.gz) = 0b3734561620a27f42e7960312282d732ff6313278db18aa376450a15a8ce8e6 +SIZE (trivial-gray-streams-trivial-gray-streams-20240217-a7ead683666849762ea657dac9137d693c5a4929_GH0.tar.gz) = 8252 diff --git a/devel/cl-trivial-gray-streams/pkg-plist b/devel/cl-trivial-gray-streams/pkg-plist index ba837876a6c4..47d43b0d76ef 100644 --- a/devel/cl-trivial-gray-streams/pkg-plist +++ b/devel/cl-trivial-gray-streams/pkg-plist @@ -1,5 +1,9 @@ -%%LIB32DIR%%/common-lisp/system-registry/trivial-gray-streams.asd -%%LIB32DIR%%/common-lisp/trivial-gray-streams/mixin.lisp -%%LIB32DIR%%/common-lisp/trivial-gray-streams/package.lisp -%%LIB32DIR%%/common-lisp/trivial-gray-streams/trivial-gray-streams.asd +lib/common-lisp/system-registry/trivial-gray-streams.asd +lib/common-lisp/trivial-gray-streams/package.lisp +lib/common-lisp/trivial-gray-streams/streams.lisp +lib/common-lisp/trivial-gray-streams/test/package.lisp +lib/common-lisp/trivial-gray-streams/test/run-on-many-lisps.lisp +lib/common-lisp/trivial-gray-streams/test/test-framework.lisp +lib/common-lisp/trivial-gray-streams/test/test.lisp +lib/common-lisp/trivial-gray-streams/trivial-gray-streams.asd %%PORTDOCS%%%%DOCSDIR%%/README