diff options
author | bofh <bofh@FreeBSD.org> | 2016-08-11 05:07:06 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2016-08-11 05:07:06 +0800 |
commit | 943949a83e72e8f328a1decf2cc52fa93a1af048 (patch) | |
tree | 59fc9423f1d33f53b1b650002939e2810f8b3a17 /databases/postgresql-odbc | |
parent | 47ad3e7a51f61a6581310b61e27187ed2c4e9f2f (diff) | |
download | freebsd-ports-gnome-943949a83e72e8f328a1decf2cc52fa93a1af048.tar.gz freebsd-ports-gnome-943949a83e72e8f328a1decf2cc52fa93a1af048.tar.zst freebsd-ports-gnome-943949a83e72e8f328a1decf2cc52fa93a1af048.zip |
databases/postgresql-odbc: Update version 09.05.0210=>09.05.0400
- Use proper usage of OPTIONSNG
Diffstat (limited to 'databases/postgresql-odbc')
-rw-r--r-- | databases/postgresql-odbc/Makefile | 11 | ||||
-rw-r--r-- | databases/postgresql-odbc/distinfo | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index bf19c3e81fd5..1fa29f2018fc 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -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> diff --git a/databases/postgresql-odbc/distinfo b/databases/postgresql-odbc/distinfo index 72ebb076279c..e7ae9ef5ee26 100644 --- a/databases/postgresql-odbc/distinfo +++ b/databases/postgresql-odbc/distinfo @@ -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 |