diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql12-pgtcl/Makefile | 9 |
3 files changed, 1 insertions, 10 deletions
@@ -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" |