View | Details | Raw Unified | Return to bug 271653 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/sly-quicklisp/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	sly-quicklisp
1
PORTNAME=	sly-quicklisp
2
PORTVERSION=	20200707
2
PORTVERSION=	20211206
3
PORTREVISION=	11
4
CATEGORIES=	editors elisp
3
CATEGORIES=	editors elisp
5
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
4
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
6
5
Lines 17-23 RUN_DEPENDS= ${MY_DEPENDS} Link Here
17
USES=		emacs
16
USES=		emacs
18
USE_GITHUB=	yes
17
USE_GITHUB=	yes
19
GH_ACCOUNT=	joaotavora
18
GH_ACCOUNT=	joaotavora
20
GH_TAGNAME=	4707b62803d7a29f172e9c5ff993b91187a9aaf3
19
GH_TAGNAME=	34c73d43dd9066262387c626c17a9b486db07b2d
21
20
22
NO_ARCH=	yes
21
NO_ARCH=	yes
23
22
(-)b/editors/sly-quicklisp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1613654208
1
TIMESTAMP = 1685100061
2
SHA256 (joaotavora-sly-quicklisp-20200707-4707b62803d7a29f172e9c5ff993b91187a9aaf3_GH0.tar.gz) = 3971edb307545f8389f113e3eca28fc5325cfe26a23b28a480a30b8086e061c7
2
SHA256 (joaotavora-sly-quicklisp-20211206-34c73d43dd9066262387c626c17a9b486db07b2d_GH0.tar.gz) = 50648f6004d6fb8db4b6766e07b0ea5666ec088beb276a6c422cab51f257cd57
3
SIZE (joaotavora-sly-quicklisp-20200707-4707b62803d7a29f172e9c5ff993b91187a9aaf3_GH0.tar.gz) = 45904
3
SIZE (joaotavora-sly-quicklisp-20211206-34c73d43dd9066262387c626c17a9b486db07b2d_GH0.tar.gz) = 45931
(-)b/editors/sly-quicklisp/pkg-message (-6 / +5 lines)
Lines 2-22 Link Here
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
To use the sly-quicklisp contrib, you must:
4
To use the sly-quicklisp contrib, you must:
5
1. Register sly-quicklisp into SLY. You just have to add this line to some init
5
1. Register sly-quicklisp into SLY.  You just have to add this line to some init
6
   file:
6
   file:
7
(require 'sly-quicklisp)
7
(require 'sly-quicklisp)
8
   Doing this is not strictly necessary if you want to automatically activate
8
   Doing this is not strictly necessary if you want to automatically activate
9
   this contrib using `sly-contribs' (see below), but it never hurts.
9
   this contrib using `sly-contribs' (see below), but it never hurts.
10
   This contrib's automatic activation at load was disabled, contrary to what
10
   This contrib's automatic activation at load was disabled, contrary to what
11
   upstream does. Upstream's autoloads file is consequently not necessary, and
11
   upstream does.  Upstream's autoloads file is consequently not necessary, and
12
   not included in this package.
12
   not included in this package.
13
2. Ensure that Quicklisp is loaded by your Common Lisp implementation. If this
13
2. Ensure that Quicklisp is loaded by your Common Lisp implementation. If this
14
   is not the case, an error will be signaled at contrib activation, from which
14
   is not the case, an error will be signaled at contrib activation, from which
15
   you can recover by using SLY's CONTINUE restart (will disable the contrib).
15
   you can recover by using SLY's CONTINUE restart (will disable the contrib).
16
16
17
If you want sly-quicklisp to be automatically activated on each new SLY
17
If you want sly-quicklisp to be automatically activated on each new SLY session,
18
session, put it in the `sly-contribs' list. E.g., you can add something like
18
put it in the `sly-contribs' list.  E.g., you can add something like this in
19
this in some Emacs' init file:
19
some Emacs' init file:
20
(setq sly-contribs '(sly-fancy sly-quicklisp))
20
(setq sly-contribs '(sly-fancy sly-quicklisp))
21
or customize the variable.
21
or customize the variable.
22
22
23
- 

Return to bug 271653