aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-08-01 09:42:48 +0000
committerÄlven <alven@FreeBSD.org>2025-08-07 09:23:18 +0000
commiteaf396c8468d3e4cbb23f0c7c8febfd857d435a6 (patch)
tree1382f9d72dcbea2c0d046f896bb683a6b4db094e
parente2f92c6e2f5ec58b59ade55c600f9f3c8d4732d0 (diff)
databases/sqlite3: Add reminder comment about linux ports
I saw several vuxml entries that lacked corresponding linux-*-sqlite entries, or linux_base-rl9 these days (since June 2025). Add a reminder comment near the PORTVERSION to remind people to also add linux-*-sqlite VuXML entries as needed. (cherry picked from commit 180cc2bb44cd169e9beede3b86d8610086a845cf)
-rw-r--r--databases/sqlite3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 9521ef1d6ce8..ebe947656157 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,5 +1,8 @@
PORTNAME= sqlite3
DISTVERSION= 3.50.2
+# SECURITY WARNING: when updating this port, also file vuxml entry
+# for ports/databases/linux-c7-sqlite3 (but mind it has a different EPOCH)
+# and coordinate with ports/emulators/linux_base which also ships sqlite3.
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= databases