diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-07-24 17:01:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-07-24 17:01:38 +0000 |
commit | d841eb94b16fac58b307b35f0c2849842e5eea54 (patch) | |
tree | 6da1981a4ad8d75eeaae9bd7db29975555a05fb0 /databases/postgresql94-plpython | |
parent | Mk: unregister expired PostgreSQL 9.4 (diff) |
Remove expired ports:
2020-07-24 databases/postgresql94-client: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-contrib: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-docs: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-pgtcl: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-plpython: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-server: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-pltcl: PostgreSQL-9.4 has reached end-of-life
2020-07-24 databases/postgresql94-plperl: PostgreSQL-9.4 has reached end-of-life
Notes
Notes:
svn path=/head/; revision=543266
Diffstat (limited to 'databases/postgresql94-plpython')
-rw-r--r-- | databases/postgresql94-plpython/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile deleted file mode 100644 index b9901379725a..000000000000 --- a/databases/postgresql94-plpython/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -PORTREVISION= 1 -WANT_PGSQL_VER= 9.4 - -INSTALL_DIRS= src/pl/plpython - -DEPRECATED= PostgreSQL-9.4 has reached end-of-life -EXPIRATION_DATE=2020-07-24 - -.include "${.CURDIR}/../postgresql12-plpython/Makefile" |