From owner-svn-ports-head@FreeBSD.ORG Mon Mar 23 14:28:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 418C56A6; Mon, 23 Mar 2015 14:28:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C761379; Mon, 23 Mar 2015 14:28:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2NESJo3002501; Mon, 23 Mar 2015 14:28:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2NESIkr002498; Mon, 23 Mar 2015 14:28:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503231428.t2NESIkr002498@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Mar 2015 14:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382000 - head/security/p5-Crypt-Sodium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 14:28:19 -0000 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 (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 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