Index: head/databases/postgresql94-plperl/Makefile =================================================================== --- head/databases/postgresql94-plperl/Makefile (revision 536422) +++ head/databases/postgresql94-plperl/Makefile (revision 536423) @@ -1,6 +1,8 @@ # Created by: Palle Girgensohn # $FreeBSD$ WANT_PGSQL_VER= 9.4 +INSTALL_DIRS= src/pl/plperl + .include "${.CURDIR}/../postgresql12-plperl/Makefile" Index: head/databases/postgresql94-plpython/Makefile =================================================================== --- head/databases/postgresql94-plpython/Makefile (revision 536422) +++ head/databases/postgresql94-plpython/Makefile (revision 536423) @@ -1,7 +1,7 @@ # $FreeBSD$ 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" Index: head/databases/postgresql94-server/Makefile =================================================================== --- head/databases/postgresql94-server/Makefile (revision 536422) +++ head/databases/postgresql94-server/Makefile (revision 536423) @@ -1,25 +1,28 @@ # Created by: Marc G. Fournier # $FreeBSD$ 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 INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ src/bin/initdb src/bin/pg_ctl \ src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ src/bin/pg_basebackup ICU_PATCHFILE= pg-949-icu-2016-10-02.diff.gz 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"