Update to 0.08
PR: 214312 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Approved by: maintainer
This commit is contained in:
parent
0fd344dcd4
commit
3677135042
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427875
2 changed files with 8 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-Sodium
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,8 +15,10 @@ LICENSE_COMB= dual
|
|||
|
||||
LIB_DEPENDS= libsodium.so:security/libsodium
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
USES= perl5
|
||||
USES= perl5 localbase
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Sodium/Sodium.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Crypt-Sodium-0.07.tar.gz) = 341ecb7459c3895cdfae421c5cc67d8b12ed95128f4081ef8e523f534845d580
|
||||
SIZE (Crypt-Sodium-0.07.tar.gz) = 50467
|
||||
TIMESTAMP = 1478602537
|
||||
SHA256 (Crypt-Sodium-0.08.tar.gz) = 761f3b89e29a906d5138b3a942c2b0999bdd95ed2d7e7ab5106529d321c28695
|
||||
SIZE (Crypt-Sodium-0.08.tar.gz) = 51074
|
||||
|
|
Loading…
Reference in a new issue