Ticket #27309: Portfile-py26-crypto.diff

File Portfile-py26-crypto.diff, 1.2 KB (added by mike-savory, 13 years ago)
  • Portfile

    old new  
    44PortGroup        python26 1.0
    55
    66name             py26-crypto
    7 version          2.0.1
     7version          2.3
    88revision         1
    99categories       python security
    1010platforms        darwin freebsd
     
    1515  ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \
    1616  RSA, DSA, ElGamal, qNEW.
    1717
    18 homepage         http://www.amk.ca/python/code/crypto.html
    19 master_sites     http://www.amk.ca/files/python/crypto/
     18homepage         http://www.dlitz.net/software/pycrypto/
     19master_sites     http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
    2020distname         pycrypto-${version}
    2121
    22 checksums        md5 4d5674f3898a573691ffb335e8d749cd \
    23                  sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f \
    24                  rmd160 5ce938a24f77f414e42680c17ef9b6dc8de94a2e
    25 
    26 patchfiles       patch-hash_modules.diff
     22checksums           md5     2b811cfbfc342d83ee614097effb8101 \
     23                    sha1    96b33b77e729893bd0837a09a6aa7a12b5070037 \
     24                    rmd160  5b7b15aab3f5e33113ba197a2edd629c72595374
    2725
    2826#test.run        yes
    2927#test.cmd        ${python.bin} test.py