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

Collapse All | Expand All

(-)b/editors/sly/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	sly
1
PORTNAME=	sly
2
DISTVERSION=	1.0.43
2
DISTVERSION=	1.0.43-20230523
3
PORTREVISION=	8
4
CATEGORIES=	editors elisp
3
CATEGORIES=	editors elisp
5
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
4
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
6
5
Lines 13-18 LICENSE= PD Link Here
13
USES=		emacs gmake
12
USES=		emacs gmake
14
USE_GITHUB=	yes
13
USE_GITHUB=	yes
15
GH_ACCOUNT=	joaotavora
14
GH_ACCOUNT=	joaotavora
15
GH_TAGNAME=	e6bc13d9f55e3763e6daea527cb88a776c479d8e
16
16
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
(-)b/editors/sly/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1613556780
1
TIMESTAMP = 1685093015
2
SHA256 (joaotavora-sly-1.0.43_GH0.tar.gz) = 84b2d8326a429dcc621022d2ebbde7ed4813594d7445f264cb6ff5bf5f3bf9e9
2
SHA256 (joaotavora-sly-1.0.43-20230523-e6bc13d9f55e3763e6daea527cb88a776c479d8e_GH0.tar.gz) = 9dcc07863f96ff6d3b9fd8cb329d8155e111a99f56fd3576688cc87a852222b5
3
SIZE (joaotavora-sly-1.0.43_GH0.tar.gz) = 1835404
3
SIZE (joaotavora-sly-1.0.43-20230523-e6bc13d9f55e3763e6daea527cb88a776c479d8e_GH0.tar.gz) = 1840930
(-)b/editors/sly/files/patch-doc_Makefile (-10 / +1 lines)
Lines 1-14 Link Here
1
--- doc/Makefile.orig	2021-01-14 09:12:56 UTC
1
--- doc/Makefile.orig	2023-05-23 12:54:52 UTC
2
+++ doc/Makefile
2
+++ doc/Makefile
3
@@ -14,7 +14,7 @@ INSTALL_CMD=install -m 644
4
 # Info files generated here.
5
 infofiles=sly.info
6
 
7
-TEXI = sly.texi contributors.texi
8
+TEXI = sly.texi
9
 
10
 help:
11
 	@echo -e "\
12
@@ -38,7 +38,7 @@ sly.info: $(TEXI)
3
@@ -38,7 +38,7 @@ sly.info: $(TEXI)
13
 	makeinfo $<
4
 	makeinfo $<
14
 
5
 
(-)b/editors/sly/files/patch-doc_sly.texi (-2 / +2 lines)
Lines 1-6 Link Here
1
--- doc/sly.texi.orig	2021-01-14 09:12:56 UTC
1
--- doc/sly.texi.orig	2023-05-23 12:54:52 UTC
2
+++ doc/sly.texi
2
+++ doc/sly.texi
3
@@ -3157,17 +3157,13 @@ buffer you can enter Lisp expressions and evaluate the
3
@@ -3202,17 +3202,13 @@ buffer you can enter Lisp expressions and evaluate the
4
 @unnumberedsec Hackers of the good hack
4
 @unnumberedsec Hackers of the good hack
5
 
5
 
6
 @SLY{} is a fork of SLIME which is itself an Extension
6
 @SLY{} is a fork of SLIME which is itself an Extension
(-)b/editors/sly/files/patch-sly.el (-4 / +4 lines)
Lines 1-6 Link Here
1
--- sly.el.orig	2021-01-14 09:12:56 UTC
1
--- sly.el.orig	2023-05-23 12:54:52 UTC
2
+++ sly.el
2
+++ sly.el
3
@@ -7463,22 +7463,30 @@ can be found."
3
@@ -7475,22 +7475,30 @@ can be found."
4
 ;;;###autoload
4
 ;;;###autoload
5
 (add-hook 'lisp-mode-hook 'sly-editing-mode)
5
 (add-hook 'lisp-mode-hook 'sly-editing-mode)
6
 
6
 
Lines 33-40 Link Here
33
   (dolist (buffer (buffer-list))
33
   (dolist (buffer (buffer-list))
34
     (with-current-buffer buffer
34
     (with-current-buffer buffer
35
       (when (eq major-mode 'lisp-mode)
35
       (when (eq major-mode 'lisp-mode)
36
-        (sly-editing-mode 1)
36
-        (unless sly-editing-mode (sly-editing-mode 1))
37
-        (ignore-errors (funcall 'slime-mode -1))))))
37
-        (ignore-errors (and (featurep 'slime) (funcall 'slime-mode -1)))))))
38
- (t
38
- (t
39
-  (warn
39
-  (warn
40
-   "`sly.el' loaded OK. To use SLY, customize `lisp-mode-hook' and remove `slime-lisp-mode-hook'.")))
40
-   "`sly.el' loaded OK. To use SLY, customize `lisp-mode-hook' and remove `slime-lisp-mode-hook'.")))
(-)b/editors/sly/pkg-plist (-1 / +1 lines)
Lines 87-91 Link Here
87
%%THIS_LISPDIR%%/test/sly-fontifying-fu-tests.el
87
%%THIS_LISPDIR%%/test/sly-fontifying-fu-tests.el
88
%%THIS_LISPDIR%%/test/sly-indentation-tests.el
88
%%THIS_LISPDIR%%/test/sly-indentation-tests.el
89
%%THIS_LISPDIR%%/test/sly-mrepl-tests.el
89
%%THIS_LISPDIR%%/test/sly-mrepl-tests.el
90
%%THIS_LISPDIR%%/test/sly-package-fu-tests.el
90
%%THIS_LISPDIR%%/test/sly-parse-tests.el
91
%%THIS_LISPDIR%%/test/sly-parse-tests.el
91
%%THIS_LISPDIR%%/test/sly-stickers-tests.el
92
%%THIS_LISPDIR%%/test/sly-stickers-tests.el
92
- 

Return to bug 271652