Bug 189395 - [patch] Updated port editors/slime to 2.6
Summary: [patch] Updated port editors/slime to 2.6
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-05-06 16:40 UTC by joe
Modified: 2014-05-24 00:17 UTC (History)
0 users

See Also:


Attachments
file.diff (1.71 KB, patch)
2014-05-06 16:40 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-05-06 16:40:00 UTC
Updated port.

Notes: You must uninstall and reinstall the port, else a conflict between both cl-lib's happens.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-06 16:40:06 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-05-23 20:55:57 UTC
Author: swills
Date: Fri May 23 19:55:53 2014
New Revision: 354959
URL: http://svnweb.freebsd.org/changeset/ports/354959
QAT: https://qat.redports.org/buildarchive/r354959/

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

Modified:
  head/editors/slime/Makefile
  head/editors/slime/distinfo
  head/editors/slime/pkg-plist

Modified: head/editors/slime/Makefile
==============================================================================
--- head/editors/slime/Makefile	Fri May 23 19:32:36 2014	(r354958)
+++ head/editors/slime/Makefile	Fri May 23 19:55:53 2014	(r354959)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	slime
-PORTVERSION=	2.5
-PORTEPOCH=	2
+PORTVERSION=	2.6
 CATEGORIES=	editors elisp
-MASTER_SITES=	https://codeload.github.com/slime/slime/legacy.tar.gz/v2.5?dummy=/
+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
@@ -14,7 +13,7 @@ USES=		gmake
 USE_EMACS=	yes
 
 SLIME_LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/slime
-WRKSRC=		${WRKDIR}/slime-slime-f5f7976
+WRKSRC=		${WRKDIR}/slime-slime-74a9ea8
 
 SUB_FILES=	pkg-message
 SUB_LIST=	SLIME_LISPDIR="${SLIME_LISPDIR}"

Modified: head/editors/slime/distinfo
==============================================================================
--- head/editors/slime/distinfo	Fri May 23 19:32:36 2014	(r354958)
+++ head/editors/slime/distinfo	Fri May 23 19:55:53 2014	(r354959)
@@ -1,2 +1,2 @@
-SHA256 (slime-2.5.tar.gz) = 3a7792c1802e323893cb94715e92764c40f8eb4d7f56e270862bfc7fa75b2d2b
-SIZE (slime-2.5.tar.gz) = 1033637
+SHA256 (slime-2.6.tar.gz) = 0bd80e2b8f5011b66d903fb8f8a018062979bdb74127bd5813a0de025b09bf69
+SIZE (slime-2.6.tar.gz) = 1036177

Modified: head/editors/slime/pkg-plist
==============================================================================
--- head/editors/slime/pkg-plist	Fri May 23 19:32:36 2014	(r354958)
+++ head/editors/slime/pkg-plist	Fri May 23 19:55:53 2014	(r354959)
@@ -96,5 +96,3 @@
 @dirrm %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/slime/contrib
 @dirrm %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/slime/lib
 @dirrm %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/slime
-@dirrmtry %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp
-@dirrmtry %%EMACS_LIBDIR%%/%%EMACS_VER%%
_______________________________________________
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-05-24 00:17:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!