From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 17:37:09 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 C3C1F1C1; Wed, 25 Feb 2015 17:37:09 +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 94DF7ACD; Wed, 25 Feb 2015 17:37:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PHb9Gh026228; Wed, 25 Feb 2015 17:37:09 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PHb8WZ026224; Wed, 25 Feb 2015 17:37:08 GMT (envelope-from az@FreeBSD.org) Message-Id: <201502251737.t1PHb8WZ026224@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Wed, 25 Feb 2015 17:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379927 - head/net/p5-Net-BGP 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: Wed, 25 Feb 2015 17:37:09 -0000 Author: az Date: Wed Feb 25 17:37:07 2015 New Revision: 379927 URL: https://svnweb.freebsd.org/changeset/ports/379927 QAT: https://qat.redports.org/buildarchive/r379927/ Log: -update to 0.16 Changes: https://metacpan.org/changes/distribution/Net-BGP Modified: head/net/p5-Net-BGP/Makefile head/net/p5-Net-BGP/distinfo head/net/p5-Net-BGP/pkg-descr head/net/p5-Net-BGP/pkg-plist Modified: head/net/p5-Net-BGP/Makefile ============================================================================== --- head/net/p5-Net-BGP/Makefile Wed Feb 25 17:20:47 2015 (r379926) +++ head/net/p5-Net-BGP/Makefile Wed Feb 25 17:37:07 2015 (r379927) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-BGP -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org COMMENT= Border Gateway Protocol version 4 speaker/listener library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/net/p5-Net-BGP/distinfo ============================================================================== --- head/net/p5-Net-BGP/distinfo Wed Feb 25 17:20:47 2015 (r379926) +++ head/net/p5-Net-BGP/distinfo Wed Feb 25 17:37:07 2015 (r379927) @@ -1,2 +1,2 @@ -SHA256 (Net-BGP-0.14.tar.gz) = a3038bbcaafceaf6ab1deb2f55457408c56b80c61e6d6316b1bc30ce7a84e5b6 -SIZE (Net-BGP-0.14.tar.gz) = 42694 +SHA256 (Net-BGP-0.16.tar.gz) = d0082f5df955f1e720f1f221d07ac8f1b38640444a2f410d46a1e607f4fbd89e +SIZE (Net-BGP-0.16.tar.gz) = 53634 Modified: head/net/p5-Net-BGP/pkg-descr ============================================================================== --- head/net/p5-Net-BGP/pkg-descr Wed Feb 25 17:20:47 2015 (r379926) +++ head/net/p5-Net-BGP/pkg-descr Wed Feb 25 17:37:07 2015 (r379927) @@ -9,4 +9,4 @@ nor does it modify the kernel routing ta However, such operations could be implemented using the API provided by the module. -WWW: http://search.cpan.org/dist/Net-BGP/ +WWW: https://metacpan.org/pod/Net::BGP Modified: head/net/p5-Net-BGP/pkg-plist ============================================================================== --- head/net/p5-Net-BGP/pkg-plist Wed Feb 25 17:20:47 2015 (r379926) +++ head/net/p5-Net-BGP/pkg-plist Wed Feb 25 17:37:07 2015 (r379927) @@ -1,5 +1,10 @@ %%SITE_PERL%%/Net/BGP.pm %%SITE_PERL%%/Net/BGP/ASPath.pm +%%SITE_PERL%%/Net/BGP/ASPath/AS.pm +%%SITE_PERL%%/Net/BGP/ASPath/AS_CONFED_SEQUENCE.pm +%%SITE_PERL%%/Net/BGP/ASPath/AS_CONFED_SET.pm +%%SITE_PERL%%/Net/BGP/ASPath/AS_SEQUENCE.pm +%%SITE_PERL%%/Net/BGP/ASPath/AS_SET.pm %%SITE_PERL%%/Net/BGP/NLRI.pm %%SITE_PERL%%/Net/BGP/Notification.pm %%SITE_PERL%%/Net/BGP/Peer.pm