[57364] trunk/dports/devel/beecrypt

ryandesign at macports.org ryandesign at macports.org
Thu Sep 10 00:13:56 PDT 2009


Revision: 57364
          http://trac.macports.org/changeset/57364
Author:   ryandesign at macports.org
Date:     2009-09-10 00:13:51 -0700 (Thu, 10 Sep 2009)
Log Message:
-----------
beecrypt: update to 4.2.1 and disable c++ and java interfaces; fixes build failures (#20352, #21207)

The idea to use --disable-openmp to fix Snow Leopard's build came from
http://aur.archlinux.org/packages.php?ID=16857

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

Removed Paths:
-------------
    trunk/dports/devel/beecrypt/files/

Modified: trunk/dports/devel/beecrypt/Portfile
===================================================================
--- trunk/dports/devel/beecrypt/Portfile	2009-09-10 07:06:29 UTC (rev 57363)
+++ trunk/dports/devel/beecrypt/Portfile	2009-09-10 07:13:51 UTC (rev 57364)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name             beecrypt
-version          4.1.2
-revision         1
+version          4.2.1
 categories       devel
 maintainers      nomaintainer
 description      cryptography toolkit
@@ -16,18 +15,13 @@
 homepage         http://sourceforge.net/projects/beecrypt/
 platforms        darwin freebsd
 master_sites     sourceforge
-checksums        md5 820d26437843ab0a6a8a5151a73a657c
+checksums        md5     8441c014170823f2dff97e33df55af1e \
+                 sha1    b1c62c2480c79302a8ca5c09063b3d654275eae0 \
+                 rmd160  2602b07bdd28d8d4a352199eca3d17b771098d66
 
 depends_lib      port:icu
 
-patchfiles       patch-c++__Makefile.in \
-                 patch-c++__beeyond__BeeCertificate.h \
-                 patch-c++__security__Security.h
-
-configure.args   --without-python
-
-platform puredarwin {
-	depends_run-append    bin:python:python24
-	configure.args-delete --without-python
-	configure.args-append --without-java
-}
+configure.args   --disable-openmp \
+                 --without-cplusplus \
+                 --without-java \
+                 --without-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090910/977f9011/attachment.html>


More information about the macports-changes mailing list