From owner-svn-ports-all@FreeBSD.ORG Sun Jun 8 13:25:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1FA3321; Sun, 8 Jun 2014 13:25:06 +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 B665F2592; Sun, 8 Jun 2014 13:25:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s58DP6mk073502; Sun, 8 Jun 2014 13:25:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s58DP6OL073499; Sun, 8 Jun 2014 13:25:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406081325.s58DP6OL073499@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Jun 2014 13:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357031 - head/security/p5-Crypt-GCrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 13:25:07 -0000 Author: sunpoet Date: Sun Jun 8 13:25:05 2014 New Revision: 357031 URL: http://svnweb.freebsd.org/changeset/ports/357031 QAT: https://qat.redports.org/buildarchive/r357031/ Log: - Update to 1.26 - Convert to new LIB_DEPENDS format - Reformat pkg-descr Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog Modified: head/security/p5-Crypt-GCrypt/Makefile head/security/p5-Crypt-GCrypt/distinfo head/security/p5-Crypt-GCrypt/pkg-descr Modified: head/security/p5-Crypt-GCrypt/Makefile ============================================================================== --- head/security/p5-Crypt-GCrypt/Makefile Sun Jun 8 13:24:58 2014 (r357030) +++ head/security/p5-Crypt-GCrypt/Makefile Sun Jun 8 13:25:05 2014 (r357031) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-GCrypt -PORTVERSION= 1.25 -PORTREVISION= 1 +PORTVERSION= 1.26 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +13,11 @@ COMMENT= Perl interface to the GNU Crypt LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= perl5 +CONFIGURE_ARGS= GCRYPTINCPATH=${LOCALBASE}/include \ + GCRYPTLIBPATH=${LOCALBASE}/lib USE_PERL5= configure -CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ - GCRYPTINCPATH=${LOCALBASE}/include +USES= perl5 .include Modified: head/security/p5-Crypt-GCrypt/distinfo ============================================================================== --- head/security/p5-Crypt-GCrypt/distinfo Sun Jun 8 13:24:58 2014 (r357030) +++ head/security/p5-Crypt-GCrypt/distinfo Sun Jun 8 13:25:05 2014 (r357031) @@ -1,2 +1,2 @@ -SHA256 (Crypt-GCrypt-1.25.tar.gz) = 9d0bccec5cbb57c6d3d5c65024c6a746762b6e6bfd699e23083708ec09456086 -SIZE (Crypt-GCrypt-1.25.tar.gz) = 38940 +SHA256 (Crypt-GCrypt-1.26.tar.gz) = 67b588e81d5f37301ff0f6c57d21fb6429cb2f826cc54e0fe897d360961b0fab +SIZE (Crypt-GCrypt-1.26.tar.gz) = 39972 Modified: head/security/p5-Crypt-GCrypt/pkg-descr ============================================================================== --- head/security/p5-Crypt-GCrypt/pkg-descr Sun Jun 8 13:24:58 2014 (r357030) +++ head/security/p5-Crypt-GCrypt/pkg-descr Sun Jun 8 13:25:05 2014 (r357031) @@ -1,5 +1,5 @@ -Crypt::GCrypt provides an object interface to the C libgcrypt library. -It currently supports symmetric encryption/decryption, while asymmetric -cryptography is being worked on. +Crypt::GCrypt provides an object interface to the C libgcrypt library. It +currently supports symmetric encryption/decryption and message digests, while +asymmetric cryptography is being worked on. WWW: http://search.cpan.org/dist/Crypt-GCrypt/