svn commit: r420038 - head/databases/postgresql-odbc

Muhammad Moinur Rahman bofh at FreeBSD.org
Wed Aug 10 21:07:07 UTC 2016


Author: bofh
Date: Wed Aug 10 21:07:06 2016
New Revision: 420038
URL: https://svnweb.freebsd.org/changeset/ports/420038

Log:
  databases/postgresql-odbc: Update version 09.05.0210=>09.05.0400
  
  - Use proper usage of OPTIONSNG

Modified:
  head/databases/postgresql-odbc/Makefile
  head/databases/postgresql-odbc/distinfo

Modified: head/databases/postgresql-odbc/Makefile
==============================================================================
--- head/databases/postgresql-odbc/Makefile	Wed Aug 10 20:00:35 2016	(r420037)
+++ head/databases/postgresql-odbc/Makefile	Wed Aug 10 21:07:06 2016	(r420038)
@@ -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>

Modified: head/databases/postgresql-odbc/distinfo
==============================================================================
--- head/databases/postgresql-odbc/distinfo	Wed Aug 10 20:00:35 2016	(r420037)
+++ head/databases/postgresql-odbc/distinfo	Wed Aug 10 21:07:06 2016	(r420038)
@@ -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


More information about the svn-ports-all mailing list