Bug 36650

Summary: Changed Mastersite: textproc/cocoon
Product: Ports & Packages Reporter: Tilman Linneweh <tilman>
Component: Individual Port(s)Assignee: Ernst de Haan <znerd>
Status: Closed FIXED    
Severity: Affects Only Me CC: tilman
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Tilman Linneweh 2002-04-02 12:10:03 UTC
	I don't know why they know have a different tarball.
	This is neither port of cocoon2 nor a change to the new
	bsd.java.mk, this just fixes the unfetchable distfiles

Fix: MAINTAINER=    ports@FreeBSD.org
Comment 1 Tilman Linneweh 2002-04-02 14:24:46 UTC
> http://www.freebsd.org/cgi/query-pr.cgi?pr=36650
> 
> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       Changed Mastersite: textproc/cocoon
> >Arrival-Date:   Tue Apr 02 03:10:03 PST 2002


I know changed Makefile to use bsd.java.mk 

regards arved

--- Makefile.orig       Tue Apr  2 12:18:49 2002
+++ Makefile    Tue Apr  2 15:20:41 2002
@@ -8,19 +8,18 @@
 PORTNAME=      cocoon
 PORTVERSION=   1.8.2
 CATEGORIES=    textproc www java
-MASTER_SITES=  http://xml.apache.org/cocoon/dist/
+MASTER_SITES=  http://xml.apache.org/cocoon/dist/cocoon1/
 DISTNAME=      Cocoon-${PORTVERSION}

 MAINTAINER=    ports@FreeBSD.org

-BUILD_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk
-RUN_DEPENDS=   ${LOCALBASE}/libexec/apache/mod_jserv.so:${PORTSDIR}/www/apache-jserv
+USE_JAVA=      1.1+
+JAVA_HOME?=     ${LOCALBASE}/jdk1.3.1
+JAVA_PORT?=     ${PORTSDIR}/java/jdk13

-MAKE_ENV=      JAVA_HOME=${LOCALBASE}/jdk${JDK_VERSION} CLASSPATH=${CLASSPATH}
+MAKE_ENV=      JAVA_HOME=${JAVA_HOME} CLASSPATH=${CLASSPATH}
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}

-JDK_VERSION=   1.1.8
-CLASSPATH=     ${LOCALBASE}/jdk${JDK_VERSION}/lib/classes.zip
 LIBS=          fop_0_15_0.jar xalan_1_2_D02.jar xerces_1_2.jar
 JDIR=          ${PREFIX}/share/java/classes
 CDIR=          ${PREFIX}/etc/apache/cocoon
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-04-02 14:53:10 UTC
Responsible Changed
From-To: freebsd-ports->znerd

I'll handle this one.
Comment 3 Ernst de Haan freebsd_committer freebsd_triage 2002-04-05 00:16:13 UTC
Working on this. You should have bumped the PORTREVISION too, so that people 
will actually upgrade to this new version of the port.
Comment 4 Ernst de Haan freebsd_committer freebsd_triage 2002-04-05 00:42:08 UTC
State Changed
From-To: open->closed

Committed a similar fix. Added some additional 
download locations and dealt with the fact that 
the patches in the PR were not useful due to 
character problems (3D all over the place). 
Thanks!