From owner-svn-ports-head@FreeBSD.ORG Mon Jan 5 18:38:50 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 E33E4723; Mon, 5 Jan 2015 18:38:50 +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 B6ACD254A; Mon, 5 Jan 2015 18:38:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05IcoLW069205; Mon, 5 Jan 2015 18:38:50 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05Ico0j069203; Mon, 5 Jan 2015 18:38:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201501051838.t05Ico0j069203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 5 Jan 2015 18:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376338 - head/net/p5-Net 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, 05 Jan 2015 18:38:51 -0000 Author: mat Date: Mon Jan 5 18:38:49 2015 New Revision: 376338 URL: https://svnweb.freebsd.org/changeset/ports/376338 QAT: https://qat.redports.org/buildarchive/r376338/ Log: Update to 3.04 PR: 196513 Differential Revision: pi Sponsored by: Absolight Modified: head/net/p5-Net/Makefile head/net/p5-Net/distinfo Modified: head/net/p5-Net/Makefile ============================================================================== --- head/net/p5-Net/Makefile Mon Jan 5 18:38:47 2015 (r376337) +++ head/net/p5-Net/Makefile Mon Jan 5 18:38:49 2015 (r376338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net -PORTVERSION= 1.30 +PORTVERSION= 3.04 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -19,15 +19,18 @@ OPTIONS_DEFINE= IPV6 SASL SSL OPTIONS_DEFAULT=SASL SASL_DESC= SASL auth for POP3 and SMTP support +BUILD_DEPENDS= p5-Socket>=2.016:${PORTSDIR}/net/p5-Socket +RUN_DEPENDS= p5-Socket>=2.016:${PORTSDIR}/net/p5-Socket + SASL_BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL SASL_RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL -SSL_BUILD_DEPENDS= p5-IO-Socket-SSL>=1.994:${PORTSDIR}/security/p5-IO-Socket-SSL -SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=1.994:${PORTSDIR}/security/p5-IO-Socket-SSL - -PORTSCOUT= skipv:1.0901 +SSL_BUILD_DEPENDS= p5-IO-Socket-SSL>=2.007:${PORTSDIR}/security/p5-IO-Socket-SSL +SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=2.007:${PORTSDIR}/security/p5-IO-Socket-SSL USES= perl5 USE_PERL5= configure +CONFIGURE_ENV= PERL5_CPAN_IS_RUNNING=1 +NO_ARCH= yes .include Modified: head/net/p5-Net/distinfo ============================================================================== --- head/net/p5-Net/distinfo Mon Jan 5 18:38:47 2015 (r376337) +++ head/net/p5-Net/distinfo Mon Jan 5 18:38:49 2015 (r376338) @@ -1,2 +1,2 @@ -SHA256 (libnet-1.30.tar.gz) = c77a6ce855047bceaad2b0b8f4dbe8f88d2e1a9c6786ad668d50b0fe599797f7 -SIZE (libnet-1.30.tar.gz) = 81922 +SHA256 (libnet-3.04.tar.gz) = eaef9fb2b8b65b81da6a3cae6666e783cef7bde83ba1b8fdeea3feac22737a14 +SIZE (libnet-3.04.tar.gz) = 83424