svn commit: r382000 - head/security/p5-Crypt-Sodium

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 23 14:28:19 UTC 2015


Author: sunpoet
Date: Mon Mar 23 14:28:17 2015
New Revision: 382000
URL: https://svnweb.freebsd.org/changeset/ports/382000
QAT: https://qat.redports.org/buildarchive/r382000/

Log:
  - Update to 0.7
  - While I'm here, reorder knobs
  
  Changes:	http://search.cpan.org/dist/Crypt-Sodium/Changes
  PR:		198825
  Submitted by:	Thomas von Dein <freebsd at daemon.de> (maintainer)

Modified:
  head/security/p5-Crypt-Sodium/Makefile
  head/security/p5-Crypt-Sodium/distinfo   (contents, props changed)

Modified: head/security/p5-Crypt-Sodium/Makefile
==============================================================================
--- head/security/p5-Crypt-Sodium/Makefile	Mon Mar 23 14:12:30 2015	(r381999)
+++ head/security/p5-Crypt-Sodium/Makefile	Mon Mar 23 14:28:17 2015	(r382000)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt-Sodium
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +13,10 @@ COMMENT=	Perl bindings for portable NaCL
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USES=		perl5
-USE_PERL5=	configure
+LIB_DEPENDS=	libsodium.so:${PORTSDIR}/security/libsodium
 
-LIB_DEPENDS+=	libsodium.so:${PORTSDIR}/security/libsodium
 CFLAGS+=	-I${LOCALBASE}/include
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-Sodium/distinfo
==============================================================================
--- head/security/p5-Crypt-Sodium/distinfo	Mon Mar 23 14:12:30 2015	(r381999)
+++ head/security/p5-Crypt-Sodium/distinfo	Mon Mar 23 14:28:17 2015	(r382000)
@@ -1,2 +1,2 @@
-SHA256 (Crypt-Sodium-0.06.tar.gz) = 556ccd221feafc3fc12856a1732388de547b07bf35fe50b0a7a0a1f7e14948d6
-SIZE (Crypt-Sodium-0.06.tar.gz) = 50125
+SHA256 (Crypt-Sodium-0.07.tar.gz) = 341ecb7459c3895cdfae421c5cc67d8b12ed95128f4081ef8e523f534845d580
+SIZE (Crypt-Sodium-0.07.tar.gz) = 50467


More information about the svn-ports-head mailing list