databases/postgresql-odbc: Update version 09.05.0210=>09.05.0400
- Use proper usage of OPTIONSNG
This commit is contained in:
parent
05c46e1de5
commit
5de9420366
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420038
2 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 09.05.0210
|
||||
PORTVERSION= 09.05.0400
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= PGSQL/odbc/versions/src
|
||||
PKGNAMESUFFIX= -odbc
|
||||
|
@ -17,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
|||
LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||
|
||||
USES= libtool pgsql
|
||||
USE_OPENSSL= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -33,10 +32,12 @@ PLIST_FILES= lib/psqlodbcw.so
|
|||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.sql ${STAGEDIR}${EXAMPLESDIR}/
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.sql ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (postgresql/psqlodbc-09.05.0210.tar.gz) = ac114b281dfffc9743ba334672ea273b7a0dcdd76519c67e4f40f8a87afe270c
|
||||
SIZE (postgresql/psqlodbc-09.05.0210.tar.gz) = 808552
|
||||
TIMESTAMP = 1470771983
|
||||
SHA256 (postgresql/psqlodbc-09.05.0400.tar.gz) = c9fde1c104065e81813d79eb29bb7e715d64697bdda031ff01e40e3ad59e3ad3
|
||||
SIZE (postgresql/psqlodbc-09.05.0400.tar.gz) = 812613
|
||||
|
|
Loading…
Reference in a new issue