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
> 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
Responsible Changed From-To: freebsd-ports->znerd I'll handle this one.
Working on this. You should have bumped the PORTREVISION too, so that people will actually upgrade to this new version of the port.
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!