16172208 Need to adjust COMPONENT_BUGDB for net-ssleay and pyopenssl
authorRich Burridge <rich.burridge@oracle.com>
Wed, 16 Jan 2013 07:41:00 -0800
changeset 1122 b156e774aad0
parent 1121 d7ac717f665d
child 1123 cb43164c5dd1
16172208 Need to adjust COMPONENT_BUGDB for net-ssleay and pyopenssl
components/perl_modules/net-ssleay/Makefile
components/python/pyopenssl/Makefile
--- a/components/perl_modules/net-ssleay/Makefile	Tue Jan 15 02:16:22 2013 -0800
+++ b/components/perl_modules/net-ssleay/Makefile	Wed Jan 16 07:41:00 2013 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -33,7 +33,7 @@
 COMPONENT_ARCHIVE_HASH=	\
     sha256:e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce
 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/openssl
+COMPONENT_BUGDB=	perl-mod/net-ssleay
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/makemaker.mk
--- a/components/python/pyopenssl/Makefile	Tue Jan 15 02:16:22 2013 -0800
+++ b/components/python/pyopenssl/Makefile	Wed Jan 16 07:41:00 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -32,7 +32,7 @@
 COMPONENT_ARCHIVE_HASH=	\
     sha256:42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd
 COMPONENT_ARCHIVE_URL=	http://launchpad.net/pyopenssl/main/0.11/+download/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/openssl
+COMPONENT_BUGDB=	python-mod/pyopenssl
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk