Date: Tue, 28 Apr 2026 19:04:40 +0000 From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85394610f1bc - main - java/sqlitejdbc: little cleanup Message-ID: <69f104c8.27793.678ff0a2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=85394610f1bc83be7e9165d850e9f2a8a6ec3aae commit 85394610f1bc83be7e9165d850e9f2a8a6ec3aae Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-04-28 18:53:57 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-04-28 18:53:57 +0000 java/sqlitejdbc: little cleanup - bump portrevision so new packages with the deprecation annotation and expiration date are build - be a bit more pedantic about the 3 months expiration date so we are sure the next quarterly branch contains this package - mark as conflicting with the new port, they install the same .so library file PR: 293491 Approved-by: maintainer timeout (Lapo Luchini) --- java/sqlitejdbc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/java/sqlitejdbc/Makefile b/java/sqlitejdbc/Makefile index 5750a2eda6d3..b74d858c34ca 100644 --- a/java/sqlitejdbc/Makefile +++ b/java/sqlitejdbc/Makefile @@ -2,7 +2,7 @@ PORTNAME= sqlitejdbc PORTVERSION= 056 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -src -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= java databases MASTER_SITES= http://files.zentus.com/sqlitejdbc/ @@ -11,7 +11,7 @@ COMMENT= Java JDBC driver for SQLite WWW= http://web.archive.org/web/20120721075310/http://www.zentus.com/sqlitejdbc/ DEPRECATED= Dead old upstream, replaced by databases/sqlite-jdbc -EXPIRATION_DATE= 2026-07-01 +EXPIRATION_DATE= 2026-07-28 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION} MAKE_ENV= JAVA_HOME="${JAVA_HOME}" ALL_TARGET= native +CONFLICTS= sqlite-jdbc + PLIST_FILES= ${JAVAJARDIR}/sqlitejdbc-native.jar lib/libsqlitejdbc.so do-install:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f104c8.27793.678ff0a2>
