Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2005 21:31:08 +0200 (EET)
From:      Anton Yudin <toha@toha.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77797: correct jboss deploy path in mail/jboss-mailservices
Message-ID:  <200502201931.j1KJV8FJ001480@toha.org.ua>
Resent-Message-ID: <200502201940.j1KJeNOp080088@freefall.freebsd.org>

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

>Number:         77797
>Category:       ports
>Synopsis:       correct jboss deploy path in mail/jboss-mailservices
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 19:40:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yudin
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD pandemonium 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Nov 14 19:08:07 EET 2004 root@pandemonium:/obj/obj/usr/src/sys/NKERNEL i386


>Description:
	The Makefile in mail/jboss-mailservices contains wrong jboss deploy path.
>How-To-Repeat:
>Fix:
	Apply patch.

diff -ruN mail/jboss-mailservices.original/Makefile mail/jboss-mailservices/Makefile
--- mail/jboss-mailservices.original/Makefile	Sun Feb 20 21:21:31 2005
+++ mail/jboss-mailservices/Makefile	Sun Feb 20 21:24:01 2005
@@ -14,14 +14,14 @@
 MAINTAINER=	toha@toha.org.ua
 COMMENT=	JBoss Mail Services
 
-RUN_DEPENDS=	${LOCALBASE}/jboss4.0/server/default/conf/jboss-service.xml:${PORTSDIR}/java/jboss4
+RUN_DEPENDS=	${LOCALBASE}/jboss4/server/default/conf/jboss-service.xml:${PORTSDIR}/java/jboss4
 
 USE_JAVA=	YES
 JAVA_VERSION=	1.4+
 NO_BUILD=	YES
 USE_ZIP=	YES
 
-DEPLOY_PATH=	${LOCALBASE}/jboss4.0/server/default/deploy
+DEPLOY_PATH=	${LOCALBASE}/jboss4/server/default/deploy
 WRKSRC=		${WRKDIR}/deploy
 
 .include <bsd.port.pre.mk>

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



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