Bug 188237 - [patch] Updated editors/slime to version 2.5.
Summary: [patch] Updated editors/slime to version 2.5.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 20:00 UTC by joe
Modified: 2014-04-14 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (782 bytes, patch)
2014-04-03 20:00 UTC, joe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-04-03 20:00:00 UTC
Updated port. Tested with lang/ccl and Emacs 24.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-03 20:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-14 03:25:34 UTC
Author: swills
Date: Mon Apr 14 02:25:31 2014
New Revision: 351245
URL: http://svnweb.freebsd.org/changeset/ports/351245
QAT: https://qat.redports.org/buildarchive/r351245/

Log:
  - Update to 2.5
  
  PR:		ports/188237
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com> (maintainer)

Modified:
  head/editors/slime/Makefile
  head/editors/slime/distinfo

Modified: head/editors/slime/Makefile
==============================================================================
--- head/editors/slime/Makefile	Sun Apr 13 23:56:35 2014	(r351244)
+++ head/editors/slime/Makefile	Mon Apr 14 02:25:31 2014	(r351245)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	slime
-PORTVERSION=	2.4
-PORTEPOCH=	2
+PORTVERSION=	2.5
+PORTEPOCH=	1
 CATEGORIES=	editors elisp
-MASTER_SITES=	https://codeload.github.com/slime/slime/legacy.tar.gz/v2.4?dummy=/
+MASTER_SITES=	https://codeload.github.com/slime/slime/legacy.tar.gz/v2.5?dummy=/
 
 MAINTAINER=	joe@thrallingpenguin.com
 COMMENT=	Superior Lisp Interaction Mode for Emacs
@@ -14,7 +14,7 @@ USES=		gmake
 USE_EMACS=	yes
 
 SLIME_LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/slime
-WRKSRC=		${WRKDIR}/slime-slime-e676480
+WRKSRC=		${WRKDIR}/slime-slime-f5f7976
 
 SUB_FILES=	pkg-message
 SUB_LIST=	SLIME_LISPDIR="${SLIME_LISPDIR}"

Modified: head/editors/slime/distinfo
==============================================================================
--- head/editors/slime/distinfo	Sun Apr 13 23:56:35 2014	(r351244)
+++ head/editors/slime/distinfo	Mon Apr 14 02:25:31 2014	(r351245)
@@ -1,2 +1,2 @@
-SHA256 (slime-2.4.tar.gz) = 83b596f2f21f230d35e907e3ffd79e898a127a2cc9157627b7aaec9417a6922c
-SIZE (slime-2.4.tar.gz) = 1032367
+SHA256 (slime-2.5.tar.gz) = 3a7792c1802e323893cb94715e92764c40f8eb4d7f56e270862bfc7fa75b2d2b
+SIZE (slime-2.5.tar.gz) = 1033637
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-04-14 03:25:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!