Another library that nobody will use in this location.

Removes from makefile, updates quirks, and removes the port.

OK?

Index: java/Makefile
===================================================================
RCS file: /cvs/ports/java/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- java/Makefile       7 May 2019 19:38:46 -0000       1.13
+++ java/Makefile       10 May 2019 22:56:36 -0000
@@ -2,7 +2,6 @@
 
      SUBDIR =
      SUBDIR += jBCrypt
-     SUBDIR += java-getopt
      SUBDIR += javaPathHelper
      SUBDIR += jlint
      SUBDIR += jna
Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.756
diff -u -p -r1.756 Makefile
--- devel/quirks/Makefile       10 May 2019 12:11:33 -0000      1.756
+++ devel/quirks/Makefile       10 May 2019 22:56:36 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-3.148
+PKGNAME =      quirks-3.149
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.774
diff -u -p -r1.774 Quirks.pm
--- devel/quirks/files/Quirks.pm        10 May 2019 12:11:33 -0000      1.774
+++ devel/quirks/files/Quirks.pm        10 May 2019 22:56:36 -0000
@@ -1231,6 +1231,7 @@ my $obsolete_reason = {
        'mysql++' => 5,
        'mysqlcc' => 3,
        'relayd-updateconf' => 6,
+       'java-getopt' => 1,
 };
 
 # reasons for obsolete packages
Index: java/java-getopt/Makefile
===================================================================
RCS file: java/java-getopt/Makefile
diff -N java/java-getopt/Makefile
--- java/java-getopt/Makefile   24 Mar 2019 22:24:13 -0000      1.9
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-# $OpenBSD: Makefile,v 1.9 2019/03/24 22:24:13 sthen Exp $
-
-COMMENT=       Java port of GNU getopt family functions
-
-DISTNAME=      java-getopt-1.0.14
-CATEGORIES=    devel
-REVISION=      1
-
-HOMEPAGE=      http://www.urbanophile.com/arenn/hacking/download.html
-
-# LGPLv2+
-PERMIT_PACKAGE_CDROM=  Yes
-
-MASTER_SITES=  ${HOMEPAGE:=/../getopt/}
-
-WRKDIST=       ${WRKDIR}
-
-MODULES=       java
-MODJAVA_VER=   1.8+
-MODJAVA_BUILD= ant
-
-post-extract:
-       cp ${WRKSRC}/gnu/getopt/buildx.xml ${WRKSRC}/build.xml
-
-do-install:
-       ${INSTALL_DATA_DIR} ${MODJAVA_JAR_DIR} ${MODJAVA_DOC_DIR}/getopt/
-       ${INSTALL_DATA} ${WRKSRC}/build/lib/gnu.getopt.jar ${MODJAVA_JAR_DIR}
-       cp -r ${WRKSRC}/build/api/* ${MODJAVA_DOC_DIR}/getopt/
-
-.include <bsd.port.mk>
Index: java/java-getopt/distinfo
===================================================================
RCS file: java/java-getopt/distinfo
diff -N java/java-getopt/distinfo
--- java/java-getopt/distinfo   27 Sep 2014 17:23:45 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-SHA256 (java-getopt-1.0.14.tar.gz) = 
rQ1c0UbWdqOsDvS/aikut/edMtDLTyAvp+PUPctS2Y4=
-SIZE (java-getopt-1.0.14.tar.gz) = 45561
Index: java/java-getopt/pkg/DESCR
===================================================================
RCS file: java/java-getopt/pkg/DESCR
diff -N java/java-getopt/pkg/DESCR
--- java/java-getopt/pkg/DESCR  30 Aug 2011 07:16:22 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-The GNU Java getopt classes support short and long argument parsing in a
-manner 100% compatible with the version of GNU getopt with a mostly
-compatible programmer's interface as well. Note that this is a port, not
-a new implementation.
Index: java/java-getopt/pkg/PLIST
===================================================================
RCS file: java/java-getopt/pkg/PLIST
diff -N java/java-getopt/pkg/PLIST
--- java/java-getopt/pkg/PLIST  21 Apr 2017 13:27:46 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,23 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.4 2017/04/21 13:27:46 kurt Exp $
-share/java/
-share/java/classes/
-share/java/classes/gnu.getopt.jar
-share/java/doc/
-share/java/doc/getopt/
-share/java/doc/getopt/allclasses-frame.html
-share/java/doc/getopt/allclasses-noframe.html
-share/java/doc/getopt/constant-values.html
-share/java/doc/getopt/deprecated-list.html
-share/java/doc/getopt/gnu/
-share/java/doc/getopt/gnu/getopt/
-share/java/doc/getopt/gnu/getopt/Getopt.html
-share/java/doc/getopt/gnu/getopt/LongOpt.html
-share/java/doc/getopt/gnu/getopt/package-frame.html
-share/java/doc/getopt/gnu/getopt/package-summary.html
-share/java/doc/getopt/gnu/getopt/package-tree.html
-share/java/doc/getopt/help-doc.html
-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/stylesheet.css

Reply via email to