Date: Sun, 23 Dec 2007 13:09:18 +0100 From: "Beat Gaetzi" <beat@chruetertee.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/118970: [PATCH] java/jboss5: update to 5.0.0.Beta3 Message-ID: <476BDCC600057457@mail14.bluewin.ch> (added by postmaster@bluewin.ch) Resent-Message-ID: <200712231210.lBNCA3KS046877@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 118970 >Category: ports >Synopsis: [PATCH] java/jboss5: update to 5.0.0.Beta3 >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: Sun Dec 23 12:10:03 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 6.2-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Wed Jun 6 22:22:54 CEST 2007 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386 >Description: JBoss 5.0.0.Beta3 has been released: http://sourceforge.net/project/shownotes.php?release_id=563302&group_id=22866 >How-To-Repeat: >Fix: --- jboss5.patch begins here --- diff -Naur jboss5.old/Makefile jboss5/Makefile --- jboss5.old/Makefile Sat May 19 22:12:58 2007 +++ jboss5/Makefile Sun Dec 23 11:40:01 2007 @@ -6,13 +6,12 @@ # PORTNAME= ${APP_TITLE:L} -PORTVERSION= 5.0.0.b1 -PORTREVISION= 1 +PORTVERSION= 5.0.0.b3 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}.Beta1-src +DISTNAME= ${PORTNAME}-${PORTVERSION:R}.Beta3-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}.Beta3 APP_HOME_FILES= bin client lib server PKGMESSAGE= ${WRKDIR}/pkg-message @@ -114,6 +113,9 @@ cd ${WRKDIR} && ${CC} ${CFLAGS} -o ${CONTROL_SCRIPT_NAME} daemonctl.c ${MKDIR} ${APP_HOME} && ${CHOWN} ${USER}:${GROUP} ${APP_HOME} ${MKDIR} ${LOG_DIR} && ${CHOWN} ${USER}:${GROUP} ${LOG_DIR} + ${MKDIR} ${APP_HOME}/server/all/deploy/deploy.last + ${MKDIR} ${APP_HOME}/server/minimal/deploy + ${MKDIR} ${APP_HOME}/server/minimal/deployers (cd ${JBOSSOUTPUT} && ${FIND} ${APP_HOME_FILES} |\ ${CPIO} -pdmu -R ${USER}:${GROUP} ${APP_HOME}) ${INSTALL} -o ${USER} -g ${GROUP} -m 06754\ diff -Naur jboss5.old/distinfo jboss5/distinfo --- jboss5.old/distinfo Wed Mar 28 07:47:16 2007 +++ jboss5/distinfo Sun Dec 23 11:12:24 2007 @@ -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.Beta3-src.tar.gz) = 4788b27b73b9c13d426d284462970c62 +SHA256 (jboss-5.0.0.Beta3-src.tar.gz) = 03099d26a51173755ae4349cadcfaaa28e8f0eb6e38062ae9a477dcf1f64e8c5 +SIZE (jboss-5.0.0.Beta3-src.tar.gz) = 130785510 diff -Naur jboss5.old/files/patch-build-common.xml jboss5/files/patch-build-common.xml --- jboss5.old/files/patch-build-common.xml Wed Mar 28 07:47:17 2007 +++ jboss5/files/patch-build-common.xml Sun Dec 23 11:31:40 2007 @@ -1,29 +1,12 @@ ---- ./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> - +--- ./tools/etc/buildmagic/build-common.xml.orig Fri Dec 21 13:45:01 2007 ++++ ./tools/etc/buildmagic/build-common.xml Sun Dec 23 11:28:07 2007 +@@ -21,7 +21,8 @@ <fail unless="buildmagic.ant.compatible"> Unsupported Ant version: ${ant.version} - Please install a version which is compatible with Ant ${buildmagic.ant16.baseversion}. + Please install a version which is compatible with Ant ${buildmagic.ant16.baseversion} -+ or ${buildmagic.ant17.baseversion}. ++ or ${buildmagic.ant17.baseversion}. </fail> <!-- JDK Detection --> diff -Naur jboss5.old/files/patch-buildmagic.ent jboss5/files/patch-buildmagic.ent --- jboss5.old/files/patch-buildmagic.ent Wed Mar 28 07:47:17 2007 +++ jboss5/files/patch-buildmagic.ent Thu Jan 1 01:00:00 1970 @@ -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"/> --- jboss5.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?476BDCC600057457>