Bug 177121 - Updated lang/clojure to version 1.5.1
Summary: Updated lang/clojure to version 1.5.1
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: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 20:30 UTC by Jens Grassel
Modified: 2013-03-21 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (882 bytes, patch)
2013-03-19 20:30 UTC, Jens Grassel
no flags Details | Diff
clojure.diff (1.60 KB, patch)
2013-03-20 22:11 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2013-03-19 20:30:00 UTC
Hi,

I updated the clojure port to version 1.5.1 the diff is attached.

Regards,

Jens

Fix: Apply the patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-19 22:29:12 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2013-03-20 11:13:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2013-03-20 22:11:38 UTC
Hi,

Thanks for your update.

While I was testing I also adapted the port to use the new options 
framework.

I also removed the indeterminate article from the DESCRIPTION.

Can you approve the attached patch?

Thank you!

-- 
Guido Falsi <madpilot@FreeBSD.org>
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2013-03-20 22:35:38 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 5 Jens Grassel 2013-03-21 17:58:05 UTC
Hi,

your patch looks good and the ports builds fine.
No problems here.

Regards,

Jens

-- 
21. Lenzing 2013, 18:57
Homepage : http://www.jan0sch.de

Ingrate, n.:
	A man who bites the hand that feeds him,
	and then complains of indigestion.
Comment 6 Guido Falsi freebsd_committer freebsd_triage 2013-03-21 18:20:01 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-03-21 19:13:42 UTC
Author: madpilot
Date: Thu Mar 21 19:13:29 2013
New Revision: 314865
URL: http://svnweb.freebsd.org/changeset/ports/314865

Log:
  - Update to 1.5.1
  - Remove indeterminate article from COMMENT
  - Convert to new options framework
  
  PR:		ports/177121
  Submitted by:	Jens Jahnke <jan0sch@gmx.net> (maintainer)

Modified:
  head/lang/clojure/Makefile
  head/lang/clojure/distinfo

Modified: head/lang/clojure/Makefile
==============================================================================
--- head/lang/clojure/Makefile	Thu Mar 21 19:08:10 2013	(r314864)
+++ head/lang/clojure/Makefile	Thu Mar 21 19:13:29 2013	(r314865)
@@ -2,27 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	clojure
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 PORTEPOCH=	2
 CATEGORIES=	lang lisp java
 MASTER_SITES=	http://repo1.maven.org/maven2/org/clojure/clojure/${PORTVERSION}/
 
 MAINTAINER=	jan0sch@gmx.net
-COMMENT=	A dynamic programming language for the JVM
+COMMENT=	Dynamic programming language for the JVM
 
 USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 SUB_FILES=	clojure-bin
-OPTIONS=	JLINE "Enable jline support for the REPL" on
+
+OPTIONS_DEFINE=	JLINE
+OPTIONS_DEFAULT=	JLINE
+JLINE_DESC=	jline support for the REPL
 
 PLIST_FILES=	bin/clojure \
 		%%JAVAJARDIR%%/clojure.jar
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.ifdef(WITH_JLINE)
+.if ${PORT_OPTIONS:MJLINE}
 RUN_DEPENDS+=	jline>=0.9.91:${PORTSDIR}/devel/jline
 CLOJURE_JLINE_RUNNER=jline.ConsoleRunner
 .endif
@@ -33,4 +36,4 @@ do-install:
 	@${INSTALL_SCRIPT} ${WRKDIR}/clojure-bin ${PREFIX}/bin/clojure
 	@${INSTALL_DATA} ${WRKSRC}/clojure-${PORTVERSION}.jar ${JAVAJARDIR}/clojure.jar
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/lang/clojure/distinfo
==============================================================================
--- head/lang/clojure/distinfo	Thu Mar 21 19:08:10 2013	(r314864)
+++ head/lang/clojure/distinfo	Thu Mar 21 19:13:29 2013	(r314865)
@@ -1,2 +1,2 @@
-SHA256 (clojure-1.5.0.zip) = 27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408
-SIZE (clojure-1.5.0.zip) = 4791197
+SHA256 (clojure-1.5.1.zip) = fe7b32ca36c1a5451fe6fe0ea8ad25f7bc04beeb63e171e10464efd64c94f1e1
+SIZE (clojure-1.5.1.zip) = 4783378
_______________________________________________
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 8 Guido Falsi freebsd_committer freebsd_triage 2013-03-21 19:13:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!