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

(-)databases/postgresql-odbc/Makefile (-10 / +5 lines)
Lines 20-26 Link Here
20
# this is considered to be a part of the `postgresql' port.
20
# this is considered to be a part of the `postgresql' port.
21
21
22
PORTNAME=		postgresql
22
PORTNAME=		postgresql
23
PORTVERSION=		08.03.0200
23
PORTVERSION=		08.03.0300
24
CATEGORIES=		databases
24
CATEGORIES=		databases
25
MASTER_SITES=		${MASTER_SITE_PGSQL}
25
MASTER_SITES=		${MASTER_SITE_PGSQL}
26
MASTER_SITE_SUBDIR=	odbc/versions/src
26
MASTER_SITE_SUBDIR=	odbc/versions/src
Lines 55-72 Link Here
55
DATADIR_1=	${DATADIR}/odbc
55
DATADIR_1=	${DATADIR}/odbc
56
DOCSDIR_1=	${DOCSDIR}/odbc
56
DOCSDIR_1=	${DOCSDIR}/odbc
57
post-install:
57
post-install:
58
.if !defined(NOPORTDATA)
58
	@${MKDIR} ${DATADIR_1}
59
	@${MKDIR} ${DATADIR_1}
59
	${INSTALL_DATA} ${WRKSRC}/odbc.sql ${DATADIR_1}
60
	${INSTALL_DATA} ${WRKSRC}/*.sql ${DATADIR_1}
60
	${INSTALL_DATA} ${WRKSRC}/odbc-drop.sql ${DATADIR_1}
61
.endif
61
.if !defined(NOPORTDOCS)
62
.if !defined(NOPORTDOCS)
62
	@${MKDIR} ${DOCSDIR_1}
63
	@${MKDIR} ${DOCSDIR_1}
63
	${TAR} -C ${WRKSRC}/docs --exclude '*Makefile*' -cf - . \
64
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR_1}
64
	 | ${TAR} -C ${DOCSDIR_1} --unlink -xf -
65
.if !defined(INSTALL_AS_USER)
66
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR_1}
67
	${FIND} ${DOCSDIR_1} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
68
	${FIND} ${DOCSDIR_1} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
69
.endif
70
.endif
65
.endif
71
66
72
.include <bsd.port.mk>
67
.include <bsd.port.mk>
(-)databases/postgresql-odbc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (postgresql/psqlodbc-08.03.0200.tar.gz) = 4950e71c215764ff3beeb7a505c1321a
1
MD5 (postgresql/psqlodbc-08.03.0300.tar.gz) = bfa587da877407c22ee3343209efd44d
2
SHA256 (postgresql/psqlodbc-08.03.0200.tar.gz) = 41f9cea3ce13d8959538e97318c9cc32722ebc7bc9ad6545f6a20ebdff830190
2
SHA256 (postgresql/psqlodbc-08.03.0300.tar.gz) = 667b069a62edcbcbf320607fe14f4736d45c8b5628a650880b1dd7e3ddd46220
3
SIZE (postgresql/psqlodbc-08.03.0200.tar.gz) = 757833
3
SIZE (postgresql/psqlodbc-08.03.0300.tar.gz) = 730083
(-)databases/postgresql-odbc/pkg-plist (-3 / +3 lines)
Lines 15-20 Link Here
15
%%PORTDOCS%%%%DOCSDIR%%/odbc/unix-compilation.html
15
%%PORTDOCS%%%%DOCSDIR%%/odbc/unix-compilation.html
16
%%PORTDOCS%%%%DOCSDIR%%/odbc/win32-compilation.html
16
%%PORTDOCS%%%%DOCSDIR%%/odbc/win32-compilation.html
17
%%PORTDOCS%%@dirrm %%DOCSDIR%%/odbc
17
%%PORTDOCS%%@dirrm %%DOCSDIR%%/odbc
18
share/postgresql/odbc/odbc-drop.sql
18
%%PORTDATA%%%%DATADIR%%/odbc/odbc-drop.sql
19
share/postgresql/odbc/odbc.sql
19
%%PORTDATA%%%%DATADIR%%/odbc/odbc.sql
20
@dirrm share/postgresql/odbc
20
%%PORTDATA%%@dirrm %%DATADIR%%/odbc

Return to bug 128307