Date: Sat, 30 Nov 2024 16:25:55 GMT 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: e51fac9332e4 - main - databases/vsqlite: Remove expired port Message-ID: <202411301625.4AUGPt6D095135@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e51fac9332e4339ab5b761afe53ce21fa2af2f92 commit e51fac9332e4339ab5b761afe53ce21fa2af2f92 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-11-30 16:25:45 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-11-30 16:25:45 +0000 databases/vsqlite: Remove expired port 2024-11-30 databases/vsqlite: Abandonware, last release in 2014 and last commit 4 years ago --- MOVED | 1 + databases/Makefile | 1 - databases/vsqlite/Makefile | 28 ---------------------------- databases/vsqlite/distinfo | 2 -- databases/vsqlite/pkg-descr | 1 - databases/vsqlite/pkg-plist | 13 ------------- 6 files changed, 1 insertion(+), 45 deletions(-) diff --git a/MOVED b/MOVED index b73fae253b33..3d0a18251b58 100644 --- a/MOVED +++ b/MOVED @@ -3735,3 +3735,4 @@ devel/linux-rl9-qt5-qtdeclarative|x11-toolkits/linux-rl9-qt5-qtdeclarative|2024- audio/libcddb||2024-11-30|Has expired: Multiple services have been shutdown and there's no way to easily submit data audio/libcddb-doc||2024-11-30|Removed, documentation for expired audio/libcddb multimedia/vtkmpeg2encode||2024-11-30|Has expired: Obsolete, addon to VTK5 which was removed in 2018 +databases/vsqlite||2024-11-30|Has expired: Abandonware, last release in 2014 and last commit 4 years ago diff --git a/databases/Makefile b/databases/Makefile index fb562ca9e84d..6c77c204f156 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1110,7 +1110,6 @@ SUBDIR += valkey SUBDIR += vfront SUBDIR += virtualpg - SUBDIR += vsqlite SUBDIR += webdis SUBDIR += wfb2sql SUBDIR += xapian-bindings diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile deleted file mode 100644 index 8dbbab631586..000000000000 --- a/databases/vsqlite/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= vsqlite -PORTVERSION= 0.3.13 -PORTREVISION= 21 -CATEGORIES= databases - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Well designed and portable SQLite3 Wrapper for C++ -WWW= https://github.com/vinzenz/vsqlite-- - -LICENSE= BSD3CLAUSE - -DEPRECATED= Abandonware, last release in 2014 and last commit 4 years ago -EXPIRATION_DATE=2024-11-30 - -LIB_DEPENDS= libboost_random.so:devel/boost-libs - -USE_GITHUB= yes -GH_ACCOUNT= vinzenz -GH_PROJECT= vsqlite-- - -USES= autoreconf compiler:c++0x libtool sqlite:3 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/databases/vsqlite/distinfo b/databases/vsqlite/distinfo deleted file mode 100644 index a381e1a3552a..000000000000 --- a/databases/vsqlite/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vinzenz-vsqlite---0.3.13_GH0.tar.gz) = 73dea3c0b4b7769254da17182efbf9fc16893c50ed0d544abfdde127b69467d5 -SIZE (vinzenz-vsqlite---0.3.13_GH0.tar.gz) = 28195 diff --git a/databases/vsqlite/pkg-descr b/databases/vsqlite/pkg-descr deleted file mode 100644 index d4761e2a0a0b..000000000000 --- a/databases/vsqlite/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Well designed and portable SQLite3 Wrapper for C++ diff --git a/databases/vsqlite/pkg-plist b/databases/vsqlite/pkg-plist deleted file mode 100644 index 596f1fe4a476..000000000000 --- a/databases/vsqlite/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/sqlite/command.hpp -include/sqlite/connection.hpp -include/sqlite/database_exception.hpp -include/sqlite/execute.hpp -include/sqlite/ext/variant.hpp -include/sqlite/query.hpp -include/sqlite/result.hpp -include/sqlite/transaction.hpp -include/sqlite/view.hpp -lib/libvsqlitepp.a -lib/libvsqlitepp.so -lib/libvsqlitepp.so.3 -lib/libvsqlitepp.so.3.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411301625.4AUGPt6D095135>