Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2008 07:36:58 -0700 (PDT)
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nemoliu@FreeBSD.org
Subject:   ports/126718: [PATCH] java/jboss: update to 5.0.0.cr1
Message-ID:  <200808211436.m7LEawQp041117@misty.eyesbeyond.com>
Resent-Message-ID: <200808211440.m7LEe1Yi051565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126718
>Category:       ports
>Synopsis:       [PATCH] java/jboss: update to 5.0.0.cr1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 21 14:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Mon Jul 28 22:03:45 PDT 2008
>Description:
- Update to 5.0.0.cr1 (which fixes compilation with JDK 1.6).

Removed file(s):
- files/patch-buildmagic.ent

Port maintainer (nemoliu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jboss-5.0.0.cr1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/jboss5/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	6 Jun 2008 13:38:43 -0000	1.42
+++ Makefile	21 Aug 2008 14:18:26 -0000
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	${APP_TITLE:L}
-PORTVERSION=	5.0.0.b1
-PORTREVISION=	2
+PORTVERSION=	5.0.0.cr1
 PORTEPOCH=	1
 CATEGORIES=	java devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}.Beta1-src
+DISTNAME=	${PORTNAME}-${PORTVERSION:U}-src
 
 MAINTAINER=	nemoliu@FreeBSD.org
 COMMENT=	Open-source J2EE application server (5.x family)
@@ -55,7 +54,7 @@
 JAVA_MAIN=	org.jboss.Main
 MAN1=		${CONTROL_SCRIPT_NAME}.1
 
-JBOSSOUTPUT=	${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION:R}.Beta1
+JBOSSOUTPUT=	${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION:R}.CR1
 APP_HOME_FILES=	bin client lib server
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
Index: distinfo
===================================================================
RCS file: /var/fcvs/ports/java/jboss5/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo	28 Mar 2007 05:47:16 -0000	1.18
+++ distinfo	21 Aug 2008 05:23:01 -0000
@@ -1,3 +1,3 @@
-MD5 (jboss-5.0.0.Beta1-src.tar.gz) = 92365ed9bafae925c071e23e723216be
-SHA256 (jboss-5.0.0.Beta1-src.tar.gz) = f0916edce3053a3cc5e689559822b559e0d4b08582eeb606f0208ca7634ef1e5
-SIZE (jboss-5.0.0.Beta1-src.tar.gz) = 114347235
+MD5 (jboss-5.0.0.CR1-src.tar.gz) = c5bc11b5174dd8cc35b80ccd7e702d2c
+SHA256 (jboss-5.0.0.CR1-src.tar.gz) = 200bfd89cef204af041aec4ace01b53fbc08cb124819a9b30f365da5ff7e30f4
+SIZE (jboss-5.0.0.CR1-src.tar.gz) = 100025841
Index: files/patch-build-common.xml
===================================================================
RCS file: /var/fcvs/ports/java/jboss5/files/patch-build-common.xml,v
retrieving revision 1.1
diff -u -r1.1 patch-build-common.xml
--- files/patch-build-common.xml	28 Mar 2007 05:47:17 -0000	1.1
+++ files/patch-build-common.xml	21 Aug 2008 05:36:46 -0000
@@ -1,23 +1,6 @@
 --- ./tools/etc/buildmagic/build-common.xml.orig	Sun Mar 25 20:25:52 2007
 +++ ./tools/etc/buildmagic/build-common.xml	Sun Mar 25 20:27:18 2007
-@@ -2,7 +2,7 @@
- 
-   <!-- Make sure we have the right version of Ant -->
-   <property name="buildmagic.ant16.baseversion" value="1.6"/>
--
-+  <property name="buildmagic.ant17.baseversion" value="1.7"/>
-   <!--
-      | Add new conditions for other supported Ant versions when they
-      | become avaialble.
-@@ -12,13 +12,16 @@
-     <or>
-       <contains string="${ant.version}" 
- 	        substring="Ant version ${buildmagic.ant16.baseversion}"/>
-+      <contains string="${ant.version}"
-+        substring="Ant version ${buildmagic.ant17.baseversion}"/>
-     </or>
-   </condition>
- 
+@@ -20,6 +20,7 @@
    <fail unless="buildmagic.ant.compatible">
    Unsupported Ant version:
      ${ant.version}
Index: files/patch-buildmagic.ent
===================================================================
RCS file: files/patch-buildmagic.ent
diff -N files/patch-buildmagic.ent
--- files/patch-buildmagic.ent	28 Mar 2007 05:47:17 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,37 +0,0 @@
---- ./tools/etc/buildmagic/buildmagic.ent.orig	Mon Nov 20 07:45:55 2006
-+++ ./tools/etc/buildmagic/buildmagic.ent	Sun Mar 25 21:28:14 2007
-@@ -7,34 +7,6 @@
- <!-- Initialize the build system. -->
- <target name="_buildmagic:init" unless="init.disable">
- 
--  <!-- Make sure we have the right version of Ant -->
--  <property name="buildmagic.ant15.baseversion" value="1.5"/>
--  <property name="buildmagic.ant16.baseversion" value="1.6"/>
--
--  <!--
--     | Add new conditions for other supported Ant versions when they
--     | become avaialble.
--   -->
--
--  <condition property="buildmagic.ant.compatible">
--    <or>
--      <contains string="${ant.version}"
--        substring="Ant version ${buildmagic.ant15.baseversion}"/>
--      <contains string="${ant.version}"
--        substring="Ant version ${buildmagic.ant16.baseversion}"/>
--    </or>
--  </condition>
--
--  <fail unless="buildmagic.ant.compatible">
--
--  Unsupported Ant version:
--
--    ${ant.version}
--
--  Please install a version which is compatible with Ant ${buildmagic.ant15.baseversion} or ${buildmagic.ant16.baseversion}.
--
--  </fail>
--
-   <!-- JDK Detection -->
-   <available classname="java.lang.StackTraceElement" property="HAVE_JDK_1.4"/>
-   <available classname="java.lang.Enum" property="HAVE_JDK_1.5"/>
--- jboss-5.0.0.cr1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808211436.m7LEawQp041117>