ports/91066: Update port: java/jboss4 to 4.0.3 SP1
Linh Pham
question+fbsdports at closedsrc.org
Thu Dec 29 17:30:11 UTC 2005
>Number: 91066
>Category: ports
>Synopsis: Update port: java/jboss4 to 4.0.3 SP1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 29 17:30:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Linh Pham
>Release: FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 6.0-RELEASE FreeBSD 6.0-RELEASE #6: Sun Nov 6 11:43:22 PST 2005 root at q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update java/jboss4 to 4.0.3 SP1, which includes the usual bugfixes and minor
tweaks. I tweaked the Makefile so that it can handle the SP1 version properly
and while keeping the Makefile valid and passes portlint.
>How-To-Repeat:
>Fix:
--- jboss-4.0.3sp1.diff begins here ---
diff -ruN /usr/ports/java/jboss4/Makefile ./jboss4/Makefile
--- /usr/ports/java/jboss4/Makefile Tue Dec 27 12:27:01 2005
+++ ./jboss4/Makefile Thu Dec 29 10:17:16 2005
@@ -6,11 +6,12 @@
#
PORTNAME= ${APP_TITLE:L}
-PORTVERSION= 4.0.3
+PORTVERSION= 4.0.3.s1
+PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.s/SP/}-src
MAINTAINER= jonc at chen.org.nz
COMMENT= Open-source J2EE application server (4.x family)
@@ -54,7 +55,7 @@
DAEMONCTL_FILES=daemonctl.c daemonctl.1 startup.sh pkg-message
MAN1= ${CONTROL_SCRIPT_NAME}.1
-JBOSSOUTPUT= ${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION}
+JBOSSOUTPUT= ${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION:S/.s/SP/}
APP_HOME_FILES= bin client lib server
PLIST_FILES= ${CONTROL_SCRIPT:S,^${PREFIX}/,,} \
diff -ruN /usr/ports/java/jboss4/distinfo ./jboss4/distinfo
--- /usr/ports/java/jboss4/distinfo Tue Dec 27 12:27:01 2005
+++ ./jboss4/distinfo Thu Dec 29 09:47:32 2005
@@ -1,2 +1,3 @@
-MD5 (jboss-4.0.3-src.tar.bz2) = 50ae8f9e03abef31b70f2ce21a47ec95
-SIZE (jboss-4.0.3-src.tar.bz2) = 55440368
+MD5 (jboss-4.0.3SP1-src.tar.bz2) = 366e67b69ee7f81eec33808a5708e5ac
+SHA256 (jboss-4.0.3SP1-src.tar.bz2) = db7bf82fd9c0d021428cb1a66933d0182c85a26a3fa9b5dbdc6d9ce3a2598624
+SIZE (jboss-4.0.3SP1-src.tar.bz2) = 55447207
--- jboss-4.0.3sp1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list