Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2025 12:02:01 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5439f3a4ded0 - main - databases/postgresql12-plpython: Remove expired port
Message-ID:  <202501011202.501C21KJ046518@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5439f3a4ded03487a4a8982168833314f39bdb1a

commit 5439f3a4ded03487a4a8982168833314f39bdb1a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 12:01:55 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:01:55 +0000

    databases/postgresql12-plpython: Remove expired port
    
    2024-12-31 databases/postgresql12-plpython: PostgreSQL-12 is end-of-life
---
 MOVED                                     |  1 +
 databases/Makefile                        |  1 -
 databases/postgresql12-plpython/Makefile  | 29 -----------------------------
 databases/postgresql12-plpython/pkg-descr |  4 ----
 4 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/MOVED b/MOVED
index 90179a26cb69..61f2c64eb92e 100644
--- a/MOVED
+++ b/MOVED
@@ -3827,3 +3827,4 @@ databases/postgresql12-contrib||2025-01-01|Has expired: PostgreSQL-12 is end-of-
 databases/postgresql12-client||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
 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
diff --git a/databases/Makefile b/databases/Makefile
index fc9f4652d08f..9f664b0112c8 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -671,7 +671,6 @@
     SUBDIR += postgresql-zhparser
     SUBDIR += postgresql12-docs
     SUBDIR += postgresql12-pgtcl
-    SUBDIR += postgresql12-plpython
     SUBDIR += postgresql12-server
     SUBDIR += postgresql13-client
     SUBDIR += postgresql13-contrib
diff --git a/databases/postgresql12-plpython/Makefile b/databases/postgresql12-plpython/Makefile
deleted file mode 100644
index dacc50f87f42..000000000000
--- a/databases/postgresql12-plpython/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	postgresql
-CATEGORIES=	databases python
-# Keep the ?=, it is used as master by the other plpython ports.
-PORTREVISION?=	0
-PKGNAMESUFFIX?=	${WANT_PGSQL_VER}${COMPONENT}
-
-MAINTAINER=	pgsql@FreeBSD.org
-COMMENT=	Module for using Python to write SQL functions
-WWW=		https://www.postgresql.org/
-
-USES+=		pgsql:${WANT_PGSQL_VER} ${WANT_PYTHON_USE}
-WANT_PGSQL=	server
-
-MASTERDIR=	${.CURDIR}/../postgresql${WANT_PGSQL_VER}-server
-
-WANT_PGSQL_VER?=	12
-WANT_PYTHON_USE?=	python
-
-CONFIGURE_ARGS=	--with-python
-COMPONENT=	-plpython
-
-BUILD_DIRS=	src/backend ${INSTALL_DIRS}
-INSTALL_DIRS?=	src/pl/plpython contrib/hstore_plpython contrib/jsonb_plpython contrib/ltree_plpython
-SLAVE_ONLY=	yes
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE=	yes
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql12-plpython/pkg-descr b/databases/postgresql12-plpython/pkg-descr
deleted file mode 100644
index 61c4875985f7..000000000000
--- a/databases/postgresql12-plpython/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-PL/Python allows one to write PostgeSQL stored functions and
-procedures in Python (http://www.python.org/).
-
-This software is part of the standard PostgreSQL distribution.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011202.501C21KJ046518>