diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /databases/postgresql-libpqxx3 | |
parent | Update to 7u251 (diff) |
Deprecate some ports using deprecated version of python
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=528058
Diffstat (limited to 'databases/postgresql-libpqxx3')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 0bb70a5c9402..0a28757e7b17 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -15,6 +15,9 @@ COMMENT= New C++ interface for PostgreSQL LICENSE= BSD3CLAUSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + CONFLICTS= postgresql-libpqxx-2.* postgresql-libpqxx-[4-9].* \ postgresql-libpqxx4-4.* PORTSCOUT= limit:^3\. |