FreeBSD Bugzilla – Attachment 148093 Details for
Bug 194240
[maintainer-update] [patch] editors/slime to 2.10.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Slime 2.10 Patch
slime-2.10.diff (text/plain), 1.86 KB, created by
joe
on 2014-10-08 13:09:05 UTC
(
hide
)
Description:
Slime 2.10 Patch
Filename:
MIME Type:
Creator:
joe
Created:
2014-10-08 13:09:05 UTC
Size:
1.86 KB
patch
obsolete
>diff --git a/editors/slime/Makefile b/editors/slime/Makefile >index 6f4fab3..be71967 100644 >--- a/editors/slime/Makefile >+++ b/editors/slime/Makefile >@@ -2,18 +2,20 @@ > # $FreeBSD$ > > PORTNAME= slime >-PORTVERSION= 2.8 >+PORTVERSION= 2.10 > CATEGORIES= editors elisp > MASTER_SITES= https://codeload.github.com/slime/slime/legacy.tar.gz/v${PORTVERSION}?dummy=/ > > MAINTAINER= joe@thrallingpenguin.com > COMMENT= Superior Lisp Interaction Mode for Emacs > >-USES= gmake makeinfo >+USES= gmake > USE_EMACS= yes > > SLIME_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/slime >-WRKSRC= ${WRKDIR}/slime-slime-85603d4 >+WRKSRC= ${WRKDIR}/slime-slime-afba5a3 >+ >+BUILD_DEPENDS= texinfo>=5.2:${PORTSDIR}/print/texinfo > > SUB_FILES= pkg-message > SUB_LIST= SLIME_LISPDIR="${SLIME_LISPDIR}" >diff --git a/editors/slime/distinfo b/editors/slime/distinfo >index 2db85e9..cbac06d 100644 >--- a/editors/slime/distinfo >+++ b/editors/slime/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (slime-2.8.tar.gz) = 57ed9495b7cffa65bc144caaf8a26cb59f3eb61ce0c8adc109eb218bf77d046a >-SIZE (slime-2.8.tar.gz) = 1038165 >+SHA256 (slime-2.10.tar.gz) = 9f9c1b907e2c3ed08ed79ed71ff494975fbdc4c22881c39685fdb8c96ef547dc >+SIZE (slime-2.10.tar.gz) = 1048360 >diff --git a/editors/slime/files/patch-doc-Makefile b/editors/slime/files/patch-doc-Makefile >new file mode 100644 >index 0000000..befd2dd >--- /dev/null >+++ b/editors/slime/files/patch-doc-Makefile >@@ -0,0 +1,18 @@ >+--- doc/Makefile.orig 2014-10-07 19:28:38.000000000 -0700 >++++ doc/Makefile 2014-10-07 19:29:45.000000000 -0700 >+@@ -35,13 +35,13 @@ >+ dvips -o $@ $< >+ >+ slime.info: $(TEXI) >+- makeinfo $< >++ /usr/local/bin/texi2any $< >+ >+ slime.html: $(TEXI) >+ texi2html --css-include=slime.css $< >+ >+ html/index.html: $(TEXI) >+- makeinfo -o html --css-include=slime.css --html $< >++ /usr/local/bin/texi2any -o html --css-include=slime.css --html $< >+ >+ html.tgz: html/index.html >+ tar -czf $@ html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194240
:
148092
|
148093
|
148121
|
148122
|
148217
|
148218