From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 03:28:29 2014 Return-Path: Delivered-To: svn-ports-head@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 C8D4BCD6; Thu, 23 Jan 2014 03:28:29 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B56D7157A; Thu, 23 Jan 2014 03:28:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0N3ST9A017033; Thu, 23 Jan 2014 03:28:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0N3STGo017030; Thu, 23 Jan 2014 03:28:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201401230328.s0N3STGo017030@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 23 Jan 2014 03:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340792 - 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.17 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: Thu, 23 Jan 2014 03:28:29 -0000 Author: sunpoet Date: Thu Jan 23 03:28:29 2014 New Revision: 340792 URL: http://svnweb.freebsd.org/changeset/ports/340792 QAT: https://qat.redports.org/buildarchive/r340792/ Log: - Update to 1.24 - Add LICENSE - Add TEST_DEPENDS - Remove trailing period from SASL option description - Add BUILD_DEPENDS for SASL option Changes: http://search.cpan.org/dist/Net/Changes Modified: head/net/p5-Net/Makefile head/net/p5-Net/distinfo Modified: head/net/p5-Net/Makefile ============================================================================== --- head/net/p5-Net/Makefile Thu Jan 23 03:28:23 2014 (r340791) +++ head/net/p5-Net/Makefile Thu Jan 23 03:28:29 2014 (r340792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net -PORTVERSION= 1.23 +PORTVERSION= 1.24 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -12,10 +12,16 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -OPTIONS_DEFINE= SASL -OPTIONS_DEFAULT= SASL -SASL_DESC= SASL auth for POP3 and SMTP support. +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee + +OPTIONS_DEFINE= SASL +OPTIONS_DEFAULT=SASL +SASL_DESC= SASL auth for POP3 and SMTP support + +SASL_BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL SASL_RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PORTSCOUT= skipv:1.0901 Modified: head/net/p5-Net/distinfo ============================================================================== --- head/net/p5-Net/distinfo Thu Jan 23 03:28:23 2014 (r340791) +++ head/net/p5-Net/distinfo Thu Jan 23 03:28:29 2014 (r340792) @@ -1,2 +1,2 @@ -SHA256 (libnet-1.23.tar.gz) = 67edd05f0a2b93ca8fe9ba98d45667df74b78b1eaeb502404ae511e7a5f6513c -SIZE (libnet-1.23.tar.gz) = 67699 +SHA256 (libnet-1.24.tar.gz) = 4bf1514cfa3e2c80037825a36607c3512972caef65e89153b64824ad6975320c +SIZE (libnet-1.24.tar.gz) = 67755