19078668 unixODBC version 2.3.1 needs a TPNO s11-update
authorStefan Teleman <stefan.teleman@oracle.com>
Tue, 17 Mar 2015 21:54:34 -0700
branchs11-update
changeset 3967 ec691805322c
parent 3963 d7267ce72f9d
child 3968 266f10e491cb
19078668 unixODBC version 2.3.1 needs a TPNO
components/unixodbc/Makefile
components/unixodbc/unixodbc.p5m
--- a/components/unixodbc/Makefile	Mon Mar 16 23:00:56 2015 -0700
+++ b/components/unixodbc/Makefile	Tue Mar 17 21:54:34 2015 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -35,6 +35,8 @@
 
 COMPONENT_BUGDB=	library/unixodbc
 
+TPNO=			9099
+
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
--- a/components/unixodbc/unixodbc.p5m	Mon Mar 16 23:00:56 2015 -0700
+++ b/components/unixodbc/unixodbc.p5m	Tue Mar 17 21:54:34 2015 -0700
@@ -27,6 +27,7 @@
 set name=pkg.description \
     value="An Open Source implementation of the ODBC Standard providing a Library Framework for Software Development"
 set name=com.oracle.info.description value="the UnixODBC Subsystem and SDK"
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:Development/Databases
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)