Index: postgresql92-client/Makefile =================================================================== --- postgresql92-client/Makefile (revision 444644) +++ postgresql92-client/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION?= 1 +PORTREVISION= 2 COMMENT= PostgreSQL database (client) @@ -10,7 +10,7 @@ BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - doc src/makefiles + doc src/makefiles src/test/regress INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes Index: postgresql92-server/pkg-plist-client =================================================================== --- postgresql92-server/pkg-plist-client (revision 444644) +++ postgresql92-server/pkg-plist-client (working copy) @@ -553,6 +553,7 @@ lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk +lib/postgresql/pgxs/src/test/regress/pg_regress man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz Index: postgresql93-client/Makefile =================================================================== --- postgresql93-client/Makefile (revision 444644) +++ postgresql93-client/Makefile (working copy) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql +PORTREVISION= 2 COMMENT= PostgreSQL database (client) @@ -9,7 +10,7 @@ BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - doc src/makefiles + doc src/makefiles src/test/regress INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes Index: postgresql93-server/pkg-plist-client =================================================================== --- postgresql93-server/pkg-plist-client (revision 444644) +++ postgresql93-server/pkg-plist-client (working copy) @@ -577,6 +577,7 @@ lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk +lib/postgresql/pgxs/src/test/regress/pg_regress libdata/pkgconfig/libecpg.pc libdata/pkgconfig/libecpg_compat.pc libdata/pkgconfig/libpgtypes.pc Index: postgresql94-client/Makefile =================================================================== --- postgresql94-client/Makefile (revision 444644) +++ postgresql94-client/Makefile (working copy) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql +PORTREVISION= 2 COMMENT= PostgreSQL database (client) @@ -9,7 +10,7 @@ BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - doc src/makefiles + doc src/makefiles src/test/regress INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes Index: postgresql94-server/pkg-plist-client =================================================================== --- postgresql94-server/pkg-plist-client (revision 444644) +++ postgresql94-server/pkg-plist-client (working copy) @@ -598,6 +598,7 @@ lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk +lib/postgresql/pgxs/src/test/regress/pg_regress libdata/pkgconfig/libecpg.pc libdata/pkgconfig/libecpg_compat.pc libdata/pkgconfig/libpgtypes.pc Index: postgresql95-client/Makefile =================================================================== --- postgresql95-client/Makefile (revision 444644) +++ postgresql95-client/Makefile (working copy) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql +PORTREVISION= 2 COMMENT= PostgreSQL database (client) @@ -9,7 +10,7 @@ BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - src/bin/pgbench doc src/makefiles + src/bin/pgbench doc src/makefiles src/test/regress INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes Index: postgresql95-server/pkg-plist-client =================================================================== --- postgresql95-server/pkg-plist-client (revision 444644) +++ postgresql95-server/pkg-plist-client (working copy) @@ -648,6 +648,7 @@ lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/makefiles/pgxs.mk lib/postgresql/pgxs/src/nls-global.mk +lib/postgresql/pgxs/src/test/regress/pg_regress libdata/pkgconfig/libecpg.pc libdata/pkgconfig/libecpg_compat.pc libdata/pkgconfig/libpgtypes.pc Index: postgresql96-server/Makefile =================================================================== --- postgresql96-server/Makefile (revision 444644) +++ postgresql96-server/Makefile (working copy) @@ -2,6 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.6.3 +PORTREVISION?= 3 MAINTAINER?= pgsql@FreeBSD.org Index: postgresql96-server/pkg-plist-server =================================================================== --- postgresql96-server/pkg-plist-server (revision 444644) +++ postgresql96-server/pkg-plist-server (working copy) @@ -113,6 +113,7 @@ %%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.6.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.6.mo %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.6.mo +%%NLS%%share/locale/ko/LC_MESSAGES/postgres-9.6.mo %%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.6.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.6.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.6.mo