git: 96a9c19d6774 - main - databases/postgresql12-pgtcl: Remove expired port, PostgreSQL-12 is end-of-life
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 12:07:29 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=96a9c19d6774925bb07f30157292fa377114c80f
commit 96a9c19d6774925bb07f30157292fa377114c80f
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 12:06:32 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:06:37 +0000
databases/postgresql12-pgtcl: Remove expired port, PostgreSQL-12 is end-of-life
---
MOVED | 1 +
databases/Makefile | 1 -
databases/postgresql12-pgtcl/Makefile | 9 ---------
3 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/MOVED b/MOVED
index 138e972f0297..31fb124f0cd8 100644
--- a/MOVED
+++ b/MOVED
@@ -3829,3 +3829,4 @@ databases/postgresql12-plperl||2025-01-01|Has expired: PostgreSQL-12 is end-of-l
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
+databases/postgresql12-pgtcl||2025-01-01|Removed, PostgreSQL-12 is end-of-life
diff --git a/databases/Makefile b/databases/Makefile
index 34ac2a3e4695..f5e796a27a4d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -669,7 +669,6 @@
SUBDIR += postgresql-tds_fdw
SUBDIR += postgresql-wal2json
SUBDIR += postgresql-zhparser
- SUBDIR += postgresql12-pgtcl
SUBDIR += postgresql12-server
SUBDIR += postgresql13-client
SUBDIR += postgresql13-contrib
diff --git a/databases/postgresql12-pgtcl/Makefile b/databases/postgresql12-pgtcl/Makefile
deleted file mode 100644
index 98a77ac548a2..000000000000
--- a/databases/postgresql12-pgtcl/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PORTREVISION= 0
-PKGNAMESUFFIX= -postgresql12
-
-CONFLICTS= pgtcl pgtcl-postgresql9[0123456] pgtcl-postgresql1[013-9]
-
-PGTCL_SLAVE= 12
-MASTERDIR= ${.CURDIR}/../pgtcl
-
-.include "${MASTERDIR}/Makefile"