Date: Mon, 10 Dec 2012 13:43:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308605 - in head: math/geogebra-i18n math/geonext math/jakarta-commons-math math/jakarta-commons-math3 math/jeuclid math/jlatexmath math/libjbigi math/octave-forge-java math/plman math... Message-ID: <201212101343.qBADhiMx024132@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 10 13:43:43 2012 New Revision: 308605 URL: http://svnweb.freebsd.org/changeset/ports/308605 Log: Decommissioning java 1.5 (EOLed since October 2009): suppress any reference to JAVA_VERSION= 1.5+ (part3) Modified: head/math/geogebra-i18n/Makefile head/math/geonext/Makefile head/math/jakarta-commons-math/Makefile head/math/jakarta-commons-math3/Makefile head/math/jeuclid/Makefile head/math/jlatexmath/Makefile head/math/libjbigi/Makefile head/math/octave-forge-java/Makefile head/math/plman/Makefile head/math/scilab/Makefile head/math/truthtable/Makefile head/math/vtk-java/Makefile head/math/vtk5/Makefile head/misc/freeguide/Makefile head/misc/jbidwatcher/Makefile head/misc/pauker/Makefile head/misc/pipe/Makefile head/multimedia/gdialog/Makefile head/multimedia/projectx/Makefile head/net-im/convey/Makefile head/net-im/mercury/Makefile head/net-im/openfire-devel/Makefile head/net-im/openfire/Makefile head/net-mgmt/airport/Makefile head/net-p2p/azureus2/Makefile head/net-p2p/bittyrant/Makefile head/net-p2p/frost/Makefile head/net-p2p/i2p/Makefile head/net-p2p/phex/Makefile head/net-p2p/vuze/Makefile head/net-p2p/xnap/Makefile head/net/jakarta-commons-net/Makefile head/net/java-beepcore/Makefile head/net/jcifs/Makefile head/net/jsch/Makefile head/net/ldapbrowser/Makefile head/net/mpich2/Makefile head/net/seda/Makefile head/net/spread-j/Makefile head/net/toonel/Makefile head/net/wowzamediaserverpro/Makefile head/palm/jpilot-db/Makefile head/print/acrobatviewer/Makefile head/print/jabref/Makefile head/print/pdf-renderer/Makefile head/print/pdfbox/Makefile head/science/colt/Makefile head/science/devisor/Makefile head/science/jmol/Makefile head/science/ovt/Makefile head/security/dirbuster/Makefile head/security/iaikpkcs11wrapper/Makefile head/security/quantis/Makefile head/security/webscarab/Makefile head/security/xml-security/Makefile head/sysutils/jdiskreport/Makefile head/sysutils/sge60/Makefile head/sysutils/sge61/Makefile head/textproc/ant-xinclude-task/Makefile head/textproc/apache-solr/Makefile head/textproc/denature/Makefile head/textproc/dom4j/Makefile head/textproc/elasticsearch/Makefile head/textproc/fop/Makefile head/textproc/jakarta-commons-digester/Makefile head/textproc/jakarta-poi/Makefile head/textproc/jalingo/Makefile head/textproc/jarnal/Makefile head/textproc/jaxup/Makefile head/textproc/jdictionary/Makefile head/textproc/jing/Makefile head/textproc/lucene/Makefile head/textproc/nux/Makefile head/textproc/ppower4/Makefile head/textproc/py-lucene/Makefile head/textproc/saxon-devel/Makefile head/textproc/saxon-he/Makefile head/textproc/saxon/Makefile head/textproc/trang/Makefile head/textproc/weka/Makefile head/textproc/xalan-j/Makefile head/textproc/xerces-j/Makefile head/textproc/xincluder/Makefile head/textproc/xml-commons/Makefile head/textproc/xom/Makefile head/textproc/xp/Makefile head/textproc/xt/Makefile head/www/apache-forrest/Makefile head/www/axis/Makefile head/www/cocoon/Makefile head/www/dojo-shrinksafe/Makefile head/www/extsm/Makefile head/www/geronimo/Makefile head/www/grails/Makefile head/www/helma/Makefile head/www/htmlcompressor/Makefile head/www/httpclient/Makefile head/www/httpcore/Makefile head/www/hudson/Makefile head/www/jetty/Makefile head/www/jmeter/Makefile head/www/myfaces/Makefile head/www/paros/Makefile head/www/resin3/Makefile head/www/rssowl/Makefile head/www/sahi/Makefile head/www/sakai/Makefile head/www/scloader/Makefile head/www/servlet-api/Makefile head/www/subsonic/Makefile head/www/tomcat-native/Makefile head/www/tomcat6/Makefile head/www/yuicompressor/Makefile head/x11-fm/mucommander/Makefile head/x11-toolkits/libgtk-java/Makefile head/x11-toolkits/swt-devel/Makefile head/x11-toolkits/swt/Makefile head/x11/libgnome-java/Makefile Modified: head/math/geogebra-i18n/Makefile ============================================================================== --- head/math/geogebra-i18n/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/geogebra-i18n/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geogebra-i18n -# Date created: 2005-08-26 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= geogebra-i18n DISTVERSION= 3-2-47-0 @@ -22,7 +18,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} INSTALLS_ICONS= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes Modified: head/math/geonext/Makefile ============================================================================== --- head/math/geonext/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/geonext/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geonext -# Date created: Mon Dec 6 19:56:58 CET 2004 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTNAME= geonext PORTVERSION= 1.71 @@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html\ geonext-batik.jar help.jar help_fr.jar help_de.jar help_it.jar \ help_uk.jar Modified: head/math/jakarta-commons-math/Makefile ============================================================================== --- head/math/jakarta-commons-math/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/jakarta-commons-math/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jakarta Commons Math -# Date created: January 30th, 2004 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= commons-math PORTVERSION= 2.2 @@ -23,7 +19,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/commons-loggi ${JAVAJARDIR}/commons-discovery.jar:${PORTSDIR}/java/jakarta-commons-discovery USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jar Modified: head/math/jakarta-commons-math3/Makefile ============================================================================== --- head/math/jakarta-commons-math3/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/jakarta-commons-math3/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jakarta Commons Math 3 -# Date created: 25 May, 2012 -# Whom: Muhammad Moinur Rahmanh <5u623l20@gmail.com> -# +# Created by: Muhammad Moinur Rahmanh <5u623l20@gmail.com> # $FreeBSD$ -# PORTNAME= commons-math3 PORTVERSION= 3.0 @@ -23,7 +19,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/commons-loggi ${JAVAJARDIR}/commons-discovery.jar:${PORTSDIR}/java/jakarta-commons-discovery USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jar Modified: head/math/jeuclid/Makefile ============================================================================== --- head/math/jeuclid/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/jeuclid/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jeuclid -# Date created: 11 February 2010 -# Whom: rfarmer@predatorlabs.net -# +# Created by: rfarmer@predatorlabs.net # $FreeBSD$ -# PORTNAME= jeuclid PORTVERSION= 3.1.9 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java based MathML rendering solution USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_RUN= yes NO_BUILD= yes Modified: head/math/jlatexmath/Makefile ============================================================================== --- head/math/jlatexmath/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/jlatexmath/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jlatexmath -# Date created: 11 February 2010 -# Whom: rfarmer@predatorlabs.net -# +# Created by: rfarmer@predatorlabs.net # $FreeBSD$ -# PORTNAME= jlatexmath PORTVERSION= 0.9.7 @@ -19,7 +15,7 @@ LICENSE= GPLv2 USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_BUILD= yes JAVA_RUN= yes USE_ANT= yes Modified: head/math/libjbigi/Makefile ============================================================================== --- head/math/libjbigi/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/libjbigi/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: i2p jbigi JNI -# Date created: Fri Dec 23 12:02:32 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libjbigi PORTVERSION= 0.8.7 @@ -20,7 +16,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes USE_JAVA= yes JAVA_BUILD= jdk -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native PROJECTHOST= i2p Modified: head/math/octave-forge-java/Makefile ============================================================================== --- head/math/octave-forge-java/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/octave-forge-java/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-java -# Date created: 19 June 2012 -# Whom: Stephen Montgomery-Smith <stephen@FreeBSD.org> -# +# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= octave-forge-java PORTVERSION= 1.2.9 @@ -18,7 +14,7 @@ OCTSRC= ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/${OCTSRC}/src Modified: head/math/plman/Makefile ============================================================================== --- head/math/plman/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/plman/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: plman -# Date created: 2005-12-12 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= plman PORTVERSION= 2.5.1 @@ -24,7 +20,7 @@ NO_BUILD= yes USE_JAVA= yes USE_ZIP= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} REPLACE_FILES= ${WRKSRC}/bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/scilab/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scilab -# Date created: 30 April 2001 -# Whom: js@jeannot.org -# +# Created by: js@jeannot.org # $FreeBSD$ -# PORTNAME= scilab PORTVERSION= 5.3.3 @@ -130,7 +126,7 @@ BUILD_DEPENDS+= ${GUI_DEPENDS} \ RUN_DEPENDS+= ${GUI_DEPENDS} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ # bsdjava (ie java/jdk16) doesn't have some "extra" classes that aren't in # the standard java. namespace, but are required by scilab, such as # javax.xml.bind.annotation.XmlSeeAlso Modified: head/math/truthtable/Makefile ============================================================================== --- head/math/truthtable/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/truthtable/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: truthtable -# Date created: 2006-07-10 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= truthtable PORTVERSION= 1.2.2 @@ -19,7 +15,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A Truth Tables generator (written in Java) USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} Modified: head/math/vtk-java/Makefile ============================================================================== --- head/math/vtk-java/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/vtk-java/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vtk-java -# Date created: 10 Oct 2003 -# Whom: Mykola Khotyaintsev <ko@irfu.se> -# +# Created by: Mykola Khotyaintsev <ko@irfu.se> # $FreeBSD$ -# CATEGORIES+= java PKGNAMESUFFIX= -java @@ -18,7 +14,7 @@ WRAP= Java BINARIES= vtkParseJava vtkWrapJava USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_BUILD= jdk Modified: head/math/vtk5/Makefile ============================================================================== --- head/math/vtk5/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/math/vtk5/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,8 +1,5 @@ # Created by: Mykola Khotyaintsev <ko@irfu.se>, -# Jason W. Bacon <bacon@smithers.neuro.mcw.edu> -# # $FreeBSD$ -# PORTNAME= vtk PORTVERSION= 5.10.1 @@ -177,7 +174,7 @@ CXXFLAGS+= -fPIC .endif USE_JAVA= yes JAVA_VENDOR= freebsd openjdk -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ CMAKE_ARGS+= -DVTK_WRAP_JAVA:BOOL=ON \ -DJAVA_AWT_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ -DJAVA_INCLUDE_PATH:FILEPATH=${JAVA_HOME}/include \ Modified: head/misc/freeguide/Makefile ============================================================================== --- head/misc/freeguide/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/misc/freeguide/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: freeguide -# Date Created: 27 October 2005 -# Whom: Stephen Hurd <shurd@sasktel.net> -# +# Created by: Stephen Hurd <shurd@sasktel.net> # $FreeBSD$ -# PORTNAME= freeguide PORTVERSION= 0.11 @@ -19,7 +15,7 @@ RUN_DEPENDS= tv_cat:${PORTSDIR}/textproc LICENSE= GPLv2 USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes MANCOMPRESSED= yes MAN1= freeguide.1 Modified: head/misc/jbidwatcher/Makefile ============================================================================== --- head/misc/jbidwatcher/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/misc/jbidwatcher/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jbidwatcher -# Date Created: 24 July 2004 -# Whom: Jose Rodriguez <king@v2project.com> -# +# Created by: Jose Rodriguez <king@v2project.com> # $FreeBSD$ -# PORTNAME= jbidwatcher PORTVERSION= 2.5 @@ -18,7 +14,7 @@ USE_BZIP2= yes USE_JAVA= yes USE_ANT= yes ALL_TARGET= jar -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= jbidwatcher SUB_LIST+= PORTVERSION=${PORTVERSION} Modified: head/misc/pauker/Makefile ============================================================================== --- head/misc/pauker/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/misc/pauker/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pauker -# Date created: 11 November 2007 -# Whom: Alex Stangl <alex@stangl.us> -# +# Created by: Alex Stangl <alex@stangl.us> # $FreeBSD$ -# PORTNAME= pauker DISTVERSION= 1.8RC2 @@ -17,7 +13,7 @@ MAINTAINER= alex@stangl.us COMMENT= Java-based flashcard learning using the Leitner system USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar bin/${PORTNAME} Modified: head/misc/pipe/Makefile ============================================================================== --- head/misc/pipe/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/misc/pipe/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pipe -# Date created: Feb 9, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pipe PORTVERSION= 2.5 @@ -19,7 +14,7 @@ COMMENT= A tool for creating and analysi USE_ZIP= yes NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ PLIST_FILES= bin/pipe SUB_FILES= pipe.sh Modified: head/multimedia/gdialog/Makefile ============================================================================== --- head/multimedia/gdialog/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/multimedia/gdialog/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdialog -# Date created: Sun Apr 19 21:30:26 CEST 2009 -# Whom: Heiner Eichmann <h.eichmann@gmx.de> -# +# Created by: Heiner Eichmann <h.eichmann@gmx.de> # $FreeBSD$ -# PORTNAME= gdialog PORTVERSION= 2.5 @@ -19,7 +15,7 @@ RUN_DEPENDS= projectx>=0.90.4.00:${PORTS USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/multimedia/projectx/Makefile ============================================================================== --- head/multimedia/projectx/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/multimedia/projectx/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: projectx -# Date created: Sun Jul 18 15:07:26 CEST 2004 -# Whom: Juergen Lock <nox@jelal.kn-bremen.de> -# +# Created by: Juergen Lock <nox@jelal.kn-bremen.de> # $FreeBSD$ -# PORTNAME= projectx PORTVERSION= 0.90.4.00 @@ -21,7 +17,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javav USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= project-x.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} Modified: head/net-im/convey/Makefile ============================================================================== --- head/net-im/convey/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-im/convey/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: convey -# Date created: 2005-07-18 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= convey PORTVERSION= 0.3 @@ -21,7 +17,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javav USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ MAKE_ARGS= -quiet Modified: head/net-im/mercury/Makefile ============================================================================== --- head/net-im/mercury/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-im/mercury/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mercury -# Date created: 1 May 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= mercury DISTVERSION= 2.0${RCVER:U} @@ -26,7 +22,7 @@ RCVER= rc8a USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes JMF_JARS= customizer jmf mediaplayer multiplayer Modified: head/net-im/openfire-devel/Makefile ============================================================================== --- head/net-im/openfire-devel/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-im/openfire-devel/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openfire-devel -# Date created: 24 January 2011 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= openfire DISTVERSION= 3.7.0.beta @@ -24,7 +20,7 @@ CONFLICTS= openfire-[0-9]* USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ CONFLICTS= wildfire-[0-9]* Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-im/openfire/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openfire -# Date created: 2006-11-12 -# Whom: Nikolay Pavlov <qpadla@gmail.com> -# +# Created by: Nikolay Pavlov <qpadla@gmail.com> # $FreeBSD$ -# PORTNAME= openfire PORTVERSION= 3.7.1 @@ -23,7 +19,7 @@ USE_ZIP= yes USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ CONFLICTS= wildfire-[0-9]* Modified: head/net-mgmt/airport/Makefile ============================================================================== --- head/net-mgmt/airport/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-mgmt/airport/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: airport -# Date created: 2000/09/16 -# Whom: Nick Sayer -# +# Created by: Nick Sayer # $FreeBSD$ -# PORTNAME= airport PORTVERSION= 2.0.1 @@ -25,7 +21,7 @@ EXTRACT_BEFORE_ARGS= -q -o USE_ZIP= YES USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_WRKSUBDIR= YES NO_BUILD= yes Modified: head/net-p2p/azureus2/Makefile ============================================================================== --- head/net-p2p/azureus2/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/azureus2/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Azureus -# Date created: October 6, 2004 -# Whom: Jeremy Faulkner <gldisater@gldis.ca> -# +# Created by: Jeremy Faulkner <gldisater@gldis.ca> # $FreeBSD$ -# PORTNAME= azureus2 PORTVERSION= 2.5.0.4 @@ -22,7 +18,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:$ RUN_DEPENDS= ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native USE_ANT= yes Modified: head/net-p2p/bittyrant/Makefile ============================================================================== --- head/net-p2p/bittyrant/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/bittyrant/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bittyrant -# Date created: 2007-04-19 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= bittyrant PORTVERSION= 1.1 @@ -26,7 +22,7 @@ USE_DOS2UNIX= build.xml \ org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native USE_ANT= yes WRKSRC= ${WRKDIR}/BitTyrant Modified: head/net-p2p/frost/Makefile ============================================================================== --- head/net-p2p/frost/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/frost/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: frost -# Date created: Fri May 2 05:35:53 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= frost PORTVERSION= 1.2.0.20090314 @@ -16,7 +12,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= Frost is a Freenet client that provides messenger and file services USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_RUN= yes USE_ZIP= yes NO_BUILD= yes Modified: head/net-p2p/i2p/Makefile ============================================================================== --- head/net-p2p/i2p/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/i2p/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: i2p -# Date created: Sun Jan 9 05:05:02 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= i2p PORTVERSION= 0.8.7 @@ -37,7 +33,7 @@ USE_RC_SUBR= i2p JAVA_BUILD= jdk USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= \ Modified: head/net-p2p/phex/Makefile ============================================================================== --- head/net-p2p/phex/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/phex/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: phex -# Date created: Mon Nov 19 23:48:51 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= phex PORTVERSION= 3.4.2.116 @@ -15,7 +11,7 @@ MAINTAINER= jhale@FreeBSD.org COMMENT= A Java multi platform and spyware free gnutella client USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ZIP= yes NO_BUILD= yes Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/vuze/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:$ ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native USE_ANT= yes USE_ZIP= yes Modified: head/net-p2p/xnap/Makefile ============================================================================== --- head/net-p2p/xnap/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net-p2p/xnap/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XNap -# Date created: Mon Nov 19 22:02:27 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XNap DISTVERSION= 2.5r3 @@ -17,7 +13,7 @@ MAINTAINER= conrads@cox.net COMMENT= Pure Java napster client; also, supports OpenNap & giFT (FastTrack) USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes JAVAVM= ${LOCALBASE}/bin/java Modified: head/net/jakarta-commons-net/Makefile ============================================================================== --- head/net/jakarta-commons-net/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/jakarta-commons-net/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# Ports collection makefile for: Jakarta Commons Net -# Date created: 1 Oct 2006 -# Whom: Sergey Matveychuk <sem@FreeBSD.org> -# +# Created by: Sergey Matveychuk <sem@FreeBSD.org> # $FreeBSD$ -# PORTNAME= commons-net PORTVERSION= 1.4.1 @@ -22,7 +18,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:$ RUN_DEPENDS= ${JAVAJARDIR}/jakarta-oro.jar:${PORTSDIR}/java/jakarta-oro USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/net/java-beepcore/Makefile ============================================================================== --- head/net/java-beepcore/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/java-beepcore/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: beepcore-java -# Date created: 14 May 2002 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# +# Created by: Kimura Fuyuki <fuyuki@mj.0038.net> # $FreeBSD$ -# PORTNAME= beepcore PORTVERSION= 0.9.08 @@ -19,7 +15,7 @@ COMMENT= An implementation of BEEP core RUN_DEPENDS= ${JAVALIBDIR}/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes do-install: Modified: head/net/jcifs/Makefile ============================================================================== --- head/net/jcifs/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/jcifs/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# Ports collection makefile for: jCIFS -# Date created: Mar 8, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= jcifs PORTVERSION= 1.3.17 @@ -19,7 +15,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} NO_BUILD= yes Modified: head/net/jsch/Makefile ============================================================================== --- head/net/jsch/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/jsch/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jsch -# Date created: Thu Dec 30 22:16:57 UTC 2004 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jsch PORTVERSION= 0.1.49 @@ -15,7 +11,7 @@ COMMENT= A pure Java implementation of S USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar Modified: head/net/ldapbrowser/Makefile ============================================================================== --- head/net/ldapbrowser/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/ldapbrowser/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ldapbrowser -# Date created: 17 August 2002 -# Whom: Bruce M. Simpson -# +# Created by: Bruce M. Simpson # $FreeBSD$ -# PORTNAME= ldapbrowser PORTVERSION= 2.8.2 @@ -19,7 +15,7 @@ COMMENT= Java/Swing-based LDAP browser/e RESTRICTED= No reply from author regarding redistribution licensing USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes NOMAN= defined WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/mpich2/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpich (portable mpi standard imp.) -# Date created: 2 May 1998 -# Whom: dbader@ece.unm.edu -# +# Created by: dbader@ece.unm.edu # $FreeBSD$ -# PORTNAME= mpich2 DISTVERSION= 1.3.2p1 @@ -79,7 +75,7 @@ IGNORE = WITH_JAVA requires WITH_X11 .endif CONFIGURE_ARGS+= --with-java="${JAVA_HOME}" USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ BUILD_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper RUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper PLIST_SUB+= JAVA="" Modified: head/net/seda/Makefile ============================================================================== --- head/net/seda/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/seda/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: seda -# Date created: Thu Jan 13 15:45:22 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= seda PORTVERSION= 3.0 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An Architecture for Highly Concurrent Server Applications USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= dist Modified: head/net/spread-j/Makefile ============================================================================== --- head/net/spread-j/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/spread-j/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: spread-j -# Date created: 06 November 2002 -# Whom: Joshua Goodall <joshua@roughtrade.net> -# +# Created by: Joshua Goodall <joshua@roughtrade.net> # $FreeBSD$ -# PORTNAME= spread PORTVERSION= 3.17.3 @@ -19,7 +15,7 @@ COMMENT= Java client library for the Spr BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= YES -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ PKGMESSAGE= ${WRKSRC}/../license.txt ANT?= ${LOCALBASE}/bin/ant Modified: head/net/toonel/Makefile ============================================================================== --- head/net/toonel/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/toonel/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: toonel -# Date created: 2010-02-04 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= toonel PORTVERSION= 0.0.50.50 @@ -20,7 +16,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= ${PORTNAME}.sh SUB_LIST= JARNAME=${DISTNAME}${EXTRACT_SUFX} Modified: head/net/wowzamediaserverpro/Makefile ============================================================================== --- head/net/wowzamediaserverpro/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/net/wowzamediaserverpro/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: WowzaMediaServerPro -# Date created: October 07, 2009 -# Whom: meritus@innervision.pl -# +# Created by: meritus@innervision.pl # $FreeBSD$ -# PORTNAME= WowzaMediaServerPro PORTVERSION= 1.7.2 @@ -21,7 +17,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes NO_EXTRACT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ WOWZA_USER?= www WOWZA_GROUP?= www Modified: head/palm/jpilot-db/Makefile ============================================================================== --- head/palm/jpilot-db/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/palm/jpilot-db/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: jpilot-db -# Date created: Sep 22, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= jpilot-db PORTVERSION= 1.3.20 @@ -21,7 +16,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= . USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes SUB_FILES= jpilot-db.sh SUB_LIST= PKGNAME=${PKGNAME} Modified: head/print/acrobatviewer/Makefile ============================================================================== --- head/print/acrobatviewer/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/print/acrobatviewer/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Adobe Acrobar Viewer Version 1.1 -# Date created: 4 Febrary 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= acrobatviewer PORTVERSION= 1.1 @@ -19,7 +15,7 @@ COMMENT= Viewer for the PDF files writte #XXX need info-unzip for archive.zip USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_EXTRACT= yes NO_BUILD= yes SUB_FILES+= AcrobatViewer Modified: head/print/jabref/Makefile ============================================================================== --- head/print/jabref/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/print/jabref/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -17,7 +17,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} Modified: head/print/pdf-renderer/Makefile ============================================================================== --- head/print/pdf-renderer/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/print/pdf-renderer/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pdf-renderer -# Date created: 21 Nov 2008 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pdf-renderer PORTVERSION= 0.9.1 @@ -20,7 +16,7 @@ LICENSE= LGPL21 USE_ZIP= yes NO_WRKSUBDIR= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jar Modified: head/print/pdfbox/Makefile ============================================================================== --- head/print/pdfbox/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/print/pdfbox/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdfbox -# Date created: 03 July, 2011 -# Whom: Pedro Giffuni <giffunip@tutopia.com> -# +# Created by: Pedro Giffuni <giffunip@tutopia.com> # $FreeBSD$ -# PORTNAME= pdfbox PORTVERSION= 1.6.0 @@ -22,7 +18,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${ LICENSE= AL2 USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ DIST_SUBDIR= ${PORTNAME} NO_EXTRACT= yes Modified: head/science/colt/Makefile ============================================================================== --- head/science/colt/Makefile Mon Dec 10 13:18:28 2012 (r308604) +++ head/science/colt/Makefile Mon Dec 10 13:43:43 2012 (r308605) @@ -1,9 +1,5 @@ -# Ports collection makefile for: colt -# Date created: April 19, 2008 -# Whom: Wen heping <wenheping@gmail.com> -# +# Created by: Wen heping <wenheping@gmail.com> # $FreeBSD$ -# *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101343.qBADhiMx024132>