Modified: trunk/dports/php/php-scrypt/Portfile (148813 => 148814)
--- trunk/dports/php/php-scrypt/Portfile 2016-05-19 13:03:23 UTC (rev 148813)
+++ trunk/dports/php/php-scrypt/Portfile 2016-05-19 13:47:46 UTC (rev 148814)
@@ -5,7 +5,6 @@
PortGroup php 1.1
name php-scrypt
-version 1.4
categories-append security
platforms darwin
maintainers ryandesign openmaintainer
@@ -14,14 +13,15 @@
php.branches 5.3 5.4 5.5 5.6 7.0
php.pecl yes
+version 1.4.2
+checksums rmd160 710895123d695e17565a9ca8aaa1b74535731ed7 \
+ sha256 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c
+
description a PHP wrapper for scrypt
long_description ${name} is ${description}, key derivation function \
designed to be secure against hardware brute-force attacks.
-checksums rmd160 915651054c175fd31f5e550d48cf820e981acadf \
- sha256 7af6d24c973030c08dc5941a1a3dc40adacc80dd68a93483711ecb382b97a803
-
configure.args-append --enable-scrypt
use_parallel_build yes