Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 19:17:12 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 097dc16b9ac1 - main - misc/jbidwatcher: Remove expired port
Message-ID:  <69de92b8.3dd6e.3ca08cbe@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=097dc16b9ac188cb611bc5390b8ade6a56796d78

commit 097dc16b9ac188cb611bc5390b8ade6a56796d78
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-04-14 19:16:48 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-04-14 19:17:06 +0000

    misc/jbidwatcher: Remove expired port
    
    2026-04-14 misc/jbidwatcher: unmaintained, upstream website is gone, no users in the ports tree
---
 MOVED                                  |  1 +
 misc/Makefile                          |  1 -
 misc/jbidwatcher/Makefile              | 28 ----------------------------
 misc/jbidwatcher/distinfo              |  2 --
 misc/jbidwatcher/files/jbidwatcher.in  |  3 ---
 misc/jbidwatcher/files/patch-build.xml | 11 -----------
 misc/jbidwatcher/pkg-descr             |  6 ------
 7 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/MOVED b/MOVED
index bb4391d530e5..aaab0969ddfd 100644
--- a/MOVED
+++ b/MOVED
@@ -5239,3 +5239,4 @@ mail/py-offlineimap3|mail/py-offlineimap|2026-04-13|Project is now in PyPi as of
 textproc/jalingo||2026-04-13|Has expired: Last release in 2006. Does not compile in Java 9+
 science/colt||2026-04-13|Has expired: java 8 only, unmaintained, no users in the ports tree, latest release was 2004
 www/googler||2026-04-13|Has expired: Upstream repository archived on 2022-03-05; use www/ddgr as alternative
+misc/jbidwatcher||2026-04-14|Has expired: unmaintained, upstream website is gone, no users in the ports tree
diff --git a/misc/Makefile b/misc/Makefile
index e24615d67509..97766fe43c65 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -219,7 +219,6 @@
     SUBDIR += iselect
     SUBDIR += iso-codes
     SUBDIR += jargon
-    SUBDIR += jbidwatcher
     SUBDIR += jojodiff
     SUBDIR += json-tui
     SUBDIR += kbdscan
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile
deleted file mode 100644
index 438f6256cdcf..000000000000
--- a/misc/jbidwatcher/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	jbidwatcher
-PORTVERSION=	2.5.6
-PORTREVISION=	5
-CATEGORIES=	misc java
-MASTER_SITES=	http://www.jbidwatcher.com/download/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Java-based application allowing you to monitor eBay auctions
-WWW=		https://www.jbidwatcher.com/
-
-DEPRECATED=	unmaintained, upstream website is gone, no users in the ports tree
-EXPIRATION_DATE=	2026-04-14
-
-USES=	java:ant,run tar:bzip2
-JAVA_VERSION=	8 11
-
-ALL_TARGET=	jar
-
-SUB_FILES=	jbidwatcher
-SUB_LIST+=	PORTVERSION=${PORTVERSION}
-PLIST_FILES=	%%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \
-		bin/${PORTNAME}
-
-do-install:
-	@${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/misc/jbidwatcher/distinfo b/misc/jbidwatcher/distinfo
deleted file mode 100644
index 58eb3af352c4..000000000000
--- a/misc/jbidwatcher/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jbidwatcher-2.5.6.tar.bz2) = f521e5f7627b5686635e9f1f64e0f13c0f017b867ed26f6318817ee8cc60323c
-SIZE (jbidwatcher-2.5.6.tar.bz2) = 16368512
diff --git a/misc/jbidwatcher/files/jbidwatcher.in b/misc/jbidwatcher/files/jbidwatcher.in
deleted file mode 100644
index d51fd5ba45d2..000000000000
--- a/misc/jbidwatcher/files/jbidwatcher.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/JBidwatcher-%%PORTVERSION%%.jar" "$@"
diff --git a/misc/jbidwatcher/files/patch-build.xml b/misc/jbidwatcher/files/patch-build.xml
deleted file mode 100644
index 5e8621f1d5a2..000000000000
--- a/misc/jbidwatcher/files/patch-build.xml
+++ /dev/null
@@ -1,11 +0,0 @@
---- build.xml.orig	2025-12-14 15:56:48 UTC
-+++ build.xml
-@@ -83,7 +83,7 @@
-   <target name="compile" depends="init">
-     <echo level="info" message="Compiling all classes." />
-     <mkdir dir="${build.dir}" />
--      <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on" source="1.5" target="1.5">
-+      <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on">
-           <classpath refid="project.class.path" />
-           <include name="**/*.java" />
-       </javac>
diff --git a/misc/jbidwatcher/pkg-descr b/misc/jbidwatcher/pkg-descr
deleted file mode 100644
index 1a5540a2cd53..000000000000
--- a/misc/jbidwatcher/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-A Java-based application allowing you to monitor ebay auctions,
-submit bids, snipe (bid at the last moment), and otherwise track
-your auction-site experience. It includes adult-auction management,
-MANY currencies (yen, pound, dollar (US, Canada, Australian, and
-New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
-of auction URLs, a unique and powerful 'multisniping' feature.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de92b8.3dd6e.3ca08cbe>