Ticket #48579: libsodium-release.diff

File libsodium-release.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)
  • Portfile

     
    88github.setup        jedisct1 libsodium 1.0.3
    99
    1010# Stealth update (v1.0.3)
    11 dist_subdir         ${name}/${version}_1
     11dist_subdir         ${name}/${version}_2
    1212
    1313categories          devel security
    1414platforms           darwin
     
    2121long_description    libsodium is a library for network communication, \
    2222                    encryption, decryption, signatures, etc.
    2323
    24 checksums           rmd160  c7d2931ebcd896372e8a27eecb6a4b71c9dd6c72 \
    25                     sha256  bc8218fa70d838db4e3a5498418b126152253989a295d04b6bcdb940a373196e
     24github.tarball_from releases
    2625
    27 depends_build-append \
    28                     port:autoconf \
    29                     port:automake \
    30                     port:libtool
     26checksums           rmd160  1a07567d5fa89e54085168ad04e0e63abf6080e7 \
     27                    sha256  cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288
    3128
    32 pre-configure {
    33     system -W ${worksrcpath} "./autogen.sh"
    34 }
    35 
    3629test.run            yes
    3730test.target         check