From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 8 17:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07ECE1065676 for ; Fri, 8 May 2009 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4A068FC1F for ; Fri, 8 May 2009 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n48HA10l081641 for ; Fri, 8 May 2009 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n48HA1rv081640; Fri, 8 May 2009 17:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 May 2009 17:10:01 GMT Resent-Message-Id: <200905081710.n48HA1rv081640@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Schuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCBAD106567A for ; Fri, 8 May 2009 17:06:53 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 986328FC22 for ; Fri, 8 May 2009 17:06:53 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport.bredband.com (195.54.101.120) by proxy1.bredband.net (7.3.140.3) id 49F5A152004333C9 for FreeBSD-gnats-submit@freebsd.org; Fri, 8 May 2009 19:06:51 +0200 Received: from c-549072d5.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([213.114.144.84]) by ironport1.bredband.com with ESMTP; 08 May 2009 19:06:51 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id EB52D38396D; Fri, 8 May 2009 19:06:50 +0200 (CEST) Message-Id: <20090508170650.EB52D38396D@prometheus.scode.org> Date: Fri, 8 May 2009 19:06:50 +0200 (CEST) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134373: [MAINTAINER] lang/clojure: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2009 17:10:02 -0000 >Number: 134373 >Category: ports >Synopsis: [MAINTAINER] lang/clojure: update to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 08 17:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Apr 29 20:02:26 CEST 2009 >Description: - Update to 1.0.0 - Bump PORTEPOCh due to move from YYYYMMDD to major.minor.bugfix - (no condensed upstream changelog available) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- clojure-1.0.0,2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/clojure.orig/Makefile /usr/ports/lang/clojure/Makefile --- /usr/ports/lang/clojure.orig/Makefile 2009-03-22 13:39:26.000000000 +0100 +++ /usr/ports/lang/clojure/Makefile 2009-05-08 19:01:44.738432353 +0200 @@ -7,7 +7,8 @@ # PORTNAME= clojure -PORTVERSION= 20090320 +PORTVERSION= 1.0.0 +PORTEPOCH= 2 CATEGORIES= lang lisp java MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -34,8 +35,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/clojure-bin ${PREFIX}/bin/clojure - ${INSTALL_DATA} ${WRKSRC}/clojure/clojure.jar ${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/clojure-${PORTVERSION}.jar ${JAVAJARDIR}/clojure.jar @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/clojure/src/clj/clojure/main.clj ${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/src/clj/clojure/main.clj ${DATADIR} .include diff -ruN --exclude=CVS /usr/ports/lang/clojure.orig/distinfo /usr/ports/lang/clojure/distinfo --- /usr/ports/lang/clojure.orig/distinfo 2009-03-22 13:39:26.000000000 +0100 +++ /usr/ports/lang/clojure/distinfo 2009-05-08 18:52:58.560915503 +0200 @@ -1,3 +1,3 @@ -MD5 (clojure_20090320.zip) = 0bbd1f6f889dded06ce0fe18381f150c -SHA256 (clojure_20090320.zip) = 4030d06f4d2176c7d2418642870a962bdd2151e23887aae316cfbb50fc91972e -SIZE (clojure_20090320.zip) = 1738044 +MD5 (clojure_1.0.0.zip) = e7a50129040df7fe52287006988ecbb2 +SHA256 (clojure_1.0.0.zip) = 6b06bc53977ee9e263a3edee33364747f5d181e3cfb44971a1a1ddc16a96bdce +SIZE (clojure_1.0.0.zip) = 1733377 --- clojure-1.0.0,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: