diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-08-01 09:42:48 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-08-01 09:42:48 +0000 |
| commit | 180cc2bb44cd169e9beede3b86d8610086a845cf (patch) | |
| tree | cb7d5de2ed7923b6aafcd5fcdd06517c2f6e2715 | |
| parent | 7296fd2fe2b0415f31fe4b843f05b942ae8f9819 (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.
| -rw-r--r-- | databases/sqlite3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 61ee2abfc839..0d66218dec05 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 |
