[34180] trunk/dports/devel/cryptlib/Portfile

css at macports.org css at macports.org
Sat Feb 16 09:12:06 PST 2008


Revision: 34180
          http://trac.macosforge.org/projects/macports/changeset/34180
Author:   css at macports.org
Date:     2008-02-16 09:12:05 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
Update cryptlib to 3.3.1, although note that the installed lib is version 3.3 due to perhaps an upstream Makefile omission. (#13346)

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

Modified: trunk/dports/devel/cryptlib/Portfile
===================================================================
--- trunk/dports/devel/cryptlib/Portfile	2008-02-16 17:00:10 UTC (rev 34179)
+++ trunk/dports/devel/cryptlib/Portfile	2008-02-16 17:12:05 UTC (rev 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
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080216/701a9c97/attachment.html 


More information about the macports-changes mailing list