[87470] trunk/dports/security/scrypt/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 23 00:47:46 PST 2011


Revision: 87470
          http://trac.macports.org/changeset/87470
Author:   ryandesign at macports.org
Date:     2011-11-23 00:47:45 -0800 (Wed, 23 Nov 2011)
Log Message:
-----------
script: update to 1.1.6 (#28268); BSD license; update homepage; add openssl dependency; remove unnecessary configure.args; fix livecheck

Modified Paths:
--------------
    trunk/dports/security/scrypt/Portfile

Modified: trunk/dports/security/scrypt/Portfile
===================================================================
--- trunk/dports/security/scrypt/Portfile	2011-11-23 05:47:02 UTC (rev 87469)
+++ trunk/dports/security/scrypt/Portfile	2011-11-23 08:47:45 UTC (rev 87470)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                    scrypt
-version                 1.1.4
+version                 1.1.6
 description             key derivation function
 long_description        The scrypt key derivation function was originally developed \
     for use in the Tarsnap online backup system and is designed to be far more secure \
@@ -12,9 +12,17 @@
 maintainers             brett openmaintainer
 categories              security
 platforms               darwin
-homepage                http://www.tarsnap.com/scrypt
+license                 BSD
+
+homepage                http://www.tarsnap.com/scrypt.html
 master_sites            http://www.tarsnap.com/scrypt/
-checksums               sha1 05f53d661ae50e6df3cbf5d8ba2ec169e3fceeff
+
+checksums               rmd160  a395db33b7c638a4f0feba2bc76874cf634b33de \
+                        sha256  dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8
+
 extract.suffix          .tgz
-configure.args          --mandir=${prefix}/share/man
 
+depends_lib             port:openssl
+
+livecheck.type          regex
+livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111123/cc3a8a95/attachment.html>


More information about the macports-changes mailing list