[64737] trunk/dports/devel/libssh2/Portfile

nox at macports.org nox at macports.org
Mon Mar 15 06:13:52 PDT 2010


Revision: 64737
          http://trac.macports.org/changeset/64737
Author:   nox at macports.org
Date:     2010-03-15 06:13:51 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update libssh2 to 1.2.4

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

Modified: trunk/dports/devel/libssh2/Portfile
===================================================================
--- trunk/dports/devel/libssh2/Portfile	2010-03-15 13:13:40 UTC (rev 64736)
+++ trunk/dports/devel/libssh2/Portfile	2010-03-15 13:13:51 UTC (rev 64737)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup  archcheck 1.0
 PortGroup  muniversal 1.0
 
 name		  libssh2
-version		  1.2.2
+version		  1.2.4
 categories	  devel net
 platforms	  darwin
 maintainers	  pmq openmaintainer
@@ -19,12 +20,17 @@
 
 homepage	  http://www.libssh2.org/
 master_sites	  ${homepage}download/ sourceforge
-checksums	  md5     fa8d9cd425bdd62f57244fc61fb54da7 \
-		  sha1    d1a52cd4949efc7befcd61052de7fce4ae3e7415 \
-		  rmd160  21e90f957019c11d0447352c5ac19c9dc3f8dd5c
 
+checksums     md5     4d65a66d5f232e5bb1d05b311e43d46d \
+              sha1    dcc8a0b1352114b10db20bf895ecb9e7272de094 \
+              rmd160  1ef203bd7399be1ef0f312cc4317edf766a0dc7f
+
 depends_lib	  port:openssl port:zlib
 
+archcheck.files \
+    lib/libcrypto.dylib \
+    lib/libz.dylib
+
 configure.env-append	NM="/usr/bin/nm -p"
 
 post-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/17162378/attachment.html>


More information about the macports-changes mailing list