20161868 libidn has the wrong TPNO s11-update
authorRich Burridge <rich.burridge@oracle.com>
Fri, 05 Dec 2014 14:56:34 -0800
branchs11-update
changeset 3517 d6e2aee5c85d
parent 3512 faf406e3f7c1
child 3518 bf1e8995b186
20161868 libidn has the wrong TPNO
components/libidn/Makefile
components/libidn/libidn.p5m
--- a/components/libidn/Makefile	Tue Dec 02 05:29:57 2014 -0800
+++ b/components/libidn/Makefile	Fri Dec 05 14:56:34 2014 -0800
@@ -39,6 +39,8 @@
     sha256:7423f48d15fb1377ee0050c3e1f22e8a91668c2f158afed57b8ead3fed908785
 COMPONENT_ARCHIVE_URL_1 = http://download.berlios.de/tldchk/$(COMPONENT_ARCHIVE_1)
 
+TPNO=			8441
+
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
--- a/components/libidn/libidn.p5m	Tue Dec 02 05:29:57 2014 -0800
+++ b/components/libidn/libidn.p5m	Fri Dec 05 14:56:34 2014 -0800
@@ -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 uncommitted>
 
@@ -26,7 +26,7 @@
 set name=pkg.summary value="IDN - The Internationalized Domains Library"
 set name=pkg.description value="A fully documented implementation of the Stringprep, Punycode and IDNA specifications for the purpose of encoding and decoding internationalized domain names"
 set name=com.oracle.info.description value="the libidn Internationalized Domains Library"
-set name=com.oracle.info.tpno value=8079
+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)