The following diff disconnects devel/jdk/1.7 from the build,
adjusts java.port.mk so that any ports previously built with
1.7 will now be built with 1.8 and bumps the revision on the
affected ports.
I have tested this on a partial bulk build on amd64 of all
ports touched in the diff.
Index: databases/architect/Makefile
===================================================================
RCS file: /cvs/ports/databases/architect/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- databases/architect/Makefile 24 Aug 2015 23:42:45 -0000 1.20
+++ databases/architect/Makefile 19 Apr 2017 22:54:05 -0000
@@ -11,7 +11,7 @@ PKGNAME= architect-${V}
CATEGORIES= databases
WRKDIST= ${WRKDIR}/architect-${V}/
-REVISION= 3
+REVISION= 4
HOMEPAGE= http://www.sqlpower.ca/page/architect
Index: databases/db/v4/Makefile
===================================================================
RCS file: /cvs/ports/databases/db/v4/Makefile,v
retrieving revision 1.68
diff -u -p -u -p -r1.68 Makefile
--- databases/db/v4/Makefile 10 Apr 2017 11:45:24 -0000 1.68
+++ databases/db/v4/Makefile 19 Apr 2017 22:54:05 -0000
@@ -15,7 +15,7 @@ EPOCH-main= 0
REVISION-main = 3
EPOCH-java= 0
EPOCH-tcl= 0
-REVISION-java = 4
+REVISION-java = 5
REVISION-tcl = 1
DBLIBDIR= lib/db4
Index: databases/jxplorer/Makefile
===================================================================
RCS file: /cvs/ports/databases/jxplorer/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- databases/jxplorer/Makefile 18 Jul 2015 21:11:18 -0000 1.15
+++ databases/jxplorer/Makefile 19 Apr 2017 22:54:05 -0000
@@ -5,7 +5,7 @@ COMMENT= standards compliant LDAP browse
V= 3.2
DISTNAME= JXv${V}deploy
PKGNAME= jxplorer-${V}
-REVISION= 9
+REVISION= 10
EXTRACT_SUFX= .zip
CATEGORIES= databases net
Index: devel/apache-ant/Makefile
===================================================================
RCS file: /cvs/ports/devel/apache-ant/Makefile,v
retrieving revision 1.39
diff -u -p -u -p -r1.39 Makefile
--- devel/apache-ant/Makefile 2 May 2016 11:53:49 -0000 1.39
+++ devel/apache-ant/Makefile 19 Apr 2017 22:54:06 -0000
@@ -4,6 +4,7 @@ COMMENT= build tool for java appl
DISTNAME= apache-ant-1.9.7
CATEGORIES= devel
+REVISION= 0
HOMEPAGE= http://ant.apache.org/
Index: devel/apktool/Makefile
===================================================================
RCS file: /cvs/ports/devel/apktool/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- devel/apktool/Makefile 15 Nov 2016 12:51:02 -0000 1.10
+++ devel/apktool/Makefile 19 Apr 2017 22:54:06 -0000
@@ -4,6 +4,7 @@ COMMENT = tool for reverse engineering
DISTNAME = apktool_2.2.1
PKGNAME = ${DISTNAME:S/_/-/}
+REVISION = 0
CATEGORIES = devel security java
Index: devel/dex2jar/Makefile
===================================================================
RCS file: /cvs/ports/devel/dex2jar/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- devel/dex2jar/Makefile 15 Jun 2016 19:49:40 -0000 1.1.1.1
+++ devel/dex2jar/Makefile 19 Apr 2017 22:54:06 -0000
@@ -3,6 +3,7 @@
COMMENT = tools to work with android .dex and java .class files
DISTNAME = dex2jar-2.0
+REVISION = 0
CATEGORIES = devel security
Index: devel/javahelp/Makefile
===================================================================
RCS file: /cvs/ports/devel/javahelp/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- devel/javahelp/Makefile 4 Jul 2015 20:14:43 -0000 1.2
+++ devel/javahelp/Makefile 19 Apr 2017 22:54:07 -0000
@@ -8,6 +8,7 @@ DISTNAME = javahelp${VERSION}
DISTFILES = javahelp${VERSION_}.zip
PKGNAME = javahelp-${VERSION}
CATEGORIES = devel
+REVISION = 0
HOMEPAGE = https://javahelp.java.net/
MAINTAINER = Bryan Everly <[email protected]>
Index: devel/jd-gui/Makefile
===================================================================
RCS file: /cvs/ports/devel/jd-gui/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- devel/jd-gui/Makefile 15 Jun 2016 19:12:33 -0000 1.1.1.1
+++ devel/jd-gui/Makefile 19 Apr 2017 22:54:07 -0000
@@ -4,6 +4,7 @@ COMMENT = yet another fast Java decompi
VERSION = 1.4.0
DISTNAME = jd-gui-${VERSION}
+REVISION = 0
CATEGORIES = devel security
Index: devel/jdk/Makefile
===================================================================
RCS file: /cvs/ports/devel/jdk/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- devel/jdk/Makefile 17 Jun 2015 17:16:04 -0000 1.26
+++ devel/jdk/Makefile 19 Apr 2017 22:54:07 -0000
@@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.26 2015/06/17 17:16:04 kurt Exp $
SUBDIR =
-SUBDIR += 1.7
SUBDIR += 1.8
.include <bsd.port.subdir.mk>
Index: devel/jdk/java.port.mk
===================================================================
RCS file: /cvs/ports/devel/jdk/java.port.mk,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 java.port.mk
--- devel/jdk/java.port.mk 17 Jun 2015 17:16:04 -0000 1.34
+++ devel/jdk/java.port.mk 19 Apr 2017 22:54:07 -0000
@@ -3,7 +3,7 @@
# Set MODJAVA_VER to x.y or x.y+ based on the version
# of the jdk needed for the port. x.y means any x.y jdk.
# x.y+ means any x.y jdk or higher version. Valid values
-# for x.y are 1.3, 1.4, 1.5, 1.6, 1.7 or 1.8
+# for x.y are 1.4, 1.5, 1.6, 1.7 or 1.8
MODJAVA_VER?=
@@ -25,7 +25,7 @@ MODJAVA_JRERUN?=no
#
# NOTE: All source built java ports must properly set
# javac -source and -target build arguments. Depending
-# on the architecture a 1.3, 1.4 or 1.5 level port may be
+# on the architecture a 1.4 or 1.5 level port may be
# built by a 1.6 jdk. The JAVA_HOME variable points to the
# build jdk not the default RUN_DEPEND jdk, so it
# should not be used to set a default jdk to run with.
@@ -33,34 +33,18 @@ MODJAVA_JRERUN?=no
# default JAVA_HOME or JAVACMD vars for a package.
#
-.if ${MODJAVA_VER} == "1.3" || ${MODJAVA_VER} == "1.4" || ${MODJAVA_VER} ==
"1.5" || ${MODJAVA_VER} == "1.6"
+.if ${MODJAVA_VER} == "1.4" || ${MODJAVA_VER} == "1.5" || ${MODJAVA_VER} ==
"1.6" || ${MODJAVA_VER} == "1.7"
BROKEN=MODJAVA_VER=${MODJAVA_VER} only ports are not supported
-.elif ${MODJAVA_VER} == "1.3+" || ${MODJAVA_VER} == "1.4+" || ${MODJAVA_VER}
== "1.5+" || ${MODJAVA_VER} == "1.6+"
+.elif ${MODJAVA_VER} == "1.4+" || ${MODJAVA_VER} == "1.5+" || ${MODJAVA_VER}
== "1.6+" || ${MODJAVA_VER} == "1.7+"
ONLY_FOR_ARCHS?= i386 amd64
. if ${NO_BUILD:L} != "yes"
- JAVA_HOME= ${LOCALBASE}/jdk-1.7.0
- BUILD_DEPENDS+= jdk->=1.7.0,<1.8v0:devel/jdk/1.7
+ JAVA_HOME= ${LOCALBASE}/jdk-1.8.0
+ BUILD_DEPENDS+= jdk->=1.8v0,<1.9v0:devel/jdk/1.8
. endif
. if ${MODJAVA_JRERUN:L} == "yes"
- MODJAVA_RUN_DEPENDS= jdk->=1.7.0|jre->=1.7.0:devel/jdk/1.7
+ MODJAVA_RUN_DEPENDS= jdk->=1.8v0|jre->=1.8v0:devel/jdk/1.8
. else
- MODJAVA_RUN_DEPENDS= jdk->=1.7.0:devel/jdk/1.7
-. endif
-.elif ${MODJAVA_VER:S/+//} == "1.7"
- ONLY_FOR_ARCHS?= i386 amd64
-. if ${NO_BUILD:L} != "yes"
- JAVA_HOME= ${LOCALBASE}/jdk-1.7.0
- BUILD_DEPENDS+= jdk->=1.7.0,<1.8v0:devel/jdk/1.7
-. endif
-. if ${MODJAVA_JRERUN:L} == "yes"
- _MODJAVA_RUNDEP= jdk->=1.7.0,<1.8v0|jre->=1.7.0,<1.8v0
-. else
- _MODJAVA_RUNDEP= jdk->=1.7.0,<1.8v0
-. endif
-. if ${MODJAVA_VER} == "1.7+"
- MODJAVA_RUN_DEPENDS= ${_MODJAVA_RUNDEP:S/,<1.8v0//g}:devel/jdk/1.7
-. else
- MODJAVA_RUN_DEPENDS= ${_MODJAVA_RUNDEP}:devel/jdk/1.7
+ MODJAVA_RUN_DEPENDS= jdk->=1.8v0:devel/jdk/1.8
. endif
.elif ${MODJAVA_VER:S/+//} == "1.8"
ONLY_FOR_ARCHS?= i386 amd64
Index: devel/jenkins/devel/Makefile
===================================================================
RCS file: /cvs/ports/devel/jenkins/devel/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- devel/jenkins/devel/Makefile 11 Oct 2016 05:51:03 -0000 1.20
+++ devel/jenkins/devel/Makefile 19 Apr 2017 22:54:07 -0000
@@ -3,7 +3,7 @@
VERSION = 1.656
MASTER_SITES = http://mirrors.jenkins-ci.org/war/${VERSION}/
DIST_SUBDIR = jenkins-devel
-REVISION = 1
+REVISION = 2
.include <bsd.port.mk>
Index: devel/jenkins/stable/Makefile
===================================================================
RCS file: /cvs/ports/devel/jenkins/stable/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- devel/jenkins/stable/Makefile 11 Oct 2016 05:51:03 -0000 1.19
+++ devel/jenkins/stable/Makefile 19 Apr 2017 22:54:07 -0000
@@ -3,7 +3,7 @@
VERSION = 1.651.2
MASTER_SITES = http://mirrors.jenkins-ci.org/war-stable/${VERSION}/
DIST_SUBDIR = jenkins-stable
-REVISION = 1
+REVISION = 2
.include <bsd.port.mk>
Index: devel/maven/Makefile
===================================================================
RCS file: /cvs/ports/devel/maven/Makefile,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 Makefile
--- devel/maven/Makefile 29 Jul 2015 07:59:36 -0000 1.27
+++ devel/maven/Makefile 19 Apr 2017 22:54:09 -0000
@@ -6,6 +6,7 @@ V= 3.3.1
DISTNAME= apache-maven-$V
PKGNAME= ${DISTNAME:S/apache-//}
CATEGORIES= devel
+REVISION= 0
HOMEPAGE= http://maven.apache.org/
Index: editors/libreoffice/Makefile
===================================================================
RCS file: /cvs/ports/editors/libreoffice/Makefile,v
retrieving revision 1.156
diff -u -p -u -p -r1.156 Makefile
--- editors/libreoffice/Makefile 12 Apr 2017 18:12:33 -0000 1.156
+++ editors/libreoffice/Makefile 19 Apr 2017 22:54:16 -0000
@@ -20,6 +20,7 @@ PKGNAME-java= libreoffice-java-${VERSION
CATEGORIES= editors productivity
DPB_PROPERTIES= parallel tag:kde4
REVISION= 1
+REVISION-java= 1
EPOCH= 0
Index: games/freecol/Makefile
===================================================================
RCS file: /cvs/ports/games/freecol/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- games/freecol/Makefile 31 Oct 2015 22:46:00 -0000 1.9
+++ games/freecol/Makefile 19 Apr 2017 22:54:18 -0000
@@ -4,6 +4,7 @@ COMMENT = free Colonization clone
DISTNAME = freecol-0.11.6
EXTRACT_SUFX = .zip
CATEGORIES = games java x11
+REVISION = 0
HOMEPAGE = http://www.freecol.org/
Index: games/jbrickshooter/Makefile
===================================================================
RCS file: /cvs/ports/games/jbrickshooter/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- games/jbrickshooter/Makefile 24 Jan 2017 20:40:06 -0000 1.13
+++ games/jbrickshooter/Makefile 19 Apr 2017 22:54:18 -0000
@@ -7,6 +7,7 @@ GH_PROJECT= jbrickshooter
GH_COMMIT= 0445d9171cc46462970ae8eb08f0c7294c5707df
DISTNAME= ${GH_PROJECT}-1.6.0
CATEGORIES= games
+REVISION= 0
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
Index: games/lwjgl/Makefile
===================================================================
RCS file: /cvs/ports/games/lwjgl/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- games/lwjgl/Makefile 18 Mar 2016 23:12:17 -0000 1.5
+++ games/lwjgl/Makefile 19 Apr 2017 22:54:18 -0000
@@ -8,6 +8,7 @@ GH_PROJECT= lwjgl
GH_TAGNAME= ${GH_PROJECT}${V}
DISTNAME= lwjgl${V}
PKGNAME= lwjgl-${V}
+REVISION= 0
.if ${MACHINE_ARCH} == "i386"
M_ARCH= ""
Index: games/minecraft/Makefile
===================================================================
RCS file: /cvs/ports/games/minecraft/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- games/minecraft/Makefile 16 Jul 2015 05:17:57 -0000 1.6
+++ games/minecraft/Makefile 19 Apr 2017 22:54:18 -0000
@@ -10,7 +10,7 @@ GH_PROJECT= minecraft
GH_ACCOUNT= qbit
GH_TAGNAME= ${GH_PROJECT}-${V}
DISTNAME= ${GH_TAGNAME}
-REVISION= 3
+REVISION= 4
CATEGORIES= games
Index: geo/jeoip/Makefile
===================================================================
RCS file: /cvs/ports/geo/jeoip/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- geo/jeoip/Makefile 6 Mar 2016 18:50:43 -0000 1.26
+++ geo/jeoip/Makefile 19 Apr 2017 22:54:19 -0000
@@ -2,7 +2,7 @@
COMMENT= Java interface to GeoIP database
DISTNAME= jeoip-0.5
-REVISION= 14
+REVISION= 15
CATEGORIES= geo net
PKG_ARCH= *
Index: java/jBCrypt/Makefile
===================================================================
RCS file: /cvs/ports/java/jBCrypt/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- java/jBCrypt/Makefile 6 Feb 2015 14:11:46 -0000 1.5
+++ java/jBCrypt/Makefile 19 Apr 2017 22:54:21 -0000
@@ -3,6 +3,7 @@
COMMENT= BCrypt library for Java
DISTNAME= jBCrypt-0.4
+REVISION= 0
CATEGORIES= security
Index: java/java-getopt/Makefile
===================================================================
RCS file: /cvs/ports/java/java-getopt/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- java/java-getopt/Makefile 27 Sep 2014 17:23:45 -0000 1.7
+++ java/java-getopt/Makefile 19 Apr 2017 22:54:21 -0000
@@ -4,6 +4,7 @@ COMMENT= Java port of GNU getopt family
DISTNAME= java-getopt-1.0.14
CATEGORIES= devel
+REVISION= 0
HOMEPAGE= http://www.urbanophile.com/arenn/hacking/download.html
Index: java/java-getopt/pkg/PLIST
===================================================================
RCS file: /cvs/ports/java/java-getopt/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- java/java-getopt/pkg/PLIST 7 May 2014 15:42:16 -0000 1.3
+++ java/java-getopt/pkg/PLIST 19 Apr 2017 22:54:21 -0000
@@ -20,9 +20,4 @@ share/java/doc/getopt/index-all.html
share/java/doc/getopt/index.html
share/java/doc/getopt/overview-tree.html
share/java/doc/getopt/package-list
-share/java/doc/getopt/resources/
-share/java/doc/getopt/resources/background.gif
-share/java/doc/getopt/resources/tab.gif
-share/java/doc/getopt/resources/titlebar.gif
-share/java/doc/getopt/resources/titlebar_end.gif
share/java/doc/getopt/stylesheet.css
Index: java/jna/Makefile
===================================================================
RCS file: /cvs/ports/java/jna/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- java/jna/Makefile 26 Mar 2017 12:45:27 -0000 1.23
+++ java/jna/Makefile 19 Apr 2017 22:54:21 -0000
@@ -7,6 +7,7 @@ GH_ACCOUNT= java-native-access
GH_TAGNAME= 4.4.0
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <[email protected]>
+REVISION= 0
HOMEPAGE= https://github.com/java-native-access/jna
Index: java/jna/pkg/PLIST
===================================================================
RCS file: /cvs/ports/java/jna/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- java/jna/pkg/PLIST 26 Mar 2017 12:45:27 -0000 1.6
+++ java/jna/pkg/PLIST 19 Apr 2017 22:54:21 -0000
@@ -1030,11 +1030,7 @@ share/java/doc/javadoc/overview-frame.ht
share/java/doc/javadoc/overview-summary.html
share/java/doc/javadoc/overview-tree.html
share/java/doc/javadoc/package-list
-share/java/doc/javadoc/resources/
-share/java/doc/javadoc/resources/background.gif
-share/java/doc/javadoc/resources/tab.gif
-share/java/doc/javadoc/resources/titlebar.gif
-share/java/doc/javadoc/resources/titlebar_end.gif
+share/java/doc/javadoc/script.js
share/java/doc/javadoc/serialized-form.html
share/java/doc/javadoc/stylesheet.css
share/java/doc/jna/
Index: java/junit/Makefile
===================================================================
RCS file: /cvs/ports/java/junit/Makefile,v
retrieving revision 1.29
diff -u -p -u -p -r1.29 Makefile
--- java/junit/Makefile 24 Nov 2015 09:11:05 -0000 1.29
+++ java/junit/Makefile 19 Apr 2017 22:54:21 -0000
@@ -4,7 +4,7 @@ COMMENT= regression testing utility for
VERSION= 4.9
DISTNAME= junit${VERSION}
-REVISION= 1
+REVISION= 2
PKGNAME= junit-${VERSION}
CATEGORIES= devel
Index: java/tanukiwrapper/Makefile
===================================================================
RCS file: /cvs/ports/java/tanukiwrapper/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- java/tanukiwrapper/Makefile 13 Sep 2016 15:29:02 -0000 1.7
+++ java/tanukiwrapper/Makefile 19 Apr 2017 22:54:21 -0000
@@ -5,7 +5,7 @@ COMMENT= Tanuki Java Service Wrapper
SVN_REV= 1780
DISTNAME= wrapper-code-${SVN_REV}-trunk
PKGNAME= java-tanukiwrapper-3.5.19.1
-REVISION= 2
+REVISION= 3
CATEGORIES= java
HOMEPAGE= http://wrapper.tanukisoftware.com/
Index: lang/abcl/Makefile
===================================================================
RCS file: /cvs/ports/lang/abcl/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- lang/abcl/Makefile 1 Nov 2016 10:25:53 -0000 1.9
+++ lang/abcl/Makefile 19 Apr 2017 22:54:22 -0000
@@ -6,6 +6,7 @@ V = 1.4.0
DISTNAME = abcl-src-${V}
PKGNAME = abcl-${V}
PKG_ARCH = *
+REVISION = 0
CATEGORIES = lang
Index: lang/clojure/Makefile
===================================================================
RCS file: /cvs/ports/lang/clojure/Makefile,v
retrieving revision 1.28
diff -u -p -u -p -r1.28 Makefile
--- lang/clojure/Makefile 30 Jan 2016 09:31:59 -0000 1.28
+++ lang/clojure/Makefile 19 Apr 2017 22:54:22 -0000
@@ -5,7 +5,7 @@ COMMENT = Lisp-1 dialect for the Java V
GH_ACCOUNT = clojure
GH_PROJECT = clojure
GH_TAGNAME = ${GH_PROJECT}-1.8.0
-REVISION = 0
+REVISION = 1
DISTNAME = ${GH_TAGNAME}
PKG_ARCH = *
Index: lang/kawa/Makefile
===================================================================
RCS file: /cvs/ports/lang/kawa/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- lang/kawa/Makefile 6 Dec 2015 20:01:33 -0000 1.10
+++ lang/kawa/Makefile 19 Apr 2017 22:54:22 -0000
@@ -6,6 +6,7 @@ COMMENT= Scheme and language framework
DISTNAME= kawa-2.1
CATEGORIES= lang java
+REVISION= 0
HOMEPAGE= https://www.gnu.org/software/kawa/
Index: lang/processing/Makefile
===================================================================
RCS file: /cvs/ports/lang/processing/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- lang/processing/Makefile 1 Oct 2016 11:54:16 -0000 1.12
+++ lang/processing/Makefile 19 Apr 2017 22:54:22 -0000
@@ -5,7 +5,7 @@ COMMENT= language/IDE for images, anima
V= 1.5.1
DISTNAME= processing-$V-linux
PKGNAME= ${DISTNAME:S/-linux//}
-REVISION= 5
+REVISION= 6
CATEGORIES= lang graphics
Index: lang/scala/Makefile
===================================================================
RCS file: /cvs/ports/lang/scala/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- lang/scala/Makefile 7 May 2014 15:42:16 -0000 1.8
+++ lang/scala/Makefile 19 Apr 2017 22:54:22 -0000
@@ -4,7 +4,7 @@ COMMENT= general purpose multi-paradigm
DISTNAME= scala-2.10.1
CATEGORIES= lang
-REVISION= 0
+REVISION= 1
HOMEPAGE= http://www.scala-lang.org/
Index: math/geogebra/Makefile
===================================================================
RCS file: /cvs/ports/math/geogebra/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- math/geogebra/Makefile 1 Oct 2016 11:54:16 -0000 1.7
+++ math/geogebra/Makefile 19 Apr 2017 22:54:24 -0000
@@ -5,7 +5,7 @@ COMMENT= educational mathematical softwa
V= 4.2.60.0
DISTNAME= GeoGebra-Unixlike-Installer-${V}
PKGNAME= geogebra-${V}
-REVISION= 0
+REVISION= 1
CATEGORIES= math java
Index: net/aircontrol/Makefile
===================================================================
RCS file: /cvs/ports/net/aircontrol/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- net/aircontrol/Makefile 15 Jul 2015 19:49:41 -0000 1.20
+++ net/aircontrol/Makefile 19 Apr 2017 22:54:27 -0000
@@ -4,7 +4,7 @@ COMMENT = management tool for Ubiquiti w
DISTNAME = aircontrol-1.4.2-beta
PKGNAME = ${DISTNAME:S/-beta/beta/}
-REVISION = 0
+REVISION = 1
CATEGORIES = net
Index: net/apache-activemq/Makefile
===================================================================
RCS file: /cvs/ports/net/apache-activemq/Makefile,v
retrieving revision 1.28
diff -u -p -u -p -r1.28 Makefile
--- net/apache-activemq/Makefile 12 Mar 2017 14:35:37 -0000 1.28
+++ net/apache-activemq/Makefile 19 Apr 2017 22:54:27 -0000
@@ -7,6 +7,7 @@ COMMENT= open source message broker impl
V= 5.14.4
REVISION= 0
DISTNAME= apache-activemq-$V
+REVISION= 0
CATEGORIES= net
Index: net/mfi/Makefile
===================================================================
RCS file: /cvs/ports/net/mfi/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- net/mfi/Makefile 18 Dec 2014 20:15:27 -0000 1.6
+++ net/mfi/Makefile 19 Apr 2017 22:54:28 -0000
@@ -6,6 +6,7 @@ DISTFILES= mFi-$V{mFi.unix}.zip
V= 2.1.2
FW_VER= 2.1.2.1297
PKGNAME= mfi-$V
+REVISION= 0
CATEGORIES= net
Index: productivity/deskzilla/Makefile
===================================================================
RCS file: /cvs/ports/productivity/deskzilla/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- productivity/deskzilla/Makefile 11 Mar 2013 11:37:54 -0000 1.7
+++ productivity/deskzilla/Makefile 19 Apr 2017 22:54:31 -0000
@@ -4,7 +4,7 @@ COMMENT = desktop bugzilla browser
DISTNAME = deskzilla-lite-2_1
PKGNAME = ${DISTNAME:S/_/./}
-REVISION = 2
+REVISION = 3
EXTRACT_SUFX= .zip
PKG_ARCH = *
Index: productivity/projectlibre/Makefile
===================================================================
RCS file: /cvs/ports/productivity/projectlibre/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- productivity/projectlibre/Makefile 29 Jan 2017 11:54:30 -0000 1.10
+++ productivity/projectlibre/Makefile 19 Apr 2017 22:54:31 -0000
@@ -4,6 +4,7 @@ COMMENT= open source alternative to Mic
DISTNAME= projectlibre-1.7.0
CATEGORIES= productivity
+REVISION= 0
MAINTAINER= Jasper Lievisse Adriaanse <[email protected]>
Index: productivity/thinkingrock/Makefile
===================================================================
RCS file: /cvs/ports/productivity/thinkingrock/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- productivity/thinkingrock/Makefile 7 May 2014 15:42:16 -0000 1.16
+++ productivity/thinkingrock/Makefile 19 Apr 2017 22:54:31 -0000
@@ -5,7 +5,7 @@ COMMENT= collecting and processing thoug
V= 2.2.1
DISTNAME= tr-$V
PKGNAME= thinkingrock-${V}
-REVISION= 3
+REVISION= 4
CATEGORIES= productivity
HOMEPAGE= http://www.trgtd.com.au/
Index: security/burpsuite/Makefile
===================================================================
RCS file: /cvs/ports/security/burpsuite/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- security/burpsuite/Makefile 7 Jan 2017 13:01:05 -0000 1.14
+++ security/burpsuite/Makefile 19 Apr 2017 22:54:32 -0000
@@ -5,6 +5,7 @@ COMMENT = tool for testing security of
VERSION = 1.7.15
DISTNAME = burpsuite_free_v${VERSION}
PKGNAME = burpsuite-${VERSION}
+REVISION = 0
DISTFILES=${DISTNAME}${EXTRACT_SUFX}{Download?productId=100\&version=${VERSION}\&type=Jar}
Index: security/zaproxy/Makefile
===================================================================
RCS file: /cvs/ports/security/zaproxy/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- security/zaproxy/Makefile 19 Jun 2016 14:29:03 -0000 1.2
+++ security/zaproxy/Makefile 19 Apr 2017 22:54:33 -0000
@@ -5,6 +5,7 @@ COMMENT = web application security tool
VERSION = 2.5.0
DISTNAME = ZAP_${VERSION}_Linux
PKGNAME = zaproxy-${VERSION}
+REVISION = 0
CATEGORIES = security
Index: sysutils/ec2-api-tools/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ec2-api-tools/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- sysutils/ec2-api-tools/Makefile 7 Jan 2016 14:55:47 -0000 1.1.1.1
+++ sysutils/ec2-api-tools/Makefile 19 Apr 2017 22:54:34 -0000
@@ -3,6 +3,7 @@
COMMENT= API tools for Amazon EC2 web service
DISTNAME= ec2-api-tools-1.7.5.1
+REVISION= 0
DISTFILES= ec2-api-tools${EXTRACT_SUFX}
EXTRACT_SUFX= .zip
Index: sysutils/rundeck/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/rundeck/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- sysutils/rundeck/Makefile 24 Jan 2017 20:40:06 -0000 1.8
+++ sysutils/rundeck/Makefile 19 Apr 2017 22:54:35 -0000
@@ -5,6 +5,7 @@ COMMENT= job scheduler and runbook auto
V= 2.6.11
DISTNAME= rundeck-launcher-${V}
PKGNAME= rundeck-${V}
+REVISION= 0
CATEGORIES= sysutils
Index: textproc/link-grammar/Makefile
===================================================================
RCS file: /cvs/ports/textproc/link-grammar/Makefile,v
retrieving revision 1.39
diff -u -p -u -p -r1.39 Makefile
--- textproc/link-grammar/Makefile 16 Apr 2017 13:18:56 -0000 1.39
+++ textproc/link-grammar/Makefile 19 Apr 2017 22:54:36 -0000
@@ -12,6 +12,7 @@ DISTNAME = link-grammar-${VERSION}
PKGNAME-main = ${DISTNAME}
PKGNAME-java = link-grammar-java-${VERSION}
PKGNAME-python = py-link-grammar-${VERSION}
+REVISION-java = 0
SHARED_LIBS += link-grammar 4.0 # 8.7
SHARED_LIBS += link-grammar-java 4.0 # 8.7
Index: textproc/stringtemplate/Makefile
===================================================================
RCS file: /cvs/ports/textproc/stringtemplate/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- textproc/stringtemplate/Makefile 24 Nov 2015 09:11:06 -0000 1.7
+++ textproc/stringtemplate/Makefile 19 Apr 2017 22:54:38 -0000
@@ -4,7 +4,7 @@ COMMENT= Java template engine for genera
V= 4.0.4
DISTNAME= ST-$V
-REVISION= 1
+REVISION= 2
PKGNAME= stringtemplate-$V
CATEGORIES= textproc java
Index: textproc/xalan-j/Makefile
===================================================================
RCS file: /cvs/ports/textproc/xalan-j/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- textproc/xalan-j/Makefile 25 Jun 2015 20:04:15 -0000 1.3
+++ textproc/xalan-j/Makefile 19 Apr 2017 22:54:38 -0000
@@ -8,6 +8,7 @@ DISTNAME = xalan-j${VERSION}
DISTFILES = xalan-j_${VERSION_}-bin.tar.gz
PKGNAME = xalan-j-${VERSION}
CATEGORIES = textproc
+REVISION = 0
HOMEPAGE = http://xalan.apache.org/index.html
MAINTAINER = Bryan Everly <[email protected]>
Index: textproc/xerces/Makefile
===================================================================
RCS file: /cvs/ports/textproc/xerces/Makefile,v
retrieving revision 1.42
diff -u -p -u -p -r1.42 Makefile
--- textproc/xerces/Makefile 19 Dec 2016 16:44:50 -0000 1.42
+++ textproc/xerces/Makefile 19 Apr 2017 22:54:38 -0000
@@ -6,6 +6,7 @@ V= 2.11.0
DISTNAME= Xerces-J-bin.${V}
PKGNAME= xerces-${V}
CATEGORIES= textproc
+REVISION= 0
HOMEPAGE= http://xml.apache.org/xerces2-j/index.html
Index: www/icedtea-web/Makefile
===================================================================
RCS file: /cvs/ports/www/icedtea-web/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- www/icedtea-web/Makefile 11 Apr 2017 12:45:36 -0000 1.21
+++ www/icedtea-web/Makefile 19 Apr 2017 22:54:39 -0000
@@ -4,6 +4,7 @@ COMMENT = Java web browser plugin
DISTNAME = icedtea-web-1.6.2
REVISION = 0
CATEGORIES = www
+REVISION = 0
MAINTAINER = Giovanni Bechis <[email protected]>
Index: www/tomcat/v6/Makefile
===================================================================
RCS file: /cvs/ports/www/tomcat/v6/Makefile,v
retrieving revision 1.37
diff -u -p -u -p -r1.37 Makefile
--- www/tomcat/v6/Makefile 23 Mar 2017 18:35:29 -0000 1.37
+++ www/tomcat/v6/Makefile 19 Apr 2017 22:54:42 -0000
@@ -5,6 +5,7 @@ COMMENT-main = Java servlet 2.5 and Java
MAJ_VER = 6
MIN_VER = 0
MICRO_VER = 51
+REVISION-main = 0
RUN_DEPENDS-examples =www/tomcat/v${MAJ_VER},-main>=${MAJ_VER},<7
Index: www/tomcat/v7/Makefile
===================================================================
RCS file: /cvs/ports/www/tomcat/v7/Makefile,v
retrieving revision 1.48
diff -u -p -u -p -r1.48 Makefile
--- www/tomcat/v7/Makefile 23 Mar 2017 18:35:30 -0000 1.48
+++ www/tomcat/v7/Makefile 19 Apr 2017 22:54:42 -0000
@@ -5,5 +5,6 @@ COMMENT-main = Java servlet 3.0 and Java
MAJ_VER = 7
MIN_VER = 0
MICRO_VER = 76
+REVISION-main = 0
.include <bsd.port.mk>
Index: www/tomcat/v8/Makefile
===================================================================
RCS file: /cvs/ports/www/tomcat/v8/Makefile,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 Makefile
--- www/tomcat/v8/Makefile 23 Mar 2017 18:35:30 -0000 1.25
+++ www/tomcat/v8/Makefile 19 Apr 2017 22:54:42 -0000
@@ -5,5 +5,6 @@ COMMENT-main = Java servlet 3.1 and Java
MAJ_VER = 8
MIN_VER = 5
MICRO_VER = 12
+REVISION-main = 0
.include <bsd.port.mk>
Index: x11/kde4/kross-interpreters/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde4/kross-interpreters/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- x11/kde4/kross-interpreters/Makefile 6 Sep 2016 15:37:53 -0000
1.14
+++ x11/kde4/kross-interpreters/Makefile 19 Apr 2017 22:54:46 -0000
@@ -5,7 +5,7 @@ COMMENT-java = KDE Java bindings
DISTNAME = kross-interpreters-${MODKDE4_VERSION}
PKGNAME-main = ${PKGNAME}
PKGNAME-java = ${PKGNAME:C/interpreters/java/}
-REVISION-java = 0
+REVISION-java = 1
REVISION-main = 3
MULTI_PACKAGES = -main -java