diff options
author | girgen <girgen@FreeBSD.org> | 2018-01-13 00:26:29 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2018-01-13 00:26:29 +0800 |
commit | 3f05858187d59929c8a72fd952539a7aa93f0aec (patch) | |
tree | c77f306e718be821640a05b75fb303acb8cadd1a /databases/Makefile | |
parent | b8be61f6870a74df8978d4f9c9919cfa404618de (diff) | |
download | freebsd-ports-gnome-3f05858187d59929c8a72fd952539a7aa93f0aec.tar.gz freebsd-ports-gnome-3f05858187d59929c8a72fd952539a7aa93f0aec.tar.zst freebsd-ports-gnome-3f05858187d59929c8a72fd952539a7aa93f0aec.zip |
Update postgresql-libpqxx to latest version 6
Keep version 4 as a separate port
Set license for the old version 3 port
PR: 225109
Submitted by: Yuri Victorovich
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index a62b5545c9c7..b7fdb8f811a5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -687,6 +687,7 @@ SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpqxx SUBDIR += postgresql-libpqxx3 + SUBDIR += postgresql-libpqxx4 SUBDIR += postgresql-mysql_fdw SUBDIR += postgresql-odbc SUBDIR += postgresql-orafce @@ -808,6 +809,7 @@ SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue SUBDIR += py-pgcli + SUBDIR += py-pglite SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb |