Fwd: Re: ports/168559: Updated lang/clojure to version 1.4.0

Michael Scheidell scheidell at FreeBSD.org
Mon Jun 4 10:40:14 UTC 2012


The following reply was made to PR ports/168559; it has been noted by GNATS.

From: Michael Scheidell <scheidell at FreeBSD.org>
To: <bug-followup at FreeBSD.org>
Cc:  
Subject: Fwd: Re: ports/168559: Updated lang/clojure to version 1.4.0
Date: Mon, 4 Jun 2012 06:39:15 -0400

 --------------010507040308030209000806
 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
 Content-Transfer-Encoding: 7bit
 
 attachment still didn't make its way to GNATS so I am forwarding it.
 
 -------- Original Message --------
 Subject: 	Re: ports/168559: Updated lang/clojure to version 1.4.0
 Date: 	Mon, 4 Jun 2012 06:27:21 +0200
 From: 	Jens Jahnke <jan0sch at gmx.net>
 To: 	<scheidell at FreeBSD.org>
 CC: 	<freebsd-ports-bugs at FreeBSD.org>
 
 
 
 Hi,
 
 I attached the correct patch to this email.
 
 Regards,
 
 Jens
 
 
 
 --------------010507040308030209000806
 Content-Type: text/plain; name="clojure-port-patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="clojure-port-patch.txt"
 
 diff -ruN clojure.old/Makefile clojure/Makefile
 --- clojure.old/Makefile	2012-06-04 06:18:16.000000000 +0200
 +++ clojure/Makefile	2012-06-04 06:18:58.000000000 +0200
 @@ -7,11 +7,11 @@
  #
  
  PORTNAME=	clojure
 -PORTVERSION=	1.2.0
 +PORTVERSION=	1.4.0
  PORTREVISION=	1
  PORTEPOCH=	2
  CATEGORIES=	lang lisp java
 -MASTER_SITES=	http://cloud.github.com/downloads/clojure/clojure/
 +MASTER_SITES=	http://repo1.maven.org/maven2/org/clojure/clojure/1.4.0/
  
  MAINTAINER=	peter.schuller at infidyne.com
  COMMENT=	A dynamic programming language for the JVM
 @@ -24,7 +24,7 @@
  OPTIONS=	JLINE "Enable jline support for the REPL" on
  
  PLIST_FILES=	bin/clojure \
 -		%%JAVAJARDIR%%/clojure-1.2.0.jar
 +		%%JAVAJARDIR%%/clojure-1.4.0.jar
  
  .include <bsd.port.pre.mk>
  
 @@ -37,6 +37,6 @@
  
  do-install:
  	@${INSTALL_SCRIPT} ${WRKDIR}/clojure-bin ${PREFIX}/bin/clojure
 -	@${INSTALL_DATA} ${WRKSRC}/clojure.jar ${JAVAJARDIR}/clojure-1.2.0.jar
 +	@${INSTALL_DATA} ${WRKSRC}/clojure-1.4.0.jar ${JAVAJARDIR}/clojure-1.4.0.jar
  
  .include <bsd.port.post.mk>
 diff -ruN clojure.old/distinfo clojure/distinfo
 --- clojure.old/distinfo	2012-06-04 06:18:16.000000000 +0200
 +++ clojure/distinfo	2012-06-04 06:18:58.000000000 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (clojure-1.2.0.zip) = 1334773cb13793bdc0588de0fe5b5aec602bb98ca84858d7374b4e063864d207
 -SIZE (clojure-1.2.0.zip) = 3586231
 +SHA256 (clojure-1.4.0.zip) = 27a5a151d5cc1bc3e52dff47c66111e637fefeb42d9bedfa1284a1a31d080171
 +SIZE (clojure-1.4.0.zip) = 4553941
 diff -ruN clojure.old/files/clojure-bin.in clojure/files/clojure-bin.in
 --- clojure.old/files/clojure-bin.in	2012-06-04 06:18:16.000000000 +0200
 +++ clojure/files/clojure-bin.in	2012-06-04 06:18:58.000000000 +0200
 @@ -2,4 +2,4 @@
  #
  # $FreeBSD: ports/lang/clojure/files/clojure-bin.in,v 1.8 2011/07/21 05:02:48 linimon Exp $
  
 -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jline.jar:%%JAVAJARDIR%%/clojure-1.2.0.jar:%%JAVAJARDIR%%/clojure-contrib-1.2.0.jar:%%JAVAJARDIR%%/swank-clojure-1.2.1.jar:$CLASSPATH" %%CLOJURE_JLINE_RUNNER%% clojure.main "$@"
 +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jline.jar:%%JAVAJARDIR%%/clojure-1.4.0.jar:%%JAVAJARDIR%%/swank-clojure-1.4.2.jar:$CLASSPATH" %%CLOJURE_JLINE_RUNNER%% clojure.main "$@"
 
 
 --------------010507040308030209000806--



More information about the freebsd-ports-bugs mailing list