19078624 p7zip version 9.20.1 needs a TPNO at the appropriate juncture s11-update
authorDanek Duvall <danek.duvall@oracle.com>
Fri, 14 Nov 2014 15:24:09 -0800
branchs11-update
changeset 3469 00a862088745
parent 3467 de2c1a2b2040
child 3470 6041218540eb
19078624 p7zip version 9.20.1 needs a TPNO at the appropriate juncture
components/p7zip/Makefile
components/p7zip/p7zip.p5m
--- a/components/p7zip/Makefile	Fri Nov 14 05:49:51 2014 -0800
+++ b/components/p7zip/Makefile	Fri Nov 14 15:24:09 2014 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2013, 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
@@ -37,6 +37,8 @@
 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/p7zip/p7zip/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/p7zip
 
+TPNO=			20368
+
 include ../../make-rules/prep.mk
 include ../../make-rules/justmake.mk
 include ../../make-rules/ips.mk
--- a/components/p7zip/p7zip.p5m	Fri Nov 14 05:49:51 2014 -0800
+++ b/components/p7zip/p7zip.p5m	Fri Nov 14 15:24:09 2014 -0800
@@ -19,7 +19,7 @@
 #
 
 #
-# 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>
@@ -29,6 +29,7 @@
     value="P7zip is a unix port of the 7-Zip utility.  It has support for numerous compression algorithms, including LZMA and LZMA2, as well as for various archive and compression file formats, including 7z, xz, bzip2, gzip, tar, zip (read-write) and cab, cpio, deb, lzh, rar, and rpm (read-only)."
 set name=pkg.summary value="The p7zip compression and archiving utility"
 set name=com.oracle.info.description value="the p7zip compression and archiving utility"
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification value=org.opensolaris.category.2008:System/Core
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)