diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 21:43:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 21:43:43 +0800 |
commit | df5a796633ee6560f64caf12574c554e0cdbb659 (patch) | |
tree | 8f8068d6ce0708a3892bc9e9b0f0f44e174dfbbc /textproc | |
parent | 62db6380f8cfd8aa33a4a16d2ddae336f67c9745 (diff) | |
download | freebsd-ports-gnome-df5a796633ee6560f64caf12574c554e0cdbb659.tar.gz freebsd-ports-gnome-df5a796633ee6560f64caf12574c554e0cdbb659.tar.zst freebsd-ports-gnome-df5a796633ee6560f64caf12574c554e0cdbb659.zip |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Diffstat (limited to 'textproc')
29 files changed, 57 insertions, 164 deletions
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile index 7609b9ba71ae..25f4d9de6181 100644 --- a/textproc/ant-xinclude-task/Makefile +++ b/textproc/ant-xinclude-task/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XInclude task for Jakarta Ant -# Date created: October 18, 2002 -# Whom: Ernst de Haan <znerd@FreeBSD.org> -# +# Created by: Ernst de Haan <znerd@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xinclude-task PORTVERSION= 0.2 @@ -18,7 +14,7 @@ COMMENT= XInclude task for Jakarta Ant BUILD_DEPENDS= ${JAVAJARDIR}/xincluder.jar:${PORTSDIR}/textproc/xincluder USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jar diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index f005eb20a98b..fcadbed4a772 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apache-solr -# Date created: 2009-03-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= apache-solr PORTVERSION= 3.6.0 @@ -16,7 +12,7 @@ MAINTAINER= gaod@hychen.org COMMENT= High performance search server built using Lucene Java LICENSE= AL2 -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_JAVA= yes diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index ea1f22e0d80f..a6f60d229dec 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: denature -# Date created: Jan 6, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= denature PORTVERSION= 0.6.5 @@ -23,7 +18,7 @@ RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ USE_PERL5= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ POD2MAN?= pod2man WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/dom4j/Makefile b/textproc/dom4j/Makefile index 6c584ce7d058..d8855289b202 100644 --- a/textproc/dom4j/Makefile +++ b/textproc/dom4j/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dom4j -# Date created: 7 Oct 2005 -# Whom: <glewis@FreeBSD.org> -# +# Created by: <glewis@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dom4j PORTVERSION= 1.6.1 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open Source XML framework for Java USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index 0f4dd198c395..894a36e5cddb 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -1,4 +1,4 @@ -# Created by: Tom Judge <tj@FreeBSD.org> +# Created by: Tom Judge <tj@FreeBSD.org> # $FreeBSD$ PORTNAME= elasticsearch @@ -14,7 +14,7 @@ LICENSE= AL2 USE_ZIP= yes USE_JAVA= yes NO_BUILD= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= ${PORTNAME} diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index b0d5c85f7da3..3f5902069f75 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Print formatter driven by XSL formatting -# Date created: 19 December 2000 -# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org> -# +# Created by: KIRIYAMA Kazuhiko <kiri@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fop PORTVERSION= 1.1 @@ -24,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} DATADIR= ${JAVASHAREDIR}/${PORTNAME} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes # Prevent out of memory error during build diff --git a/textproc/jakarta-commons-digester/Makefile b/textproc/jakarta-commons-digester/Makefile index ef9b35035577..9a726dbac83f 100644 --- a/textproc/jakarta-commons-digester/Makefile +++ b/textproc/jakarta-commons-digester/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jakarta Commons Digester -# Date created: November 28, 2004 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= commons-digester PORTVERSION= 1.8 @@ -21,7 +17,7 @@ BUILD_DEPENDS= ${JAR_DEPENDS} RUN_DEPENDS= ${JAR_DEPENDS} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes MAKE_ARGS= -Dcommons-beanutils.api=${COMMONS_BEANUTILS_API} \ diff --git a/textproc/jakarta-poi/Makefile b/textproc/jakarta-poi/Makefile index 71798ebbc872..c542b24afdf3 100644 --- a/textproc/jakarta-poi/Makefile +++ b/textproc/jakarta-poi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jakarta POI API -# Date created: Wed Mar 2 22:01:02 EET 2005 -# Whom: Anton Yudin <toha@toha.org.ua> -# +# Created by: Anton Yudin <toha@toha.org.ua> # $FreeBSD$ -# PORTNAME= poi PORTVERSION= 2.5.1 @@ -20,7 +16,7 @@ COMMENT= Java API To Access Microsoft Format Files BUILD_DEPENDS= ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes diff --git a/textproc/jalingo/Makefile b/textproc/jalingo/Makefile index eaadff796620..c514c0b43a74 100644 --- a/textproc/jalingo/Makefile +++ b/textproc/jalingo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jalingo -# Date created: 2007-03-17 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jalingo PORTVERSION= 0.6.0 @@ -21,7 +17,7 @@ EXTRACT_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ ALL_TARGET= dist diff --git a/textproc/jarnal/Makefile b/textproc/jarnal/Makefile index 973d28c33cc3..201020aa7d96 100644 --- a/textproc/jarnal/Makefile +++ b/textproc/jarnal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jarnal -# Date created: 28 August 2010 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= jarnal PORTVERSION= 999 @@ -19,7 +15,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ LICENSE= GPLv2 diff --git a/textproc/jaxup/Makefile b/textproc/jaxup/Makefile index 5fe72f43b144..93f4338b9296 100644 --- a/textproc/jaxup/Makefile +++ b/textproc/jaxup/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: Jaxup -# Date created: 17 November 2004 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ PORTNAME= jaxup @@ -26,7 +23,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} diff --git a/textproc/jdictionary/Makefile b/textproc/jdictionary/Makefile index 6423b1c5d2d2..0beaa1e6c237 100644 --- a/textproc/jdictionary/Makefile +++ b/textproc/jdictionary/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jdictionary -# Date created: 23.04.2002 -# Whom: janos.mohacsi@bsd.hu -# +# Created by: janos.mohacsi@bsd.hu # $FreeBSD$ -# PORTNAME= jdictionary PORTVERSION= 1.8 @@ -18,7 +14,7 @@ COMMENT= Platform independent, plugin based dictionary RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile index 9d3bb18f7c77..11f1ccaad6c7 100644 --- a/textproc/jing/Makefile +++ b/textproc/jing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jing -# Date created: 3 February 2002 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# +# Created by: Kimura Fuyuki <fuyuki@mj.0038.net> # $FreeBSD$ -# PORTNAME= jing PORTVERSION= 2008.10.28 @@ -16,7 +12,7 @@ COMMENT= A RELAX NG validator in Java USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes .if !defined(NOPORTDOCS) diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile index d37428510662..c469fca0b63f 100644 --- a/textproc/lucene/Makefile +++ b/textproc/lucene/Makefile @@ -1,7 +1,5 @@ -# Created by: Gerrit Beine <gerrit.beine@gmx.de> +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# -# Please don't forget to bump the version in py-lucene if this changes! PORTNAME= lucene PORTVERSION= 3.6.1 @@ -17,7 +15,7 @@ LICENSE= AL2 USE_JAVA= yes NO_BUILD= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ OPTIONS_DEFINE= CONTRIB CONTRIB_DESC= Install contributed jars diff --git a/textproc/nux/Makefile b/textproc/nux/Makefile index 6eca4ff7bb3d..0f000a952f18 100644 --- a/textproc/nux/Makefile +++ b/textproc/nux/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nux -# Date created: 2004-10-28 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nux PORTVERSION= 1.6 @@ -21,7 +17,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/xom.jar:${PORTSDIR}/textproc/xom \ OPTIONS= XQUERY_TOOL "Install the XQuery command-line tool" on USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/ppower4/Makefile b/textproc/ppower4/Makefile index eeb84314c31e..4f9f60594c43 100644 --- a/textproc/ppower4/Makefile +++ b/textproc/ppower4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ppower4 -# Date created: 07 November 2003 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= ppower4 PORTVERSION= 0.9.4 @@ -23,7 +19,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 4eb6497533c0..7130166973e0 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -1,10 +1,5 @@ -# -# Ports collection makefile for: py-lucene -# Date created: Nov 2, 2006 -# Whom: Frank J. Laszlo <laszlof@vonostingroup.com> -# +# Created by: Frank J. Laszlo <laszlof@vonostingroup.com> # $FreeBSD$ -# PORTNAME= PyLucene PORTVERSION= 3.6.0 @@ -27,7 +22,7 @@ BROKEN= does not build USE_PYTHON= 2.5+ USE_GCC= 4.2+ USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_GMAKE= yes PATCHSET= -2 LUCENE_VER= 3.6.1 diff --git a/textproc/saxon-devel/Makefile b/textproc/saxon-devel/Makefile index 478787499210..d507de56dcc4 100644 --- a/textproc/saxon-devel/Makefile +++ b/textproc/saxon-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: saxon-devel -# Date created: 03 July 2004 -# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# +# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> # $FreeBSD$ -# PORTNAME= saxon PORTVERSION= 9.1.0.8 @@ -26,7 +22,7 @@ OPTIONS= JDOM "Install Jdom support" off \ USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index cc573ffeed00..5179c7255bc6 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: saxon-devel -# Date created: 03 July 2004 -# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# +# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> # $FreeBSD$ -# PORTNAME= saxon-he PORTVERSION= 9.3.0.5 @@ -22,7 +18,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index af354da01284..97c12fd44c66 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: saxon -# Date created: 30 January 2002 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# +# Created by: Kimura Fuyuki <fuyuki@mj.0038.net> # $FreeBSD$ -# PORTNAME= saxon PORTVERSION= 6.5.5 @@ -20,7 +16,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/trang/Makefile b/textproc/trang/Makefile index fe24f54b2f97..cb3d331c121e 100644 --- a/textproc/trang/Makefile +++ b/textproc/trang/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Trang -# Date created: 22 January 2004 -# Whom: Kimura Fuyuki <fuyuki@nigredo.org> -# +# Created by: Kimura Fuyuki <fuyuki@nigredo.org> # $FreeBSD$ -# PORTNAME= trang PORTVERSION= 2008.10.28 @@ -16,7 +12,7 @@ COMMENT= Multi-format schema converter based on RELAX NG USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes .if !defined(NOPORTDOCS) diff --git a/textproc/weka/Makefile b/textproc/weka/Makefile index 7f0704f19eef..b0b0f90aad7f 100644 --- a/textproc/weka/Makefile +++ b/textproc/weka/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even # Second component is even for stable versions. USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index ef222a90f9d2..ee9a25715e67 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xalan-j -# Date created: 21 February 2001 -# Whom: znerd@FreeBSD.org -# +# Created by: znerd@FreeBSD.org # $FreeBSD$ -# PORTNAME= xalan-j PORTVERSION= 2.7.1 @@ -22,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/g} diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index bee1daa1be33..29334284ab62 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Xerces -# Date created: 2000/08/12 -# Whom: Marcin Cieslak -# +# Created by: Marcin Cieslak # $FreeBSD$ -# PORTNAME= xerces-j PORTVERSION= 2.11.0 @@ -16,7 +12,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= XML parser for Java USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/xerces-${PORTVERSION:S/./_/g} diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile index c4647f82223a..907ce9c8117c 100644 --- a/textproc/xincluder/Makefile +++ b/textproc/xincluder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XIncluder -# Date created: October 18, 2002 -# Whom: Ernst de Haan <znerd@FreeBSD.org> -# +# Created by: Ernst de Haan <znerd@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xincluder PORTVERSION= 1.0.d11 @@ -20,7 +16,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/jdom.jar:${PORTSDIR}/java/jdom \ java:${PORTSDIR}/java/javavmwrapper USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/xml-commons/Makefile b/textproc/xml-commons/Makefile index 2f91ae3c838c..e3cbe4c3ca44 100644 --- a/textproc/xml-commons/Makefile +++ b/textproc/xml-commons/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xml-commons -# Date created: 11 February 2010 -# Whom: rfarmer@predatorlabs.net -# +# Created by: rfarmer@predatorlabs.net # $FreeBSD$ -# PORTNAME= xml-commons PORTVERSION= 1.4.01 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Provides common XML code for Apache projects USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_RUN= yes NO_BUILD= yes diff --git a/textproc/xom/Makefile b/textproc/xom/Makefile index 37accd92e0f2..2781eff550ab 100644 --- a/textproc/xom/Makefile +++ b/textproc/xom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xom -# Date created: 2004-10-26 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xom PORTVERSION= 1.1 @@ -19,7 +15,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j \ ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/XOM diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index b8e3c8dfcf93..487260981de7 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xp -# Date created: 21 September 1999 -# Whom: mike -# +# Created by: mike # $FreeBSD$ -# PORTNAME= xp PORTVERSION= 0.5 @@ -16,7 +12,7 @@ MAINTAINER= mike@vee.net COMMENT= An XML parser written in Java USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_WORKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index 171b8d943c4b..44132813b003 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XT -# Date created: 23 June 1999 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xt PORTVERSION= 20020426a @@ -21,7 +17,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j \ ${LOCALBASE}/bin/classpath:${PORTSDIR}/java/javavmwrapper USE_JAVA= YES -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= YES .if !defined(NOPORTDOCS) |