From owner-svn-ports-head@FreeBSD.ORG Tue Jul 15 09:30:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0200D5D; Tue, 15 Jul 2014 09:30:06 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65A1120CA; Tue, 15 Jul 2014 09:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=mime-version :content-type:content-transfer-encoding:date:from:to:cc:subject :in-reply-to:references:message-id; s=default; bh=XlpZAC7JgJztdy VaEVZwvPin/Mk=; b=Jdsd/R4kH9eEhcvdyH/PsI0oK+EmB6uIyCXV31KLhnZ/Q4 y9IxXOmZhPQoHuCeY5Uuu+cbyZi8iuot5E7ryHZJ+bcvBycdZ1wixQz2J85hZHwJ tB3asQEFuucb0N+KzMHf37PHYVIpe3q7oPREbpyewZB/10eZDjqxpcGuKCAUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=mime-version :content-type:content-transfer-encoding:date:from:to:cc:subject :in-reply-to:references:message-id; q=dns; s=default; b=T56/9hRs yiKUIDGMW6okYLJwfMZ2kkGZ1S2TzRi9pLo4GbVeXRf0V+ST+gxGCsKVtuF3ehA+ LwNJz0EDUBHSfKXRU3Lu4yxXDD4+IQa8d4BO7LwlZGvAkxR93rF3XRpFdmZqtwvs FqLVwi/rceLqAGTXAI4ZJ6no2/wbdO3p7pc= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 15 Jul 2014 11:29:55 +0200 From: "Herbert J. Skuhra" To: Yen-Ming Lee Subject: Re: svn commit: r361882 - head/security/p5-Crypt-SSLeay In-Reply-To: <201407150717.s6F7HSVO089925@svn.freebsd.org> References: <201407150717.s6F7HSVO089925@svn.freebsd.org> Message-ID: X-Sender: hskuhra@eumx.net User-Agent: Roundcube Webmail Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 15 Jul 2014 09:30:06 -0000 Den 15.07.2014 09:17, skrev Yen-Ming Lee: > Author: leeym > Date: Tue Jul 15 07:17:27 2014 > New Revision: 361882 > URL: http://svnweb.freebsd.org/changeset/ports/361882 > QAT: https://qat.redports.org/buildarchive/r361882/ > > Log: > - update to 0.72 > > Modified: > head/security/p5-Crypt-SSLeay/Makefile > head/security/p5-Crypt-SSLeay/distinfo > head/security/p5-Crypt-SSLeay/pkg-plist > > Modified: head/security/p5-Crypt-SSLeay/Makefile > ============================================================================== > --- head/security/p5-Crypt-SSLeay/Makefile Tue Jul 15 07:05:54 > 2014 (r361881) > +++ head/security/p5-Crypt-SSLeay/Makefile Tue Jul 15 07:17:27 > 2014 (r361882) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= Crypt-SSLeay > -PORTVERSION= 0.64 > +PORTVERSION= 0.72 > CATEGORIES= security perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -12,7 +12,8 @@ COMMENT= Perl5 interface to allow p5-lib > > LICENSE= ART20 > > -BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https > +BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https > \ > + p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class > RUN_DEPENDS:= ${BUILD_DEPENDS} > TEST_DEPENDS= p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny ===> Configuring for p5-Crypt-SSLeay-0.72 Can't locate Try/Tiny.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at ./Makefile.PL line 9. BEGIN failed--compilation aborted at ./Makefile.PL line 9. *** Error code 2 Add lang/p5-Try-Tiny to BUILD_DEPENDS? -- Herbert