mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Deprecate PostgreSQL-9.4
Final release was in Fabruary 2020. WWW: https://www.postgresql.org/support/versioning/ Also, fix build problems with plperl and plpython for 9.4
This commit is contained in:
parent
d6f31e6a54
commit
997baed83d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536423
3 changed files with 7 additions and 2 deletions
|
@ -3,4 +3,6 @@
|
|||
|
||||
WANT_PGSQL_VER= 9.4
|
||||
|
||||
INSTALL_DIRS= src/pl/plperl
|
||||
|
||||
.include "${.CURDIR}/../postgresql12-plperl/Makefile"
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
WANT_PGSQL_VER= 9.4
|
||||
|
||||
INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
|
||||
INSTALL_DIRS= src/pl/plpython
|
||||
|
||||
.include "${.CURDIR}/../postgresql12-plpython/Makefile"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
DISTVERSION?= 9.4.26
|
||||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
|
||||
# not their own. Probably best to keep it at ?=0 when reset here too.
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
|
@ -22,4 +22,7 @@ PG_USER?= pgsql
|
|||
PG_GROUP?= pgsql
|
||||
PG_UID?= 70
|
||||
|
||||
DEPRECATED= PostgreSQL-9.4 has reached end-of-life
|
||||
EXPIRATION_DATE=2020-07-24
|
||||
|
||||
.include "${.CURDIR}/../postgresql12-server/Makefile"
|
||||
|
|
Loading…
Add table
Reference in a new issue