19603499 Unzip TPNO shall be corrected s11u2-sru
authorJan Noha <jan.noha@oracle.com>
Tue, 16 Sep 2014 06:17:47 -0700
branchs11u2-sru
changeset 3313 e92c31338d3e
parent 3308 8ff992d9ebbe
child 3314 d9e2a20bc0aa
19603499 Unzip TPNO shall be corrected
components/unzip/Makefile
components/unzip/unzip.p5m
--- a/components/unzip/Makefile	Tue Sep 16 22:49:23 2014 -0700
+++ b/components/unzip/Makefile	Tue Sep 16 06:17:47 2014 -0700
@@ -19,7 +19,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
@@ -34,6 +34,8 @@
 COMPONENT_PROJECT_URL=http://www.info-zip.org/UnZip.html
 COMPONENT_BUGDB=	utility/zip
 
+TPNO=			16388
+
 include ../../make-rules/prep.mk
 include ../../make-rules/justmake.mk
 include ../../make-rules/ips.mk
--- a/components/unzip/unzip.p5m	Tue Sep 16 22:49:23 2014 -0700
+++ b/components/unzip/unzip.p5m	Tue Sep 16 06:17:47 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 volatile>
@@ -28,7 +28,7 @@
 set name=pkg.description value="The Info-Zip (unzip) decompression utility"
 set name=pkg.summary value="Info-Zip (unzip)"
 set name=com.oracle.info.description value="the unzip decompression utility"
-set name=com.oracle.info.tpno value=9100
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value="org.opensolaris.category.2008:Applications/System Utilities "
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)