Revision
144242
Author
khindenburg@macports.org
Date
2016-01-04 19:49:01 -0800 (Mon, 04 Jan 2016)

Log Message

ssldump: move to sourceforge; verified checksums are still valid

Modified Paths

Diff

Modified: trunk/dports/net/ssldump/Portfile (144241 => 144242)


--- trunk/dports/net/ssldump/Portfile	2016-01-05 03:27:29 UTC (rev 144241)
+++ trunk/dports/net/ssldump/Portfile	2016-01-05 03:49:01 UTC (rev 144242)
@@ -17,19 +17,21 @@
                     and displays them in a textual form to stdout. If provided \
                     with the appropriate keying material, it will also decrypt \
                     the connections and display the application data traffic.
-homepage            http://www.rtfm.com/ssldump/
 platforms           darwin
-master_sites        ${homepage}
-checksums           md5 ac8c28fe87508d6bfb06344ec496b1dd \
-                    sha1 a633a9a811a138eac5ed440d583473b644135ef5 \
-                    rmd160 941cf8f2ef8459ec4f9ce65772e134505d46566f
 
+homepage            http://ssldump.sourceforge.net
+master_sites        sourceforge:project/${name}/${name}/${version}
+
+checksums           rmd160  941cf8f2ef8459ec4f9ce65772e134505d46566f \
+                    sha256  6422c16718d27c270bbcfcc1272c4f9bd3c0799c351f1d6dd54fdc162afdab1e
+
 depends_build       port:libtool
 
 depends_lib         port:libpcap \
                     path:lib/libssl.dylib:openssl
 
 patchfiles          patch-ssl_ssldecode_c
+
 pre-configure {
     xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath}
 }
@@ -50,6 +52,3 @@
     # Trash INSTALL because the FS might be case unsensitive.
     file delete -force ${worksrcpath}/INSTALL
 }
-
-livecheck.type  regex
-livecheck.regex {The current version is (.*)}