View | Details | Raw Unified | Return to bug 71176
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	7.4.3
9
PORTVERSION?=	7.4.5
10
PORTREVISION?=	0
10
PORTREVISION?=	0
11
CATEGORIES?=	databases
11
CATEGORIES?=	databases
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
Lines 37-42 Link Here
37
		--with-includes=${LOCALBASE}/include
37
		--with-includes=${LOCALBASE}/include
38
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
38
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
39
39
40
.include <bsd.port.pre.mk>
41
40
.if defined(WITH_PAM)
42
.if defined(WITH_PAM)
41
CONFIGURE_ARGS+=	--with-pam
43
CONFIGURE_ARGS+=	--with-pam
42
.endif
44
.endif
Lines 105-111 Link Here
105
.endif
107
.endif
106
.endif
108
.endif
107
109
108
.include <bsd.port.pre.mk>
109
.if defined(WITH_KRB5)
110
.if defined(WITH_KRB5)
110
CONFIGURE_ARGS+=	--with-krb5="`${KRB5CONF} --prefix krb5`"
111
CONFIGURE_ARGS+=	--with-krb5="`${KRB5CONF} --prefix krb5`"
111
LDFLAGS+=	`${KRB5CONF} --libs krb5`
112
LDFLAGS+=	`${KRB5CONF} --libs krb5`
(-)distinfo (-8 / +8 lines)
Lines 1-8 Link Here
1
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
1
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
2
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
2
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
3
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
3
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
4
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
4
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
5
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
5
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
6
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
6
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
7
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
7
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
8
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
8
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944
(-)pkg-install (-5 / +3 lines)
Lines 7-17 Link Here
7
DB_DIR=${PKG_PREFIX}/pgsql
7
DB_DIR=${PKG_PREFIX}/pgsql
8
8
9
backupwarning() { echo "
9
backupwarning() { echo "
10
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
10
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
11
*does require* some updates to the pg_* system tables.  Full
11
*recommends* some updates to the pg_* system tables.  Full
12
instructions for how to do this are included in the full HISTORY file.
12
instructions for how to do this are included in the HISTORY file.
13
14
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
15
13
16
  =========== BACKUP YOUR DATA! =============
14
  =========== BACKUP YOUR DATA! =============
17
  As always, backup your data before
15
  As always, backup your data before
(-)pkg-plist (+1 lines)
Lines 183-188 Link Here
183
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
183
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
184
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
184
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
185
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
185
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
186
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
186
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
187
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
187
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
188
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
188
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo
189
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

Return to bug 71176