most recent changes, diff for cryptlib

Index: devel/cryptlib/Portfile
--- devel/cryptlib/Portfile (revision 34179)
+++ devel/cryptlib/Portfile (revision 34180)
@@ -1,9 +1,9 @@
# $Id$

PortSystem 1.0
+
name cryptlib
-version 3.1
-revision 2
+version 3.3.1
categories devel security crypto
maintainers nomaintainer
description cryptlib is a powerful security toolkit (library)
@@ -20,9 +20,10 @@

homepage http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
master_sites ftp://ftp.franken.de/pub/crypt/cryptlib/
-distname cl31
+distname cl331
use_zip yes
-checksums md5 d732c7d527debbd01848c303e62efa13
+checksums md5 3e93e5aa0b33fb1d5b05b099f01e0afe \
+ sha1 892a891a52b946e86664909157a290e30e1b1fe3

worksrcdir cryptlib
pre-extract {
@@ -30,16 +31,6 @@
extract.post_args "-d ${worksrcpath}"
}

-patchfiles patch-cert__certechk.c patch-cert__certedef.c \
- patch-device__dev_sys.c \
- patch-keyset__dbxdbms.c patch-keyset__dbxdca.c \
- patch-keyset__dbxpgp.c patch-keyset__dbxp15w.c \
- patch-cryptcfg.c patch-cryptkrn.c patch-cryptusr.c \
- patch-misc__net_http.c patch-misc__net_tcp.c \
- patch-misc__stream.c \
- patch-session__cmp_rd.c patch-session__scep.c \
- patch-session__ssh.c patch-makefile
-
use_configure no

build.target default shared
@@ -63,14 +54,14 @@

platform darwin {
global cryptlibDylib cryptlibDylibLink
- set cryptlibDylib libcl.3.1.dylib
+ set cryptlibDylib libcl.3.3.dylib
set cryptlibDylibLink libcl.dylib
}

platform sunos {
global cryptlibDylib cryptlibDylibLink
patchfiles-append patch-makefile.sunos
- set cryptlibDylib libcl.so.3.1.0
+ set cryptlibDylib libcl.so.3.3
set cryptlibDylibLink libcl.so
}