Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2007 03:31:29 GMT
From:      Nemo Liu<nemoliu@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111394: [UPDATE]update www/servlet-api to 2.5
Message-ID:  <200704090331.l393VTt7078153@www.freebsd.org>
Resent-Message-ID: <200704090340.l393e2FZ042134@freefall.freebsd.org>

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

>Number:         111394
>Category:       ports
>Synopsis:       [UPDATE]update www/servlet-api to 2.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 03:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nemo Liu
>Release:        7-current
>Organization:
>Environment:
FreeBSD tango.sina.com.cn 7.0-STOooRM FreeBSD 7.0-STOooRM #0: Wed Apr  4 15:05:23 CST 2007     liutong@tango.sina.com.cn:/usr/obj/usr/src/sys/TANGO  amd64
>Description:
JSR-000154 JavaTM Servlet 2.5 Specification 
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/servlet-api/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	21 Jan 2007 01:09:10 -0000	1.3
+++ Makefile	9 Apr 2007 03:13:52 -0000
@@ -2,26 +2,28 @@
 # Date created:				October 13, 2005
 # Whom:					Herve Quiroz <hq@FreeBSD.org>
 #
-# $FreeBSD: ports/www/servlet-api/Makefile,v 1.3 2007/01/21 01:09:10 hq Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	servlet-api
-PORTVERSION=	2.4
+PORTVERSION=	2.5
 CATEGORIES=	www java
-MASTER_SITES=	http://www.ibiblio.org/maven/servletapi/jars/
+MASTER_SITES=	http://fisheye5.cenqua.com/browse/~raw,r=1.1.1.3/glassfish/repo/javax.servlet/jars/
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=	# empty
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemoliu@gmail.com
 COMMENT=	The Servlet API
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.4+
+JAVA_VERSION=	1.5+
 NO_BUILD=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
 
 do-install:
-	${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar
+	@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
+	@${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar
+	@${ECHO_MSG} " [ DONE ]"
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/servlet-api/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	24 Jan 2006 03:14:08 -0000	1.2
+++ distinfo	9 Apr 2007 03:13:52 -0000
@@ -1,3 +1,3 @@
-MD5 (servlet-api-2.4.jar) = f6cf3fde0b992589ed3d87fa9674015f
-SHA256 (servlet-api-2.4.jar) = 243f8b5577f59bffdd30fd15cc25fc13004a6b08773a61cc32e48726c3633b7c
-SIZE (servlet-api-2.4.jar) = 97693
+MD5 (servlet-api-2.5.jar) = 116fc16f3f700d756a57a2b8ea7c1044
+SHA256 (servlet-api-2.5.jar) = 433ce67a1436573a4b7e5e4db5b4b09d670dd5371e45e769ce50a45350161057
+SIZE (servlet-api-2.5.jar) = 105334
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/servlet-api/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	12 Oct 2005 11:51:51 -0000	1.1
+++ pkg-descr	9 Apr 2007 03:13:52 -0000
@@ -7,3 +7,4 @@
 applications possible.
 
 WWW: http://java.sun.com/products/servlet/
+WWW: http://fisheye5.cenqua.com/browse/glassfish/repo/javax.servlet

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



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