Skip to content

Commit

Permalink
Upgrade PostgreSQL client to 14
Browse files Browse the repository at this point in the history
Postgres 9.6 is EOL and has been removed from the FreeBSD ports tree.
  • Loading branch information
lamaral committed Mar 17, 2022
1 parent 9ec30b6 commit 56eece6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsd_port/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ USES= cmake
LIB_DEPENDS=\
libevent.so:devel/libevent \
libintl.so:devel/gettext-runtime \
libpq.so:databases/postgresql96-client \
libpq.so:databases/postgresql14-client \
libyaml-cpp.so:devel/yaml-cpp

BUILD_DEPENDS=\
${NONEXISTENT}:databases/postgresql96-client \
${NONEXISTENT}:databases/postgresql14-client \
${NONEXISTENT}:devel/boost-libs \
${NONEXISTENT}:devel/gettext-runtime \
${NONEXISTENT}:devel/googletest \
Expand Down

0 comments on commit 56eece6

Please sign in to comment.