svn commit: r365152 - head/devel/clojure-cider
Rui Paulo
rpaulo at FreeBSD.org
Sun Aug 17 05:53:04 UTC 2014
Author: rpaulo
Date: Sun Aug 17 05:53:03 2014
New Revision: 365152
URL: http://svnweb.freebsd.org/changeset/ports/365152
QAT: https://qat.redports.org/buildarchive/r365152/
Log:
Update clojure-cider to 0.7.
This release no longer includes the nrepl middleware, so add a
pkg-message indicating what is needed to make it work.
Reviewed by: swills
Approved by: swills
Added:
head/devel/clojure-cider/pkg-message (contents, props changed)
Modified:
head/devel/clojure-cider/Makefile
head/devel/clojure-cider/distinfo
Modified: head/devel/clojure-cider/Makefile
==============================================================================
--- head/devel/clojure-cider/Makefile Sun Aug 17 05:25:16 2014 (r365151)
+++ head/devel/clojure-cider/Makefile Sun Aug 17 05:53:03 2014 (r365152)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= clojure-cider
-PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTVERSION= 0.7.0
CATEGORIES= devel elisp
DISTNAME= cider-${PORTVERSION}
@@ -14,7 +13,7 @@ LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= clojure-emacs
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= fd14211
+GH_COMMIT= 950c38a
GH_PROJECT= cider
USE_EMACS= yes
Modified: head/devel/clojure-cider/distinfo
==============================================================================
--- head/devel/clojure-cider/distinfo Sun Aug 17 05:25:16 2014 (r365151)
+++ head/devel/clojure-cider/distinfo Sun Aug 17 05:53:03 2014 (r365152)
@@ -1,2 +1,2 @@
-SHA256 (cider-0.6.0.tar.gz) = bc369135110eddb694f8f0b104dd4cbff2dacf182c2ee03c5bf04546916ce94a
-SIZE (cider-0.6.0.tar.gz) = 236646
+SHA256 (cider-0.7.0.tar.gz) = 897955d6057068549be583880582976ad7ad850db738bb827caa027d13b367f0
+SIZE (cider-0.7.0.tar.gz) = 252885
Added: head/devel/clojure-cider/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/clojure-cider/pkg-message Sun Aug 17 05:53:03 2014 (r365152)
@@ -0,0 +1,7 @@
+
+Starting with CIDER 0.7, the installation of cider-nrepl is manual.
+Please install devel/leiningen and add the following to
+~/.lein/profiles.clj:
+
+{ :user
+ { :plugins [[cider/cider-nrepl "0.7.0-SNAPSHOT"]] }
More information about the svn-ports-all
mailing list