diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile index 6c6c5fbb77f1..7b93e3c9895c 100644 --- a/databases/postgresql94-plperl/Makefile +++ b/databases/postgresql94-plperl/Makefile @@ -3,4 +3,6 @@ WANT_PGSQL_VER= 9.4 +INSTALL_DIRS= src/pl/plperl + .include "${.CURDIR}/../postgresql12-plperl/Makefile" diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile index 39bdf181e12f..6dd0090122bb 100644 --- a/databases/postgresql94-plpython/Makefile +++ b/databases/postgresql94-plpython/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" diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 44c4f98cc81d..f7259cab2705 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/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"