# HG changeset patch # User Rich Burridge # Date 1408115402 25200 # Node ID e00ca9ce4b5f53d78086f4f9fb6abaf0dfcc3cff # Parent bd7839afa9484b9c79be1ded91854b09f41152d1 19078492 erlang version R15B03 needs a TPNO in due course 19078535 libassuan version 2.0.1 needs a TPNO when the moment is right diff -r bd7839afa948 -r e00ca9ce4b5f components/erlang/Makefile --- 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 diff -r bd7839afa948 -r e00ca9ce4b5f components/erlang/erlang-doc.p5m --- 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) diff -r bd7839afa948 -r e00ca9ce4b5f components/erlang/erlang.p5m --- 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) diff -r bd7839afa948 -r e00ca9ce4b5f components/libassuan/Makefile --- 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 diff -r bd7839afa948 -r e00ca9ce4b5f components/libassuan/libassuan.p5m --- 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. # 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)