[64000] trunk/dports/devel/libcryptopp

ryandesign at macports.org ryandesign at macports.org
Fri Feb 19 21:33:35 PST 2010


Revision: 64000
          http://trac.macports.org/changeset/64000
Author:   ryandesign at macports.org
Date:     2010-02-19 21:33:34 -0800 (Fri, 19 Feb 2010)
Log Message:
-----------
libcryptopp: update to 5.6.0; see #23462

Modified Paths:
--------------
    trunk/dports/devel/libcryptopp/Portfile

Added Paths:
-----------
    trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff

Removed Paths:
-------------
    trunk/dports/devel/libcryptopp/files/patch-GNUmakefile

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2010-02-20 05:30:34 UTC (rev 63999)
+++ trunk/dports/devel/libcryptopp/Portfile	2010-02-20 05:33:34 UTC (rev 64000)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		libcryptopp
-version		5.5.2
+version		5.6.0
 categories	devel security
 platforms	darwin
 maintainers	nomaintainer
@@ -16,15 +16,15 @@
 		${homepage} \
 		http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/ \
 		http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/
-distname	cryptopp552
-checksums	md5 a889be9d9ad5c202c925fb105caa4857 \
-		sha1 18efe451b3c682f40db75dc2b09cb448a835e7d6 \
-		rmd160 8929795b654d7186b2b38714d22a57ea01862dbd
+distname	cryptopp[strsed ${version} {g/\.//}]
+checksums	md5 36f35789ad60489d58003d3c849807e8 \
+		sha1 b836783ebd72d5bc6a916620ab2b1ecec316fef1 \
+		rmd160 82e5061ec76f23643ba5477ab28bbee6eebd393a
 use_zip		yes
 
 extract.mkdir	yes
 
-patchfiles	patch-GNUmakefile
+patchfiles	patch-GNUmakefile.diff
 
 use_configure	no
 

Deleted: trunk/dports/devel/libcryptopp/files/patch-GNUmakefile
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-GNUmakefile	2010-02-20 05:30:34 UTC (rev 63999)
+++ trunk/dports/devel/libcryptopp/files/patch-GNUmakefile	2010-02-20 05:33:34 UTC (rev 64000)
@@ -1,11 +0,0 @@
---- GNUmakefile.orig	2009-09-02 08:43:04.000000000 -0700
-+++ GNUmakefile	2009-09-02 08:43:18.000000000 -0700
-@@ -29,7 +29,7 @@
- 
- ifneq ($(GCC34_OR_LATER) $(INTEL_COMPILER),0 0)
- ifneq ($(GCC42_OR_LATER),0)
--CXXFLAGS += -march=native -mtune=native
-+CXXFLAGS += 
- else
- # -msse2 is in GCC 3.3, but it causes internal compiler error on salsa.cpp,
- # so don't use it unless we're at GCC 3.4 or later

Copied: trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff (from rev 63941, trunk/dports/devel/libcryptopp/files/patch-GNUmakefile)
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff	                        (rev 0)
+++ trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff	2010-02-20 05:33:34 UTC (rev 64000)
@@ -0,0 +1,11 @@
+--- GNUmakefile.orig	2010-01-28 23:24:27.000000000 +0100
++++ GNUmakefile	2010-01-28 23:24:41.000000000 +0100
+@@ -32,7 +32,7 @@
+ 
+ ifneq ($(GCC42_OR_LATER),0)
+ ifneq ($(UNAME),Darwin)
+-CXXFLAGS += -march=native -mtune=native
++CXXFLAGS +=
+ endif
+ endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100219/30bf7dbb/attachment.html>


More information about the macports-changes mailing list