Index: Portfile
===================================================================
--- Portfile	(revision 132565)
+++ Portfile	(working copy)
@@ -4,7 +4,7 @@
 PortGroup  muniversal 1.0
 
 name                openssl
-version             1.0.1k
+version             1.0.2
 epoch               1
 
 # At least the following ports statically link OpenSSL and need to be revbumped
@@ -31,14 +31,14 @@
     cryptography library.
 
 master_sites        http://www.openssl.org/source/
-checksums           md5     d4f002bd22a56881340105028842ae1f \
-                    sha1    19d818e202558c212a9583fcdaf876995a633ddf \
-                    rmd160  e22c085189c6ce640378f0cc67faa512b4b873f2 \
-                    sha256  8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c
+checksums           md5     38373013fc85c790aabf8837969c5eba \
+                    sha1    2f264f7f6bb973af444cd9fc6ee65c8588f610cc \
+                    rmd160  a5452cd1fd380dcbc1dd53d8e50da6ec632ebd6e \
+                    sha256  8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9
 
 depends_lib         port:zlib
 
-patchfiles          patch-Makefile.org.diff patch-crypto-Makefile.diff \
+patchfiles          patch-crypto-Makefile.diff \
                     patch-Makefile.org-parallel.diff \
                     patch-bn_internal.pod.diff patch-Configure.diff
 
Index: files/patch-Configure.diff
===================================================================
--- files/patch-Configure.diff	(revision 132565)
+++ files/patch-Configure.diff	(working copy)
@@ -1,11 +1,11 @@
---- Configure.orig	2012-02-11 18:32:16.000000000 -0800
-+++ Configure	2012-02-11 18:34:10.000000000 -0800
-@@ -1869,7 +1869,7 @@ BEGIN
+--- Configure.orig	2015-01-22 09:58:32.000000000 -0500
++++ Configure	2015-02-04 15:47:12.000000000 -0500
+@@ -2055,7 +2055,7 @@
  	    VALUE "ProductVersion", "$version\\0"
  	    // Optional:
  	    //VALUE "Comments", "\\0"
--	    VALUE "LegalCopyright", "Copyright © 1998-2005 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0"
-+	    VALUE "LegalCopyright", "Copyright (c) 1998-2005 The OpenSSL Project. Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0"
+-	    VALUE "LegalCopyright", "Copyright  © 1998-2005 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0"
++	    VALUE "LegalCopyright", "Copyright  (c) 1998-2005 The OpenSSL Project. Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0"
  	    //VALUE "LegalTrademarks", "\\0"
  	    //VALUE "PrivateBuild", "\\0"
  	    //VALUE "SpecialBuild", "\\0"
