Update to PostgreSQL 7.3.5. See the release notes for details. A
dump is *not* required when upgrading from any 7.3 release to 7.3.5. Release notes: http://developer.postgresql.org/docs/postgres/release-7-3-5.html Notified: maintainer Repo-copy by: joe
This commit is contained in:
parent
7e7a4edb0f
commit
9593c3ea32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94911
@ -177,6 +177,7 @@
|
||||
SUBDIR += postgresql7
|
||||
SUBDIR += postgresql7-client
|
||||
SUBDIR += postgresql72
|
||||
SUBDIR += postgresql73
|
||||
SUBDIR += postgresql_autodoc
|
||||
SUBDIR += puredb
|
||||
SUBDIR += pxtools
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.3.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION?= 7.3.5
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
@ -20,6 +19,7 @@ COMMENT?= The most advanced open-source database available anywhere
|
||||
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
|
||||
DIST_SUBDIR= postgresql
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
@ -69,9 +69,11 @@ CONFIGURE_ARGS+= "--with-openssl=${OPENSSLBASE}"
|
||||
PLIST_SUB+= SERVER="@comment "
|
||||
PKGNAMESUFFIX= -client
|
||||
PKGMSG= ""
|
||||
CONFLICTS= postgresql-7*
|
||||
.else
|
||||
PKGMESSAGE= ${FILESDIR}/pkg-message.server
|
||||
PKGMSG= ${PKGMESSAGE}
|
||||
CONFLICTS= postgresql-7*client
|
||||
PLIST_SUB+= SERVER=""
|
||||
INSTALL_TARGET+= install-all-headers
|
||||
MAKEFILE= GNUmakefile
|
||||
@ -142,7 +144,7 @@ pre-everything::
|
||||
@${ECHO} " WITHOUT_GETTEXT Skips building with support for"
|
||||
@${ECHO} " internationalized error messages"
|
||||
@${ECHO} " WITHOUT_SERVER Don't install the server,"
|
||||
@${ECHO} " only install binaries, headers and libs"
|
||||
@${ECHO} " only install binaries, headers and libs"
|
||||
@${ECHO} " for PostgreSQL clients"
|
||||
@${ECHO} " WITHOUT_SSL Builds without OpenSSL support"
|
||||
@${ECHO} " WITH_MIT_KRB5 Builds with MIT's kerberos support"
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (postgresql/postgresql-base-7.3.4.tar.gz) = 2b8600cc0f0c2d80271b533c394c886b
|
||||
MD5 (postgresql/postgresql-opt-7.3.4.tar.gz) = 3a0f0254bf9d6dccc61baa149c68ae75
|
||||
MD5 (postgresql/postgresql-docs-7.3.4.tar.gz) = 0144134674614e6b6a54103482f8acb2
|
||||
MD5 (postgresql/postgresql-test-7.3.4.tar.gz) = 7734ec70bb8e3d3bb3ba49e6dcee10e5
|
||||
MD5 (postgresql/postgresql-base-7.3.5.tar.bz2) = 071efb8cee72a62b4f0da478df39f08d
|
||||
MD5 (postgresql/postgresql-docs-7.3.5.tar.bz2) = 7354a7c9cc5f1203586131e454df270e
|
||||
MD5 (postgresql/postgresql-opt-7.3.5.tar.bz2) = d106ee6a4b0fb1d63eb51525ee8faed6
|
||||
MD5 (postgresql/postgresql-test-7.3.5.tar.bz2) = eaf4977a5e81e6bf8abe66762ef9aab5
|
||||
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.3.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION?= 7.3.5
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
@ -20,6 +19,7 @@ COMMENT?= The most advanced open-source database available anywhere
|
||||
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
|
||||
DIST_SUBDIR= postgresql
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
@ -69,9 +69,11 @@ CONFIGURE_ARGS+= "--with-openssl=${OPENSSLBASE}"
|
||||
PLIST_SUB+= SERVER="@comment "
|
||||
PKGNAMESUFFIX= -client
|
||||
PKGMSG= ""
|
||||
CONFLICTS= postgresql-7*
|
||||
.else
|
||||
PKGMESSAGE= ${FILESDIR}/pkg-message.server
|
||||
PKGMSG= ${PKGMESSAGE}
|
||||
CONFLICTS= postgresql-7*client
|
||||
PLIST_SUB+= SERVER=""
|
||||
INSTALL_TARGET+= install-all-headers
|
||||
MAKEFILE= GNUmakefile
|
||||
@ -142,7 +144,7 @@ pre-everything::
|
||||
@${ECHO} " WITHOUT_GETTEXT Skips building with support for"
|
||||
@${ECHO} " internationalized error messages"
|
||||
@${ECHO} " WITHOUT_SERVER Don't install the server,"
|
||||
@${ECHO} " only install binaries, headers and libs"
|
||||
@${ECHO} " only install binaries, headers and libs"
|
||||
@${ECHO} " for PostgreSQL clients"
|
||||
@${ECHO} " WITHOUT_SSL Builds without OpenSSL support"
|
||||
@${ECHO} " WITH_MIT_KRB5 Builds with MIT's kerberos support"
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (postgresql/postgresql-base-7.3.4.tar.gz) = 2b8600cc0f0c2d80271b533c394c886b
|
||||
MD5 (postgresql/postgresql-opt-7.3.4.tar.gz) = 3a0f0254bf9d6dccc61baa149c68ae75
|
||||
MD5 (postgresql/postgresql-docs-7.3.4.tar.gz) = 0144134674614e6b6a54103482f8acb2
|
||||
MD5 (postgresql/postgresql-test-7.3.4.tar.gz) = 7734ec70bb8e3d3bb3ba49e6dcee10e5
|
||||
MD5 (postgresql/postgresql-base-7.3.5.tar.bz2) = 071efb8cee72a62b4f0da478df39f08d
|
||||
MD5 (postgresql/postgresql-docs-7.3.5.tar.bz2) = 7354a7c9cc5f1203586131e454df270e
|
||||
MD5 (postgresql/postgresql-opt-7.3.5.tar.bz2) = d106ee6a4b0fb1d63eb51525ee8faed6
|
||||
MD5 (postgresql/postgresql-test-7.3.5.tar.bz2) = eaf4977a5e81e6bf8abe66762ef9aab5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user