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

(-)postgresql-contrib/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/databases/postgresql-contrib/Makefile,v 1.5 2004/02/04 05:19:06 marcus Exp $
5
# $FreeBSD: ports/databases/postgresql-contrib/Makefile,v 1.5 2004/02/04 05:19:06 marcus Exp $
6
#
6
#
7
7
8
PORTREVISION=	1
8
PORTREVISION=	0
9
CATEGORIES=	databases
9
CATEGORIES=	databases
10
PKGNAMESUFFIX=	-contrib
10
PKGNAMESUFFIX=	-contrib
11
11
(-)postgresql-jdbc/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/databases/postgresql-jdbc/Makefile,v 1.12 2004/02/04 05:19:06 marcus Exp $
5
# $FreeBSD: ports/databases/postgresql-jdbc/Makefile,v 1.12 2004/02/04 05:19:06 marcus Exp $
6
#
6
#
7
7
8
PORTREVISION=	1
8
PORTREVISION=	0
9
CATEGORIES=	databases java
9
CATEGORIES=	databases java
10
PKGNAMESUFFIX=	-jdbc
10
PKGNAMESUFFIX=	-jdbc
11
11
(-)postgresql-pltcl/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/databases/postgresql-pltcl/Makefile,v 1.11 2004/02/04 05:19:07 marcus Exp $
5
# $FreeBSD: ports/databases/postgresql-pltcl/Makefile,v 1.11 2004/02/04 05:19:07 marcus Exp $
6
#
6
#
7
7
8
PORTREVISION=	1
8
PORTREVISION=	0
9
CATEGORIES=	databases tcl${TCLVERSION:S/.//}
9
CATEGORIES=	databases tcl${TCLVERSION:S/.//}
10
PKGNAMESUFFIX=	-pltcl
10
PKGNAMESUFFIX=	-pltcl
11
11
(-)postgresql7/Makefile (-2 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	7.4.2
9
PORTVERSION?=	7.4.3
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 91-98 Link Here
91
.endif
91
.endif
92
92
93
.if defined(WITH_HEIMDAL_KRB5)
93
.if defined(WITH_HEIMDAL_KRB5)
94
KRB5CONF=	/usr/bin/krb5-config
95
WITH_KRB5=	yes
94
WITH_KRB5=	yes
95
.if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a)
96
CONFIGURE_ARGS+=	--with-krb5=${HEIMDAL_HOME}
97
KRB5CONF=	${HEIMDAL_HOME}/bin/krb5-config
98
.elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a)
99
CONFIGURE_ARGS+=	--with-krb5=${DESTDIR}/usr
100
KRB5CONF=	${DESTDIR}/usr/bin/krb5-config
101
.else
102
LIB_DEPENDS+=	krb5:${PORTSDIR}/security/heimdal
103
CONFIGURE_ARGS+=	--with-krb5=${LOCALBASE}
104
KRB5CONF=	${LOCALBASE}/bin/krb5-config
105
.endif
96
.endif
106
.endif
97
107
98
.include <bsd.port.pre.mk>
108
.include <bsd.port.pre.mk>
(-)postgresql7/distinfo (-8 / +8 lines)
Lines 1-8 Link Here
1
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
1
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
2
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
2
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
3
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
3
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
4
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
4
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
5
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
5
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
6
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
6
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
7
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
7
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
8
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
8
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
(-)postgresql7/pkg-install (-5 / +5 lines)
Lines 6-16 Link Here
6
6
7
DB_DIR=${PKG_PREFIX}/pgsql
7
DB_DIR=${PKG_PREFIX}/pgsql
8
8
9
backupwarning() {
9
backupwarning() { echo "
10
	echo "
10
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
11
NOTICE: unlike most minor versions, this version does require
11
*does require* some updates to the pg_* system tables.  Full
12
some updates to the pg_* system tables.  Full instructions for
12
instructions for how to do this are included in the full HISTORY file.
13
how to do this are included in the full HISTORY file.
13
14
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
14
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
15
15
16
  =========== BACKUP YOUR DATA! =============
16
  =========== BACKUP YOUR DATA! =============
(-)postgresql7/pkg-plist (+3 lines)
Lines 128-133 Link Here
128
%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo
128
%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo
129
%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
129
%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
130
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
130
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
131
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo
132
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo
133
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo
131
%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
134
%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
132
%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo
135
%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo
133
%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo
136
%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo

Return to bug 68456