Date: Tue, 22 May 2001 21:14:18 +0100 (BST) From: Jose Marques <noway@nohow.demon.co.uk> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27545: update to java/cos port to fix unfetchable distfile Message-ID: <200105222014.f4MKEHR02705@nohow.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 27545 >Category: ports >Synopsis: update to java/cos port to fix unfetchable distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 22 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD nohow.demon.co.uk 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 19 22:06:19 BST 2001 root@nohow.demon.co.uk:/usr/obj/usr/src/sys/LIBRETTO i386 >Description: Update to java/cos port to latest version >How-To-Repeat: >Fix: Apply following patch to current port diff -ruN /usr/ports/java/cos/Makefile cos/Makefile --- /usr/ports/java/cos/Makefile Mon Aug 14 03:18:14 2000 +++ cos/Makefile Tue May 22 14:31:17 2001 @@ -6,9 +6,9 @@ # PORTNAME= cos -PORTVERSION= 12Jun2000 +PORTVERSION= 21May2001 CATEGORIES= java -MASTER_SITES= http://www.servlets.com/resources/com.oreilly.servlet/ +MASTER_SITES= http://www.servlets.com/cos/ MAINTAINER= noway@nohow.demon.co.uk diff -ruN /usr/ports/java/cos/distinfo cos/distinfo --- /usr/ports/java/cos/distinfo Mon Aug 14 03:18:23 2000 +++ cos/distinfo Tue May 22 14:14:15 2001 @@ -1 +1 @@ -MD5 (cos-12Jun2000.zip) = 09ce5ab2451d3ff69261190c44eaeb84 +MD5 (cos-21May2001.zip) = dedb4665821b67cc46d0a4803ee3e4dd diff -ruN /usr/ports/java/cos/pkg-descr cos/pkg-descr --- /usr/ports/java/cos/pkg-descr Fri Dec 31 20:22:09 1999 +++ cos/pkg-descr Tue May 22 14:22:43 2001 @@ -7,6 +7,6 @@ servlets. The package was developed by Jason Hunter for his book "Java Servlet Programming" published by O'Reilly. See: -WWW: http://www.servlets.com/resources/com.oreilly.servlet/index.html +WWW: http://www.servlets.com/cos/index.html For more details. diff -ruN /usr/ports/java/cos/pkg-plist cos/pkg-plist --- /usr/ports/java/cos/pkg-plist Mon Aug 14 03:18:34 2000 +++ cos/pkg-plist Tue May 22 14:28:28 2001 @@ -3,6 +3,7 @@ share/java/cos/license.html share/java/cos/doc/AllNames.html share/java/cos/doc/Package-com.oreilly.servlet.html +share/java/cos/doc/Package-com.oreilly.servlet.multipart.html share/java/cos/doc/com.oreilly.servlet.Base64Decoder.html share/java/cos/doc/com.oreilly.servlet.Base64Encoder.html share/java/cos/doc/com.oreilly.servlet.CacheHttpServlet.html @@ -10,6 +11,7 @@ share/java/cos/doc/com.oreilly.servlet.CookieParser.html share/java/cos/doc/com.oreilly.servlet.DaemonHttpServlet.html share/java/cos/doc/com.oreilly.servlet.HttpMessage.html +share/java/cos/doc/com.oreilly.servlet.HttpsMessage.html share/java/cos/doc/com.oreilly.servlet.LocaleNegotiator.html share/java/cos/doc/com.oreilly.servlet.LocaleToCharsetMap.html share/java/cos/doc/com.oreilly.servlet.MailMessage.html @@ -21,6 +23,14 @@ share/java/cos/doc/com.oreilly.servlet.RemoteHttpServlet.html share/java/cos/doc/com.oreilly.servlet.ServletUtils.html share/java/cos/doc/com.oreilly.servlet.VersionDetector.html +share/java/cos/doc/com.oreilly.servlet.multipart.BufferedServletInputStream.html +share/java/cos/doc/com.oreilly.servlet.multipart.FilePart.html +share/java/cos/doc/com.oreilly.servlet.multipart.LimitedServletInputStream.html +share/java/cos/doc/com.oreilly.servlet.multipart.MacBinaryDecoderOutputStream.html +share/java/cos/doc/com.oreilly.servlet.multipart.MultipartParser.html +share/java/cos/doc/com.oreilly.servlet.multipart.ParamPart.html +share/java/cos/doc/com.oreilly.servlet.multipart.Part.html +share/java/cos/doc/com.oreilly.servlet.multipart.PartInputStream.html share/java/cos/doc/images/blue-ball-small.gif share/java/cos/doc/images/blue-ball.gif share/java/cos/doc/images/class-index.gif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105222014.f4MKEHR02705>