Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2004 00:41:55 GMT
From:      "Sean O'Connell" <oconnell@soe.ucsd.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/69600: apache-ant port is out of date
Message-ID:  <200407260041.i6Q0ftC7084582@www.freebsd.org>
Resent-Message-ID: <200407260050.i6Q0oNH3045944@freefall.freebsd.org>

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

>Number:         69600
>Category:       ports
>Synopsis:       apache-ant port is out of date
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 26 00:50:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sean O'Connell
>Release:        4.9-RELEASE
>Organization:
Jacobs School of Engineering, UCSD
>Environment:
Not applicable
>Description:
      The apache-ant port does not build since the binary distribution for apache-ant-1.6.1 is no longer available. Please update the port to reflect the release of apache-ant-1.6.2
>How-To-Repeat:
      cvsup to ports-all, cd /usr/ports/devel/apache-ant, make install .. fails because distribution is not available

>Fix:
      I have some tentative patches that do the upgrade. It involves minor changes to the port Makefile and distinfo, patches are below:

--- Makefile.orig       Sun Jul 25 14:50:25 2004
+++ Makefile    Sun Jul 25 14:50:53 2004
@@ -6,7 +6,7 @@
 #
  
 PORTNAME=      apache-ant
-PORTVERSION=   1.6.1
+PORTVERSION=   1.6.2
 PORTREVISION=  1
 CATEGORIES=    devel java
 MASTER_SITES=  http://apache.mirror.trueserver.nl/dist/ant/binaries/:bin \

--- distinfo.orig       Sun Jul 25 14:50:19 2004
+++ distinfo    Sun Jul 25 14:54:51 2004
@@ -1,4 +1,4 @@
-MD5 (apache-ant-1.6.1-bin.tar.bz2) = 703d0265d05b98afd95be0bc21b98420
-SIZE (apache-ant-1.6.1-bin.tar.bz2) = 6562339
+MD5 (apache-ant-1.6.2-bin.tar.bz2) = a568c7271c3f168771c0313926d060fa
+SIZE (apache-ant-1.6.2-bin.tar.bz2) = 6685702
 MD5 (apache-ant-manpage-20030908.tgz) = 1fe1fdab6cce4def62005d67d929a9c9
 SIZE (apache-ant-manpage-20030908.tgz) = 9735
>Release-Note:
>Audit-Trail:
>Unformatted:



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