19078624 p7zip version 9.20.1 needs a TPNO at the appropriate juncture
authorDanek Duvall <danek.duvall@oracle.com>
Fri, 14 Nov 2014 15:24:09 -0800
changeset 2209 69f745d47612
parent 2208 393dee918e3c
child 2210 96a1346fe8ad
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 08:04:06 2014 -0800
+++ b/components/p7zip/Makefile	Fri Nov 14 15:24:09 2014 -0800
@@ -40,6 +40,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 08:04:06 2014 -0800
+++ b/components/p7zip/p7zip.p5m	Fri Nov 14 15:24:09 2014 -0800
@@ -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)