Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 00:00:56 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317925 - in head: Mk databases databases/postgresql93-client databases/postgresql93-contrib databases/postgresql93-docs databases/postgresql93-pgtcl databases/postgresql93-plperl datab...
Message-ID:  <201305120000.r4C00ugW030214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun May 12 00:00:56 2013
New Revision: 317925
URL: http://svnweb.freebsd.org/changeset/ports/317925

Log:
  Add postgresql 9.3 beta1

Modified:
  head/Mk/bsd.database.mk
  head/databases/Makefile
  head/databases/postgresql93-client/Makefile
  head/databases/postgresql93-contrib/Makefile
  head/databases/postgresql93-docs/Makefile
  head/databases/postgresql93-pgtcl/Makefile
  head/databases/postgresql93-plperl/Makefile
  head/databases/postgresql93-plpython/Makefile
  head/databases/postgresql93-pltcl/Makefile
  head/databases/postgresql93-server/Makefile
  head/databases/postgresql93-server/distinfo
  head/databases/postgresql93-server/files/patch-plpython-Makefile
  head/databases/postgresql93-server/pkg-plist-client
  head/databases/postgresql93-server/pkg-plist-contrib
  head/databases/postgresql93-server/pkg-plist-server

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Sat May 11 23:46:30 2013	(r317924)
+++ head/Mk/bsd.database.mk	Sun May 12 00:00:56 2013	(r317925)
@@ -190,13 +190,14 @@ IGNORE=		cannot install: unknown MySQL v
 .endif # USE_MYSQL
 
 .if defined(USE_PGSQL)
-VALID_PGSQL_VER=	83 84 90 91 92
+VALID_PGSQL_VER=	83 84 90 91 92 93
 DEFAULT_PGSQL_VER?=	90
 PGSQL83_LIBVER=		5
 PGSQL84_LIBVER=		5
 PGSQL90_LIBVER=		5
 PGSQL91_LIBVER=		5
 PGSQL92_LIBVER=		5
+PGSQL93_LIBVER=		5
 
 # Setting/finding PostgreSQL version we want.
 .  if exists(${LOCALBASE}/bin/pg_config)

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -686,6 +686,14 @@
     SUBDIR += postgresql92-plpython
     SUBDIR += postgresql92-pltcl
     SUBDIR += postgresql92-server
+    SUBDIR += postgresql93-client
+    SUBDIR += postgresql93-contrib
+    SUBDIR += postgresql93-docs
+    SUBDIR += postgresql93-pgtcl
+    SUBDIR += postgresql93-plperl
+    SUBDIR += postgresql93-plpython
+    SUBDIR += postgresql93-pltcl
+    SUBDIR += postgresql93-server
     SUBDIR += postgresql_autodoc
     SUBDIR += powerarchitect
     SUBDIR += proftpd-mod_sql_mysql

Modified: head/databases/postgresql93-client/Makefile
==============================================================================
--- head/databases/postgresql93-client/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-client/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -12,7 +12,7 @@ PKGNAMESUFFIX=	-client
 
 COMMENT=	PostgreSQL database (client)
 
-MASTERDIR=	${.CURDIR}/../postgresql92-server
+MASTERDIR=	${.CURDIR}/../postgresql93-server
 
 BUILD_DIRS=	config src/include src/interfaces src/port \
 		src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \

Modified: head/databases/postgresql93-contrib/Makefile
==============================================================================
--- head/databases/postgresql93-contrib/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-contrib/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -12,16 +12,16 @@ LIB_DEPENDS=	xslt.2:${PORTSDIR}/textproc
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_PGSQL=	yes
-DEFAULT_PGSQL_VER=92
+DEFAULT_PGSQL_VER=93
 MASTERDIR=	${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server
 
 USES=		bison
 
-BUILD_DIRS=	src/port contrib
+BUILD_DIRS=	src/port src/common contrib
 INSTALL_DIRS=	contrib
 
 SLAVE_ONLY=	yes
-CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl
+CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls
 LDFLAGS+=	${PTHREAD_LIBS} -L${PREFIX}/lib
 
 OPTIONS_DEFINE=	OSSP_UUID

Modified: head/databases/postgresql93-docs/Makefile
==============================================================================
--- head/databases/postgresql93-docs/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-docs/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -5,6 +5,6 @@
 # $FreeBSD$
 #
 
-WANT_PGSQL_VER=92
+WANT_PGSQL_VER=93
 
 .include "${.CURDIR}/../postgresql91-docs/Makefile"

Modified: head/databases/postgresql93-pgtcl/Makefile
==============================================================================
--- head/databases/postgresql93-pgtcl/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-pgtcl/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
-WANT_PGSQL_VER=	92
+WANT_PGSQL_VER=	93
 PKGNAMESUFFIX=	-postgresql${WANT_PGSQL_VER}
 
-CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[01]-[0-9]*
+CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[012]-[0-9]*
 
 MASTERDIR=	${.CURDIR}/../pgtcl
 

Modified: head/databases/postgresql93-plperl/Makefile
==============================================================================
--- head/databases/postgresql93-plperl/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-plperl/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -5,6 +5,6 @@
 # $FreeBSD$
 #
 
-WANT_PGSQL_VER=	92
+WANT_PGSQL_VER=	93
 
 .include "${.CURDIR}/../postgresql90-plperl/Makefile"

Modified: head/databases/postgresql93-plpython/Makefile
==============================================================================
--- head/databases/postgresql93-plpython/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-plpython/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-WANT_PGSQL_VER=	92
+WANT_PGSQL_VER=	93
 
 .include "${.CURDIR}/../postgresql90-plpython/Makefile"

Modified: head/databases/postgresql93-pltcl/Makefile
==============================================================================
--- head/databases/postgresql93-pltcl/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-pltcl/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -5,6 +5,6 @@
 # $FreeBSD$
 #
 
-WANT_PGSQL_VER=	92
+WANT_PGSQL_VER=	93
 
 .include "${.CURDIR}/../postgresql90-pltcl/Makefile"

Modified: head/databases/postgresql93-server/Makefile
==============================================================================
--- head/databases/postgresql93-server/Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-server/Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -1,396 +1,34 @@
-# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
+# New ports collection makefile for:	PostgreSQL
+# Date created:		November 13, 1998
+# Whom:			Marc G. Fournier <scrappy@FreeBSD.org>
+#
 # $FreeBSD$
+#
 
-PORTNAME?=	postgresql
-DISTVERSION?=	9.2.4
-PORTREVISION?=	0
-CATEGORIES?=	databases
-MASTER_SITES=	PGSQL
-MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
+DISTVERSION?=	9.3beta1
+PORTREVISION=	0
 PKGNAMESUFFIX?=	-server
 
 MAINTAINER?=	pgsql@FreeBSD.org
-COMMENT?=	The most advanced open-source database available anywhere
 
-CONFLICTS?=	${PORTNAME}-client-[^${PORTVERSION:R:R}].* \
-		${PORTNAME}${PKGNAMESUFFIX}-[^${PORTVERSION:R:R}].* \
-		${PORTNAME}-client-9.[^${PORTVERSION:R:E}].* \
-		${PORTNAME}${PKGNAMESUFFIX}-9.[^${PORTVERSION:R:E}].*
-
-WRKSRC=		${WRKDIR}/postgresql-${DISTVERSION}
-DIST_SUBDIR=	postgresql
-
-ICU_PATCHFILE?=	pg-910-icu-2012-12-19.diff.gz
-
-.if !defined(SLAVE_ONLY)
-UNIQUENAME?=	${PORTNAME}${DISTVERSION:R:S/.//}
-LATEST_LINK?=	${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX}
-.else # Contrib has different options from -client/-server
-UNIQUENAME?=	${PORTNAME}${DISTVERSION:R:S/.//}${PKGNAMESUFFIX}
-LATEST_LINK?=	${PKGNAMEPREFIX}${UNIQUENAME}
-.endif
-
-PKGINSTALL?=	${PKGDIR}/pkg-install${PKGNAMESUFFIX}
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-.if defined(NO_BUILD)
-.undef USE_GMAKE
-.undef GNU_CONFIGURE
-.endif
-
-PG_USER=	pgsql
-PG_GROUP=	pgsql
-PG_UID=	70
-
-LDFLAGS+=	-L${LOCALBASE}/lib
-INCLUDES+=	-I${LOCALBASE}/include
-CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \
-		--with-includes=${PREFIX}/include \
-		--enable-thread-safety
-CONFIGURE_ENV+=	INCLUDES="${INCLUDES}" \
-		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
-		PTHREAD_LIBS="${PTHREAD_LIBS}" \
-		LDFLAGS_SL="${LDFLAGS_SL}"
-
-PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX}
-
-INSTALL_DIRS?=	src/timezone src/backend \
-		src/backend/utils/mb/conversion_procs \
+BUILD_DIRS?=	src/timezone src/backend src/backend/utils/mb/conversion_procs \
 		src/backend/snowball src/backend/replication/libpqwalreceiver \
 		src/bin/initdb src/bin/pg_ctl \
-		src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
-		src/bin/pg_basebackup
-BUILD_DIRS?=	src/port ${INSTALL_DIRS}
-
-.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY)
-SERVER_ONLY=	yes
-USE_RC_SUBR=	postgresql
-USE_PGSQL=	yes
-WANT_PGSQL_VER=	${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g}
-USERS=		${PG_USER}
-GROUPS=	${PG_GROUP}
-SUB_FILES+=	502.pgsql
-.endif
-
-.if !defined(CLIENT_ONLY)
-MAKE_ENV=	PATH=${PREFIX}/bin:${PATH}
-CONFIGURE_ENV+=	PATH=${PREFIX}/bin:${PATH}
-.endif
-
-.if !defined(SLAVE_ONLY)
-OPTIONS_DEFINE+=	NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML TZDATA DEBUG KRB5
-OPTIONS_SINGLE= KRB5
-OPTIONS_SINGLE_KRB5= MIT_KRB5 HEIMDAL_KRB5
-
-KRB5_DESC=       Build with kerberos provider support
-NLS_DESC=	Use internationalized messages
-DTRACE_DESC=	Build with DTrace probes (server only)
-PAM_DESC=	Build with PAM Support
-LDAP_DESC=	Build with LDAP authentication support (server only)
-MIT_KRB5_DESC=	Build with MIT kerberos support
-HEIMDAL_KRB5_DESC=	Builds with Heimdal kerberos
-GSSAPI_DESC=	Build with GSSAPI support
-OPTIMIZED_CFLAGS_DESC=	Builds with compiler optimizations (-O3)
-XML_DESC=	Build with XML data type (server)
-TZDATA_DESC=	Use internal timezone database (server)
-DEBUG_DESC=	Builds with debugging symbols
-
-# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
-OPTIONS_DEFINE+=	ICU
-ICU_DESC=	Use ICU for unicode collation (server)
-
-# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
-# (requires dump/restore if modified.)
-OPTIONS_DEFINE+=	INTDATE
-INTDATE_DESC=	Builds with 64-bit date/time type (server)
-
-OPTIONS_DEFINE+=	SSL
-SSL_DESC=	Build with OpenSSL support
-
-OPTIONS_DEFAULT=	NLS XML TZDATA INTDATE SSL
-.endif # !SLAVE_ONLY
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL=	yes
-CONFIGURE_ARGS+=--with-openssl
-.endif
-
-.if !defined(SLAVE_ONLY)
-.  if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum)
-USE_AUTOTOOLS=	autoconf
-CONFIGURE_ARGS+=--with-icu
-PATCH_SITES+=	http://people.freebsd.org/~girgen/postgresql-icu/:icu
-PATCHFILES+=	${ICU_PATCHFILE}:icu
-.    if defined(ICU_EXTRAPATCH)
-EXTRA_PATCHES+=	${ICU_EXTRAPATCH}
-.    endif
-LIB_DEPENDS+=	icudata.50:${PORTSDIR}/devel/icu
-.  endif
-.endif # !SLAVE_ONLY
-
-.if ${PORT_OPTIONS:MOSSP_UUID}
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid
-CONFIGURE_ARGS+=--with-ossp-uuid
-PLIST_SUB+=	OSSP=""
-.else
-PLIST_SUB+=	OSSP="@comment "
-.endif
-
-.if !defined(SLAVE_ONLY)
-
-PATCH_DIST_STRIP=-p1
-
-.  if ${PORT_OPTIONS:MDTRACE}
-CONFIGURE_ARGS+=--enable-dtrace
-LDFLAGS+=-lelf
-.    if ${OSVERSION} < 900021
-IGNORE=	need userland DTrace support found in FreeBSD 9.0
-.    endif
-.  endif
-
-.  if ${PORT_OPTIONS:MPAM}
-CONFIGURE_ARGS+=--with-pam
-.  endif
-
-.  if ${PORT_OPTIONS:MLDAP}
-.    if defined (SERVER_ONLY)
-CONFIGURE_ARGS+=--with-ldap
-USE_OPENLDAP=	yes
-.    endif
-.  endif
-
-.  if ${PORT_OPTIONS:MXML}
-CONFIGURE_ARGS+=--with-libxml
-LIB_DEPENDS+=	xml2.5:${PORTSDIR}/textproc/libxml2
-.  endif
-
-.  if ${PORT_OPTIONS:MTZDATA}
-PLIST_SUB+=	TZDATA=""
-.  else
-CONFIGURE_ARGS+=--with-system-tzdata=/usr/share/zoneinfo
-PLIST_SUB+=	TZDATA="@comment "
-.  endif
-
-.  if empty(PORT_OPTIONS:MINTDATE)
-CONFIGURE_ARGS+=--disable-integer-datetimes
-.  endif
-
-.  if ${PORT_OPTIONS:MNLS}
-CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+=	GETTEXT=""
-USES=	gettext
-.  else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	GETTEXT="@comment "
-.  endif
-
-.  if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+=	-O3 -funroll-loops
-.  endif
-
-.  if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=--enable-debug
-INSTALL_TARGET=	install
-.  else
-INSTALL_TARGET=	install-strip
-.  endif
-
-.if ${PORT_OPTIONS:MGSSAPI}
-CONFIGURE_ARGS+=--with-gssapi
-.if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5)
-# Kerberos libraries will pull the proper GSSAPI library
-# via linker dependencies, but otherwise we must specify
-# it explicitely: ld --as-needed is used for compilation,
-# so configure's -lgssapi_krb5 won't go.
-LDFLAGS+=	-lgssapi
-LDFLAGS_SL+=	-lgssapi
-.endif
-.else
-CONFIGURE_ARGS+=--without-gssapi
-.endif
-
-.  if ${PORT_OPTIONS:MMIT_KRB5}
-.   if defined(IGNORE_WITH_SRC_KRB5) && (exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config))
-IGNORE=	requires that you remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/src.conf to build successfully with MIT-KRB
-.   else
-CONFIGURE_ARGS+=--with-krb5
-# Allow defining a home built MIT Kerberos by setting KRB5_HOME
-.    if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)
-LIB_DEPENDS+=	krb5.3:${PORTSDIR}/security/krb5
-.    endif
-.   endif
-.  endif
-
-.  if ${PORT_OPTIONS:MHEIMDAL_KRB5}
-CONFIGURE_ARGS+=--with-krb5
-.  endif
-
-.endif # !SLAVE_ONLY
+		src/bin/pg_controldata src/bin/pg_resetxlog src/pl
+INSTALL_DIRS?=	${BUILD_DIRS}
 
 .if defined(CLIENT_ONLY)
-MAN1?=		pg_basebackup.1
-MAN1+=		clusterdb.1 createdb.1 createlang.1 createuser.1   \
-		dropdb.1 droplang.1 dropuser.1 ecpg.1 initdb.1	   \
-		oid2name.1 pg_archivecleanup.1 \
-		pg_config.1 pg_controldata.1 pg_ctl.1		   \
-		pg_dump.1 pg_dumpall.1 pg_receivexlog.1 pg_resetxlog.1 pg_restore.1 \
-		pg_standby.1 pg_test_fsync.1 pg_test_timing.1 pg_upgrade.1 \
-		pgbench.1 \
-		postgres.1 postmaster.1 psql.1 reindexdb.1 vacuumdb.1 vacuumlo.1
-
-MAN3+=		SPI_connect.3 SPI_copytuple.3 SPI_cursor_close.3 SPI_cursor_fetch.3 \
-		SPI_cursor_find.3 SPI_cursor_move.3 SPI_cursor_open.3 \
-		SPI_cursor_open_with_args.3 SPI_cursor_open_with_paramlist.3 \
-		SPI_exec.3 SPI_execp.3 SPI_execute.3 SPI_execute_plan.3 \
-		SPI_execute_plan_with_paramlist.3 SPI_execute_with_args.3 \
-		SPI_finish.3 SPI_fname.3 SPI_fnumber.3 SPI_freeplan.3 \
-		SPI_freetuple.3 SPI_freetuptable.3 SPI_getargcount.3 \
-		SPI_getargtypeid.3 SPI_getbinval.3 SPI_getnspname.3 \
-		SPI_getrelname.3 SPI_gettype.3 SPI_gettypeid.3 \
-		SPI_getvalue.3 SPI_is_cursor_plan.3 SPI_keepplan.3 SPI_modifytuple.3 \
-		SPI_palloc.3 SPI_pfree.3 SPI_pop.3 SPI_prepare.3 \
-		SPI_prepare_cursor.3 SPI_prepare_params.3 SPI_push.3 \
-		SPI_repalloc.3 SPI_returntuple.3 SPI_saveplan.3 \
-		SPI_scroll_cursor_fetch.3 SPI_scroll_cursor_move.3 \
-		dblink.3 dblink_build_sql_delete.3 dblink_build_sql_insert.3 \
-		dblink_build_sql_update.3 dblink_cancel_query.3 \
-		dblink_close.3 dblink_connect.3 dblink_connect_u.3 \
-		dblink_disconnect.3 dblink_error_message.3 dblink_exec.3 \
-		dblink_fetch.3 dblink_get_connections.3 dblink_get_notify.3 \
-		dblink_get_pkey.3 dblink_get_result.3 dblink_is_busy.3 \
-		dblink_open.3 dblink_send_query.3
-
-MAN7?=		ALTER_COLLATION.7 ALTER_EXTENSION.7 ALTER_FOREIGN_TABLE.7 \
-		CREATE_COLLATION.7 CREATE_EXTENSION.7 CREATE_FOREIGN_TABLE.7 \
-		DROP_COLLATION.7 DROP_EXTENSION.7 DROP_FOREIGN_TABLE.7 \
-		SECURITY_LABEL.7
-MAN7+=		ABORT.7 ALTER_AGGREGATE.7 ALTER_CONVERSION.7		      \
-		ALTER_DATABASE.7 ALTER_DEFAULT_PRIVILEGES.7		      \
-		ALTER_DOMAIN.7 ALTER_FOREIGN_DATA_WRAPPER.7 ALTER_FUNCTION.7  \
-		ALTER_GROUP.7 ALTER_LARGE_OBJECT.7 ALTER_SERVER.7	      \
-		ALTER_USER_MAPPING.7 ALTER_INDEX.7 ALTER_LANGUAGE.7	      \
-		ALTER_OPERATOR_CLASS.7 ALTER_OPERATOR_FAMILY.7		      \
-		ALTER_ROLE.7						      \
-		ALTER_SCHEMA.7 ALTER_SEQUENCE.7 ALTER_TABLE.7		      \
-		ALTER_TEXT_SEARCH_CONFIGURATION.7			      \
-		ALTER_TEXT_SEARCH_DICTIONARY.7				      \
-		ALTER_TEXT_SEARCH_PARSER.7				      \
-		ALTER_TEXT_SEARCH_TEMPLATE.7				      \
-		ALTER_TRIGGER.7 ALTER_USER.7 ALTER_VIEW.7 ANALYZE.7 BEGIN.7   \
-		CHECKPOINT.7 CLOSE.7 CLUSTER.7 COMMENT.7 COMMIT.7	      \
-		COMMIT_PREPARED.7					      \
-		COPY.7 CREATE_AGGREGATE.7 CREATE_CAST.7			      \
-		CREATE_CONVERSION.7					      \
-		CREATE_DATABASE.7 CREATE_DOMAIN.7			      \
-		CREATE_FOREIGN_DATA_WRAPPER.7 CREATE_FUNCTION.7		      \
-		CREATE_GROUP.7 CREATE_INDEX.7 CREATE_LANGUAGE.7		      \
-		CREATE_OPERATOR.7 CREATE_OPERATOR_CLASS.7		      \
-		CREATE_OPERATOR_FAMILY.7 CREATE_ROLE.7			      \
-		CREATE_RULE.7 CREATE_SCHEMA.7 CREATE_SEQUENCE.7		      \
-		CREATE_SERVER.7 CREATE_TABLE.7 CREATE_TABLE_AS.7	      \
-		CREATE_TEXT_SEARCH_CONFIGURATION.7			      \
-		CREATE_TEXT_SEARCH_DICTIONARY.7				      \
-		CREATE_TEXT_SEARCH_PARSER.7				      \
-		CREATE_TEXT_SEARCH_TEMPLATE.7 CREATE_TRIGGER.7		      \
-		CREATE_TYPE.7 CREATE_USER.7 CREATE_USER_MAPPING.7	      \
-		CREATE_VIEW.7 DEALLOCATE.7 DECLARE.7 DELETE.7 DISCARD.7	      \
-		DO.7 DROP_AGGREGATE.7 DROP_CAST.7 DROP_CONVERSION.7	      \
-		DROP_DATABASE.7 DROP_DOMAIN.7 DROP_FOREIGN_DATA_WRAPPER.7     \
-		DROP_FUNCTION.7 DROP_GROUP.7 DROP_INDEX.7 DROP_LANGUAGE.7     \
-		DROP_OPERATOR.7 DROP_OPERATOR_CLASS.7 DROP_OPERATOR_FAMILY.7  \
-		DROP_OWNED.7 DROP_ROLE.7 DROP_RULE.7			      \
-		DROP_SCHEMA.7 DROP_SEQUENCE.7 DROP_SERVER.7 DROP_TABLE.7      \
-		DROP_TEXT_SEARCH_CONFIGURATION.7			      \
-		DROP_TEXT_SEARCH_DICTIONARY.7				      \
-		DROP_TEXT_SEARCH_PARSER.7				      \
-		DROP_TEXT_SEARCH_TEMPLATE.7 DROP_TRIGGER.7		      \
-		DROP_TYPE.7 DROP_USER.7 DROP_USER_MAPPING.7 DROP_VIEW.7 END.7 \
-		EXECUTE.7 EXPLAIN.7 FETCH.7 GRANT.7 INSERT.7 LISTEN.7 LOAD.7  \
-		LOCK.7 MOVE.7 NOTIFY.7 PREPARE.7 PREPARE_TRANSACTION.7	      \
-		REASSIGN_OWNED.7 REINDEX.7 RESET.7			      \
-		REVOKE.7 ROLLBACK.7 ROLLBACK_PREPARED.7 SELECT.7	      \
-		SELECT_INTO.7 SET.7					      \
-		SET_CONSTRAINTS.7 SET_ROLE.7 SET_TRANSACTION.7 SHOW.7	      \
-		SET_SESSION_AUTHORIZATION.7 START_TRANSACTION.7		      \
-		TABLE.7 TRUNCATE.7 UNLISTEN.7 UPDATE.7 VACUUM.7		      \
-		ALTER_OPERATOR.7 ALTER_TABLESPACE.7 ALTER_TYPE.7	      \
-		CREATE_TABLESPACE.7 DROP_TABLESPACE.7			      \
-		RELEASE_SAVEPOINT.7 ROLLBACK_TO_SAVEPOINT.7		      \
-		SAVEPOINT.7 VALUES.7 WITH.7
-.endif
-
-PLIST_SUB+=	PG_USER=${PG_USER} \
-		PG_GROUP=${PG_GROUP}
-SUB_LIST+=	PG_GROUP=${PG_GROUP} \
-		PG_USER=${PG_USER} \
-		PG_UID=${PG_UID}
-
-# For testing files in FILESDIR
-.include <bsd.port.pre.mk>
-
-.if defined(SERVER_ONLY)
-pre-build:
-	@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
-.endif
-
-.if !defined(NO_BUILD) && !target(do-build)
-
-do-build:
-	@ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks
-	@ for dir in ${BUILD_DIRS}; do \
-		cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE}; \
-	done
-
-.  if exists(${FILESDIR}/pkg-message${PKGNAMESUFFIX}.in)
-SUB_FILES+=	pkg-message${PKGNAMESUFFIX}
-PKGMESSAGE=	${WRKSRC}/pkg-message${PKGNAMESUFFIX}
-.  endif
-.  if exists(${FILESDIR}/pkg-install${PKGNAMESUFFIX}.in)
-SUB_FILES+=	pkg-install${PKGNAMESUFFIX}
-PLIST_SUB+=	PG_USER=${PG_USER}
-.  endif
+MAN1=		pg_basebackup.1 pg_isready.1 pg_xlogdump.1
 
-post-patch:
-.  if defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU}
-	@${REINPLACE_CMD} -E -e \
-		"s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \
-		${WRKSRC}/configure.in
-.  endif
+MAN3=		# no MAN3 for 9.0 only
 
-do-install:
-	@for dir in ${INSTALL_DIRS}; do \
-	    cd ${WRKSRC}/$${dir} && \
-		${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET}; \
-	done
-.  if defined(SERVER_ONLY)
-	@ ${MKDIR} ${PREFIX}/share/postgresql ;\
-	${MKDIR} ${PREFIX}/etc/periodic/daily ;\
-	${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \
-			${PREFIX}/etc/periodic/daily
-	${MKDIR} ${PREFIX}/${PG_USER} && ${CHOWN} ${PG_USER}:${PG_GROUP} ${PREFIX}/${PG_USER}
-.  endif # SERVER_ONLY
-.  if defined(CLIENT_ONLY)
-	@ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} install-local
-.  endif
-	@ if [ -r ${PKGMESSAGE} ]; then \
-		${MKDIR} ${DOCSDIR} ;\
-		${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README${PKGNAMESUFFIX} ;\
-		${CAT} ${PKGMESSAGE} ;\
-	fi
-.endif # !NO_BUILD
+MAN7=		ALTER_COLLATION.7 ALTER_EVENT_TRIGGER.7 ALTER_EXTENSION.7 \
+		ALTER_FOREIGN_TABLE.7 ALTER_MATERIALIZED_VIEW.7 ALTER_RULE.7 \
+		CREATE_COLLATION.7 CREATE_EVENT_TRIGGER.7 CREATE_EXTENSION.7 \
+		CREATE_FOREIGN_TABLE.7 CREATE_MATERIALIZED_VIEW.7 DROP_COLLATION.7 \
+		DROP_EVENT_TRIGGER.7 DROP_EXTENSION.7 DROP_FOREIGN_TABLE.7 \
+		DROP_MATERIALIZED_VIEW.7 REFRESH_MATERIALIZED_VIEW.7 SECURITY_LABEL.7
 
-.if defined(SERVER_ONLY)
-check:
-	@if [ `id -u` != 0 ] ; then \
-	  ${ECHO} "Running postgresql regressions tests" ;\
-	  cd ${WRKSRC}; ${GMAKE} check ;\
-	 else \
-	  ${ECHO} "You cannot run regression tests when postgresql is built as user root." ; \
-	  ${ECHO} "Clean and rebuild the port as a regular user to run the tests." ;\
-	 fi
 .endif
 
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../postgresql92-server/Makefile"

Modified: head/databases/postgresql93-server/distinfo
==============================================================================
--- head/databases/postgresql93-server/distinfo	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-server/distinfo	Sun May 12 00:00:56 2013	(r317925)
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-9.2.4.tar.bz2) = d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93
-SIZE (postgresql/postgresql-9.2.4.tar.bz2) = 16395184
+SHA256 (postgresql/postgresql-9.3beta1.tar.bz2) = 1e11099fe4a6cd3327c9c2bf4a9b903383195de330da27d322fc872d1d694df1
+SIZE (postgresql/postgresql-9.3beta1.tar.bz2) = 16954081
 SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611
 SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386

Modified: head/databases/postgresql93-server/files/patch-plpython-Makefile
==============================================================================
--- head/databases/postgresql93-server/files/patch-plpython-Makefile	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-server/files/patch-plpython-Makefile	Sun May 12 00:00:56 2013	(r317925)
@@ -1,11 +1,11 @@
---- src/pl/plpython/Makefile.orig	Fri Nov 19 20:23:01 2004
-+++ src/pl/plpython/Makefile	Tue Dec 28 23:32:16 2004
-@@ -9,7 +9,7 @@
- # shared library.  Since there is no official way to determine this
- # (at least not in pre-2.3 Python), we see if there is a file that is
- # named like a shared library.
+--- src/pl/plpython/Makefile.orig	2013-05-06 22:57:06.000000000 +0200
++++ src/pl/plpython/Makefile	2013-05-10 19:50:09.000000000 +0200
+@@ -15,7 +15,7 @@
+ ifeq (1,$(python_enable_shared))
+ shared_libpython = yes
+ else
 -ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*))
 +ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*))
  shared_libpython = yes
  endif
- 
+ endif

Modified: head/databases/postgresql93-server/pkg-plist-client
==============================================================================
--- head/databases/postgresql93-server/pkg-plist-client	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-server/pkg-plist-client	Sun May 12 00:00:56 2013	(r317925)
@@ -9,12 +9,14 @@ bin/ecpg
 bin/pg_config
 bin/pg_dump
 bin/pg_dumpall
+bin/pg_isready
 bin/pg_restore
 bin/psql
 bin/reindexdb
 bin/vacuumdb
 include/ecpg_config.h
 include/libpq-events.h
+include/pg_config_ext.h
 include/postgresql/server/access/attnum.h
 include/postgresql/server/access/clog.h
 include/postgresql/server/access/genam.h
@@ -25,8 +27,10 @@ include/postgresql/server/access/gist_pr
 include/postgresql/server/access/gistscan.h
 include/postgresql/server/access/hash.h
 include/postgresql/server/access/heapam.h
+include/postgresql/server/access/heapam_xlog.h
 include/postgresql/server/access/hio.h
 include/postgresql/server/access/htup.h
+include/postgresql/server/access/htup_details.h
 include/postgresql/server/access/itup.h
 include/postgresql/server/access/multixact.h
 include/postgresql/server/access/nbtree.h
@@ -35,6 +39,7 @@ include/postgresql/server/access/relopti
 include/postgresql/server/access/relscan.h
 include/postgresql/server/access/rewriteheap.h
 include/postgresql/server/access/rmgr.h
+include/postgresql/server/access/rmgrlist.h
 include/postgresql/server/access/sdir.h
 include/postgresql/server/access/skey.h
 include/postgresql/server/access/slru.h
@@ -42,6 +47,7 @@ include/postgresql/server/access/spgist.
 include/postgresql/server/access/spgist_private.h
 include/postgresql/server/access/subtrans.h
 include/postgresql/server/access/sysattr.h
+include/postgresql/server/access/timeline.h
 include/postgresql/server/access/transam.h
 include/postgresql/server/access/tupconvert.h
 include/postgresql/server/access/tupdesc.h
@@ -53,8 +59,10 @@ include/postgresql/server/access/valid.h
 include/postgresql/server/access/visibilitymap.h
 include/postgresql/server/access/xact.h
 include/postgresql/server/access/xlog.h
+include/postgresql/server/access/xlog_fn.h
 include/postgresql/server/access/xlog_internal.h
 include/postgresql/server/access/xlogdefs.h
+include/postgresql/server/access/xlogreader.h
 include/postgresql/server/access/xlogutils.h
 include/postgresql/server/bootstrap/bootstrap.h
 include/postgresql/server/c.h
@@ -90,6 +98,7 @@ include/postgresql/server/catalog/pg_def
 include/postgresql/server/catalog/pg_depend.h
 include/postgresql/server/catalog/pg_description.h
 include/postgresql/server/catalog/pg_enum.h
+include/postgresql/server/catalog/pg_event_trigger.h
 include/postgresql/server/catalog/pg_extension.h
 include/postgresql/server/catalog/pg_foreign_data_wrapper.h
 include/postgresql/server/catalog/pg_foreign_server.h
@@ -125,6 +134,7 @@ include/postgresql/server/catalog/pg_typ
 include/postgresql/server/catalog/pg_type_fn.h
 include/postgresql/server/catalog/pg_user_mapping.h
 include/postgresql/server/catalog/storage.h
+include/postgresql/server/catalog/storage_xlog.h
 include/postgresql/server/catalog/toasting.h
 include/postgresql/server/commands/alter.h
 include/postgresql/server/commands/async.h
@@ -137,9 +147,11 @@ include/postgresql/server/commands/creat
 include/postgresql/server/commands/dbcommands.h
 include/postgresql/server/commands/defrem.h
 include/postgresql/server/commands/discard.h
+include/postgresql/server/commands/event_trigger.h
 include/postgresql/server/commands/explain.h
 include/postgresql/server/commands/extension.h
 include/postgresql/server/commands/lockcmds.h
+include/postgresql/server/commands/matview.h
 include/postgresql/server/commands/portalcmds.h
 include/postgresql/server/commands/prepare.h
 include/postgresql/server/commands/proclang.h
@@ -154,6 +166,8 @@ include/postgresql/server/commands/user.
 include/postgresql/server/commands/vacuum.h
 include/postgresql/server/commands/variable.h
 include/postgresql/server/commands/view.h
+include/postgresql/server/common/fe_memutils.h
+include/postgresql/server/common/relpath.h
 include/postgresql/server/datatype/timestamp.h
 include/postgresql/server/dynloader.h
 include/postgresql/server/executor/execdebug.h
@@ -205,7 +219,8 @@ include/postgresql/server/foreign/foreig
 include/postgresql/server/funcapi.h
 include/postgresql/server/getaddrinfo.h
 include/postgresql/server/getopt_long.h
-include/postgresql/server/lib/dllist.h
+include/postgresql/server/lib/binaryheap.h
+include/postgresql/server/lib/ilist.h
 include/postgresql/server/lib/stringinfo.h
 include/postgresql/server/libpq/auth.h
 include/postgresql/server/libpq/be-fsstubs.h
@@ -286,10 +301,12 @@ include/postgresql/server/parser/parsetr
 include/postgresql/server/parser/scanner.h
 include/postgresql/server/parser/scansup.h
 include/postgresql/server/pg_config.h
+include/postgresql/server/pg_config_ext.h
 include/postgresql/server/pg_config_manual.h
 include/postgresql/server/pg_config_os.h
 include/postgresql/server/pg_trace.h
 include/postgresql/server/pgstat.h
+include/postgresql/server/pgtar.h
 include/postgresql/server/pgtime.h
 include/postgresql/server/port.h
 include/postgresql/server/port/aix.h
@@ -325,6 +342,7 @@ include/postgresql/server/postgres.h
 include/postgresql/server/postgres_ext.h
 include/postgresql/server/postgres_fe.h
 include/postgresql/server/postmaster/autovacuum.h
+include/postgresql/server/postmaster/bgworker.h
 include/postgresql/server/postmaster/bgwriter.h
 include/postgresql/server/postmaster/fork_process.h
 include/postgresql/server/postmaster/pgarch.h
@@ -335,10 +353,10 @@ include/postgresql/server/postmaster/wal
 include/postgresql/server/regex/regcustom.h
 include/postgresql/server/regex/regerrs.h
 include/postgresql/server/regex/regex.h
+include/postgresql/server/regex/regexport.h
 include/postgresql/server/regex/regguts.h
 include/postgresql/server/replication/basebackup.h
 include/postgresql/server/replication/syncrep.h
-include/postgresql/server/replication/walprotocol.h
 include/postgresql/server/replication/walreceiver.h
 include/postgresql/server/replication/walsender.h
 include/postgresql/server/replication/walsender_private.h
@@ -391,6 +409,7 @@ include/postgresql/server/storage/buf_in
 include/postgresql/server/storage/buffile.h
 include/postgresql/server/storage/bufmgr.h
 include/postgresql/server/storage/bufpage.h
+include/postgresql/server/storage/checksum.h
 include/postgresql/server/storage/copydir.h
 include/postgresql/server/storage/fd.h
 include/postgresql/server/storage/freespace.h
@@ -453,6 +472,7 @@ include/postgresql/server/utils/dynahash
 include/postgresql/server/utils/dynamic_loader.h
 include/postgresql/server/utils/elog.h
 include/postgresql/server/utils/errcodes.h
+include/postgresql/server/utils/evtcache.h
 include/postgresql/server/utils/fmgroids.h
 include/postgresql/server/utils/fmgrtab.h
 include/postgresql/server/utils/formatting.h
@@ -465,6 +485,7 @@ include/postgresql/server/utils/inet.h
 include/postgresql/server/utils/int8.h
 include/postgresql/server/utils/inval.h
 include/postgresql/server/utils/json.h
+include/postgresql/server/utils/jsonapi.h
 include/postgresql/server/utils/logtape.h
 include/postgresql/server/utils/lsyscache.h
 include/postgresql/server/utils/memutils.h
@@ -487,12 +508,14 @@ include/postgresql/server/utils/relcache
 include/postgresql/server/utils/relmapper.h
 include/postgresql/server/utils/reltrigger.h
 include/postgresql/server/utils/resowner.h
+include/postgresql/server/utils/resowner_private.h
 include/postgresql/server/utils/selfuncs.h
 include/postgresql/server/utils/snapmgr.h
 include/postgresql/server/utils/snapshot.h
 include/postgresql/server/utils/sortsupport.h
 include/postgresql/server/utils/spccache.h
 include/postgresql/server/utils/syscache.h
+include/postgresql/server/utils/timeout.h
 include/postgresql/server/utils/timestamp.h
 include/postgresql/server/utils/tqual.h
 include/postgresql/server/utils/tuplesort.h
@@ -534,6 +557,7 @@ include/sqlda.h
 @dirrm include/postgresql/server/foreign
 @dirrm include/postgresql/server/executor
 @dirrm include/postgresql/server/datatype
+@dirrm include/postgresql/server/common
 @dirrm include/postgresql/server/commands
 @dirrm include/postgresql/server/catalog
 @dirrm include/postgresql/server/bootstrap
@@ -577,6 +601,7 @@ lib/libecpg.so.6
 lib/libecpg_compat.a
 lib/libecpg_compat.so
 lib/libecpg_compat.so.3
+@comment lib/libpgcommon.a
 lib/libpgport.a
 lib/libpgtypes.a
 lib/libpgtypes.so
@@ -584,6 +609,10 @@ lib/libpgtypes.so.3
 lib/libpq.a
 lib/libpq.so
 lib/libpq.so.5
+lib/pkgconfig/libecpg.pc
+lib/pkgconfig/libecpg_compat.pc
+lib/pkgconfig/libpgtypes.pc
+lib/pkgconfig/libpq.pc
 lib/postgresql/pgxs/config/install-sh
 lib/postgresql/pgxs/src/makefiles/pgxs.mk
 lib/postgresql/pgxs/src/Makefile.global
@@ -600,92 +629,102 @@ lib/postgresql/pgxs/src/nls-global.mk
 share/postgresql/pg_service.conf.sample
 share/postgresql/psqlrc.sample
 @dirrmtry share/postgresql
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.2.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.2.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.2.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.2.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.2.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.2.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/ta/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.3.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.3.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.3.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.3.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.3.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.3.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.3.mo

Modified: head/databases/postgresql93-server/pkg-plist-contrib
==============================================================================
--- head/databases/postgresql93-server/pkg-plist-contrib	Sat May 11 23:46:30 2013	(r317924)
+++ head/databases/postgresql93-server/pkg-plist-contrib	Sun May 12 00:00:56 2013	(r317925)
@@ -3,6 +3,7 @@ bin/pg_archivecleanup
 bin/pg_standby
 bin/pg_test_timing
 bin/pg_upgrade
+bin/pg_xlogdump
 bin/pgbench
 bin/vacuumlo
 lib/postgresql/_int.so
@@ -36,6 +37,7 @@ lib/postgresql/pgcrypto.so
 lib/postgresql/pgrowlocks.so
 lib/postgresql/pgstattuple.so
 lib/postgresql/pgxml.so
+lib/postgresql/postgres_fdw.so
 lib/postgresql/refint.so
 lib/postgresql/seg.so
 lib/postgresql/sslinfo.so
@@ -45,6 +47,7 @@ lib/postgresql/test_parser.so
 lib/postgresql/timetravel.so
 lib/postgresql/tsearch2.so
 lib/postgresql/unaccent.so
+lib/postgresql/worker_spi.so
 %%OSSP%%lib/postgresql/uuid-ossp.so
 %%DOCSDIR%%/README-contrib
 %%DOCSDIR%%/extension/README
@@ -77,7 +80,8 @@ share/postgresql/extension/citext.contro
 share/postgresql/extension/cube--1.0.sql
 share/postgresql/extension/cube--unpackaged--1.0.sql
 share/postgresql/extension/cube.control
-share/postgresql/extension/dblink--1.0.sql
+share/postgresql/extension/dblink--1.0--1.1.sql
+share/postgresql/extension/dblink--1.1.sql
 share/postgresql/extension/dblink--unpackaged--1.0.sql
 share/postgresql/extension/dblink.control
 share/postgresql/extension/dict_int--1.0.sql
@@ -119,6 +123,8 @@ share/postgresql/extension/ltree.control
 share/postgresql/extension/moddatetime--1.0.sql

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305120000.r4C00ugW030214>