aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-01-01 12:03:18 +0000
committerRene Ladan <rene@FreeBSD.org>2025-01-01 12:03:18 +0000
commitb5a711e0a78a9a569a77d00cc4ba64d0e60f9c5c (patch)
tree222826c892cfed83e002a06cf4545056b5c894ae
parent5439f3a4ded03487a4a8982168833314f39bdb1a (diff)
databases/postgresql12-docs: Remove expired port
2024-12-31 databases/postgresql12-docs: PostgreSQL-12 is end-of-life
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/postgresql12-docs/Makefile3
3 files changed, 1 insertions, 4 deletions
diff --git a/MOVED b/MOVED
index 61f2c64eb92e..138e972f0297 100644
--- a/MOVED
+++ b/MOVED
@@ -3828,3 +3828,4 @@ databases/postgresql12-client||2025-01-01|Has expired: PostgreSQL-12 is end-of-l
databases/postgresql12-plperl||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
databases/postgresql12-pltcl||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
databases/postgresql12-plpython||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
+databases/postgresql12-docs||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
diff --git a/databases/Makefile b/databases/Makefile
index 9f664b0112c8..34ac2a3e4695 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -669,7 +669,6 @@
SUBDIR += postgresql-tds_fdw
SUBDIR += postgresql-wal2json
SUBDIR += postgresql-zhparser
- SUBDIR += postgresql12-docs
SUBDIR += postgresql12-pgtcl
SUBDIR += postgresql12-server
SUBDIR += postgresql13-client
diff --git a/databases/postgresql12-docs/Makefile b/databases/postgresql12-docs/Makefile
deleted file mode 100644
index 9a7e76ea0885..000000000000
--- a/databases/postgresql12-docs/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-WANT_PGSQL_VER=12
-
-.include "${.CURDIR}/../postgresql16-docs/Makefile"