git: 5de29b5fa5d8 - main - editors/sly-quicklisp: Update to the latest version (20211206)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 May 2023 23:26:04 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=5de29b5fa5d82931fac092f5735c2dbc404ec920 commit 5de29b5fa5d82931fac092f5735c2dbc404ec920 Author: Olivier Certner <olce.freebsd@certner.fr> AuthorDate: 2023-05-26 12:45:15 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-29 23:24:17 +0000 editors/sly-quicklisp: Update to the latest version (20211206) - New face to print QL dists. - Adapt to new Emacs and SLY versions. Changelog: https://github.com/joaotavora/sly-quicklisp/compare/4707b628...34c73d43 PR: 271653 --- editors/sly-quicklisp/Makefile | 5 ++--- editors/sly-quicklisp/distinfo | 6 +++--- editors/sly-quicklisp/pkg-message | 10 +++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/editors/sly-quicklisp/Makefile b/editors/sly-quicklisp/Makefile index 43180f61d38e..513ef682911d 100644 --- a/editors/sly-quicklisp/Makefile +++ b/editors/sly-quicklisp/Makefile @@ -1,6 +1,5 @@ PORTNAME= sly-quicklisp -PORTVERSION= 20200707 -PORTREVISION= 11 +PORTVERSION= 20211206 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -17,7 +16,7 @@ RUN_DEPENDS= ${MY_DEPENDS} USES= emacs USE_GITHUB= yes GH_ACCOUNT= joaotavora -GH_TAGNAME= 4707b62803d7a29f172e9c5ff993b91187a9aaf3 +GH_TAGNAME= 34c73d43dd9066262387c626c17a9b486db07b2d NO_ARCH= yes diff --git a/editors/sly-quicklisp/distinfo b/editors/sly-quicklisp/distinfo index 5bdec69e28fa..4063fa237f49 100644 --- a/editors/sly-quicklisp/distinfo +++ b/editors/sly-quicklisp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613654208 -SHA256 (joaotavora-sly-quicklisp-20200707-4707b62803d7a29f172e9c5ff993b91187a9aaf3_GH0.tar.gz) = 3971edb307545f8389f113e3eca28fc5325cfe26a23b28a480a30b8086e061c7 -SIZE (joaotavora-sly-quicklisp-20200707-4707b62803d7a29f172e9c5ff993b91187a9aaf3_GH0.tar.gz) = 45904 +TIMESTAMP = 1685100061 +SHA256 (joaotavora-sly-quicklisp-20211206-34c73d43dd9066262387c626c17a9b486db07b2d_GH0.tar.gz) = 50648f6004d6fb8db4b6766e07b0ea5666ec088beb276a6c422cab51f257cd57 +SIZE (joaotavora-sly-quicklisp-20211206-34c73d43dd9066262387c626c17a9b486db07b2d_GH0.tar.gz) = 45931 diff --git a/editors/sly-quicklisp/pkg-message b/editors/sly-quicklisp/pkg-message index 1913bf82d4ee..40fb4fdba1c8 100644 --- a/editors/sly-quicklisp/pkg-message +++ b/editors/sly-quicklisp/pkg-message @@ -2,21 +2,21 @@ { type: install message: <<EOM To use the sly-quicklisp contrib, you must: -1. Register sly-quicklisp into SLY. You just have to add this line to some init +1. Register sly-quicklisp into SLY. You just have to add this line to some init file: (require 'sly-quicklisp) Doing this is not strictly necessary if you want to automatically activate this contrib using `sly-contribs' (see below), but it never hurts. This contrib's automatic activation at load was disabled, contrary to what - upstream does. Upstream's autoloads file is consequently not necessary, and + upstream does. Upstream's autoloads file is consequently not necessary, and not included in this package. 2. Ensure that Quicklisp is loaded by your Common Lisp implementation. If this is not the case, an error will be signaled at contrib activation, from which you can recover by using SLY's CONTINUE restart (will disable the contrib). -If you want sly-quicklisp to be automatically activated on each new SLY -session, put it in the `sly-contribs' list. E.g., you can add something like -this in some Emacs' init file: +If you want sly-quicklisp to be automatically activated on each new SLY session, +put it in the `sly-contribs' list. E.g., you can add something like this in +some Emacs' init file: (setq sly-contribs '(sly-fancy sly-quicklisp)) or customize the variable.