diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2007-04-30 06:27:41 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2007-04-30 06:27:41 +0000 |
commit | 17b108023a66815d6c9c432809f122851633c300 (patch) | |
tree | 0ae9747983c2418d6ea6595fd4a3d22a783d3f81 /java/jboss5 | |
parent | Update to 1.1.2 release. (diff) |
Use my @FreeBSD.org address.
Approved by: delphij (mentor)
Notes
Notes:
svn path=/head/; revision=191183
Diffstat (limited to 'java/jboss5')
-rw-r--r-- | java/jboss5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile index ec953be74cfe..089dca67f619 100644 --- a/java/jboss5/Makefile +++ b/java/jboss5/Makefile @@ -1,6 +1,6 @@ # ports collection makefile for: jboss5 # Date created: 7 May 2007 -# Whom: nemoliu@gmail.com <nemoliu@gmail.com> +# Whom: nemoliu@FreeBSD.org <nemoliu@gmail.com> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R}.Beta1-src -MAINTAINER= nemoliu@gmail.com +MAINTAINER= nemoliu@FreeBSD.org COMMENT= Open-source J2EE application server (5.x family) BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant |