19078492 erlang version R15B03 needs a TPNO in due course s11-update
authorRich Burridge <rich.burridge@oracle.com>
Fri, 15 Aug 2014 08:10:02 -0700
branchs11-update
changeset 3266 e00ca9ce4b5f
parent 3265 bd7839afa948
child 3267 442b27130f7a
19078492 erlang version R15B03 needs a TPNO in due course 19078535 libassuan version 2.0.1 needs a TPNO when the moment is right
components/erlang/Makefile
components/erlang/erlang-doc.p5m
components/erlang/erlang.p5m
components/libassuan/Makefile
components/libassuan/libassuan.p5m
--- a/components/erlang/Makefile	Fri Aug 15 01:56:37 2014 -0700
+++ b/components/erlang/Makefile	Fri Aug 15 08:10:02 2014 -0700
@@ -58,6 +58,8 @@
     sha256:d06f580f11d1303217a5c1cf8d68a98d7e01c535be934dcd430ecdc254f7572e
 COMPONENT_ARCHIVE_URL_2=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE_2)
 
+TPNO=			18548
+
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
--- a/components/erlang/erlang-doc.p5m	Fri Aug 15 01:56:37 2014 -0700
+++ b/components/erlang/erlang-doc.p5m	Fri Aug 15 08:10:02 2014 -0700
@@ -28,6 +28,7 @@
 set name=pkg.description value="Erlang HTML Documents"
 set name=pkg.human-version value=$(COMPONENT_VERSION)
 set name=com.oracle.info.description value="the Erlang/OTP Documentation"
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value="org.opensolaris.category.2008:Development/Other Languages"
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL_2)
--- a/components/erlang/erlang.p5m	Fri Aug 15 01:56:37 2014 -0700
+++ b/components/erlang/erlang.p5m	Fri Aug 15 08:10:02 2014 -0700
@@ -46,6 +46,7 @@
 set name=pkg.human-version value=$(COMPONENT_VERSION)
 set name=com.oracle.info.description \
     value="the Erlang programming language and OTP libraries"
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value="org.opensolaris.category.2008:Development/Other Languages"
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
--- a/components/libassuan/Makefile	Fri Aug 15 01:56:37 2014 -0700
+++ b/components/libassuan/Makefile	Fri Aug 15 08:10:02 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -32,6 +32,8 @@
 COMPONENT_ARCHIVE_URL=	ftp://ftp.gnupg.org/gcrypt/libassuan/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/gnupg
 
+TPNO=			18558
+
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
--- a/components/libassuan/libassuan.p5m	Fri Aug 15 01:56:37 2014 -0700
+++ b/components/libassuan/libassuan.p5m	Fri Aug 15 08:10:02 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 
@@ -26,6 +26,7 @@
 set name=pkg.summary value="GnuPG IPC implementation library"
 set name=pkg.description value="A small library implementing the so-called Assuan protocol, used for interprocess communication between most GnuPG components."
 set name=com.oracle.info.description value="the GnuPG IPC implementation library"
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)