19603499 Unzip TPNO shall be corrected s11-update
authorJan Noha <jan.noha@oracle.com>
Mon, 15 Sep 2014 03:57:11 -0700
branchs11-update
changeset 3311 02a5635016ef
parent 3310 a1e1f9db62c6
child 3312 d92322de8ba5
19603499 Unzip TPNO shall be corrected
components/unzip/Makefile
components/unzip/unzip.p5m
--- a/components/unzip/Makefile	Wed Sep 17 12:02:35 2014 -0700
+++ b/components/unzip/Makefile	Mon Sep 15 03:57:11 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	Wed Sep 17 12:02:35 2014 -0700
+++ b/components/unzip/unzip.p5m	Mon Sep 15 03:57:11 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)