Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2025 12:01:24 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: 52ef8f1b17ec - main - databases/postgresql12-plperl: Remove expired port
Message-ID:  <202501011201.501C1OMc046025@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=52ef8f1b17ec559936c569ba036323d7481ad09c

commit 52ef8f1b17ec559936c569ba036323d7481ad09c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 12:01:19 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:01:19 +0000

    databases/postgresql12-plperl: Remove expired port
    
    2024-12-31 databases/postgresql12-plperl: PostgreSQL-12 is end-of-life
---
 MOVED                                  |  1 +
 databases/Makefile                     |  1 -
 databases/postgresql12-plperl/Makefile | 27 ---------------------------
 3 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/MOVED b/MOVED
index 9ee75f519f7f..79865e27ac04 100644
--- a/MOVED
+++ b/MOVED
@@ -3825,3 +3825,4 @@ security/sssd|security/sssd2|2025-01-01|Has expired: Not supported, please use d
 databases/ldb22||2025-01-01|Has expired: Required only by security/sssd, which expires on 2024-12-31
 databases/postgresql12-contrib||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
 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
diff --git a/databases/Makefile b/databases/Makefile
index a85513cc7d2a..fc53e51748e4 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -671,7 +671,6 @@
     SUBDIR += postgresql-zhparser
     SUBDIR += postgresql12-docs
     SUBDIR += postgresql12-pgtcl
-    SUBDIR += postgresql12-plperl
     SUBDIR += postgresql12-plpython
     SUBDIR += postgresql12-pltcl
     SUBDIR += postgresql12-server
diff --git a/databases/postgresql12-plperl/Makefile b/databases/postgresql12-plperl/Makefile
deleted file mode 100644
index 1b9d8c7f1bbf..000000000000
--- a/databases/postgresql12-plperl/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	postgresql
-# Keep the ?=, this port is used as master by the other plperl.
-PORTREVISION?=	0
-CATEGORIES=	databases perl5
-PKGNAMESUFFIX?=	${WANT_PGSQL_VER}${COMPONENT}
-
-MAINTAINER=	pgsql@FreeBSD.org
-COMMENT=	Write SQL functions for PostgreSQL using Perl5
-
-RUN_DEPENDS=	postgres:databases/postgresql${WANT_PGSQL_VER}-server
-
-MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server
-
-WANT_PGSQL_VER?=12
-
-USES+=		perl5 readline
-CONFIGURE_ARGS=	--with-perl
-
-BUILD_DIRS=	src/backend ${INSTALL_DIRS}
-INSTALL_DIRS?=	src/pl/plperl contrib/hstore_plperl contrib/jsonb_plperl
-SLAVE_ONLY=	yes
-COMPONENT=	-plperl
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE=	yes
-
-.include "${MASTERDIR}/Makefile"



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