Ticket #48579: libsodium-release.diff
File libsodium-release.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
Portfile
8 8 github.setup jedisct1 libsodium 1.0.3 9 9 10 10 # Stealth update (v1.0.3) 11 dist_subdir ${name}/${version}_ 111 dist_subdir ${name}/${version}_2 12 12 13 13 categories devel security 14 14 platforms darwin … … 21 21 long_description libsodium is a library for network communication, \ 22 22 encryption, decryption, signatures, etc. 23 23 24 checksums rmd160 c7d2931ebcd896372e8a27eecb6a4b71c9dd6c72 \ 25 sha256 bc8218fa70d838db4e3a5498418b126152253989a295d04b6bcdb940a373196e 24 github.tarball_from releases 26 25 27 depends_build-append \ 28 port:autoconf \ 29 port:automake \ 30 port:libtool 26 checksums rmd160 1a07567d5fa89e54085168ad04e0e63abf6080e7 \ 27 sha256 cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 31 28 32 pre-configure {33 system -W ${worksrcpath} "./autogen.sh"34 }35 36 29 test.run yes 37 30 test.target check