[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / scrypt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/scrypt/Makefile between version 1.4 and 1.5

version 1.4, 2016/03/05 11:29:26 version 1.5, 2017/04/26 14:54:59
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       scrypt-1.2.0  DISTNAME=       scrypt-1.2.1
 PKGREVISION=    1  
 CATEGORIES=     security  CATEGORIES=     security
 MASTER_SITES=   https://www.tarsnap.com/scrypt/  MASTER_SITES=   https://www.tarsnap.com/scrypt/
 EXTRACT_SUFX=   .tgz  EXTRACT_SUFX=   .tgz
Line 12  COMMENT= Encrypt and decrypt files
Line 11  COMMENT= Encrypt and decrypt files
 LICENSE=        2-clause-bsd  LICENSE=        2-clause-bsd
   
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
   TEST_TARGET=    test
   UNLIMIT_RESOURCES=      datasize
   
 .include "../../security/openssl/buildlink3.mk"  .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>