From owner-svn-ports-head@FreeBSD.ORG Sun Jan 4 17:12:16 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 3B617E8E; Sun, 4 Jan 2015 17:12:16 +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 0EBB2296A; Sun, 4 Jan 2015 17:12:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04HCF6d041277; Sun, 4 Jan 2015 17:12:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04HCFOL041275; Sun, 4 Jan 2015 17:12:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501041712.t04HCFOL041275@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Jan 2015 17:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376253 - head/net/p5-Net-Frame-Dump 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: Sun, 04 Jan 2015 17:12:16 -0000 Author: sunpoet Date: Sun Jan 4 17:12:14 2015 New Revision: 376253 URL: https://svnweb.freebsd.org/changeset/ports/376253 QAT: https://qat.redports.org/buildarchive/r376253/ Log: - Update to 1.14 - Fix and sort *_DEPENDS: Bit::Vector is not a dependency Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Modified: head/net/p5-Net-Frame-Dump/Makefile head/net/p5-Net-Frame-Dump/distinfo Modified: head/net/p5-Net-Frame-Dump/Makefile ============================================================================== --- head/net/p5-Net-Frame-Dump/Makefile Sun Jan 4 17:12:08 2015 (r376252) +++ head/net/p5-Net-Frame-Dump/Makefile Sun Jan 4 17:12:14 2015 (r376253) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Dump -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +12,9 @@ COMMENT= Tcpdump like perl implementatio LICENSE= ART10 -BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ +BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \ - p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ - p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor + p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/net/p5-Net-Frame-Dump/distinfo ============================================================================== --- head/net/p5-Net-Frame-Dump/distinfo Sun Jan 4 17:12:08 2015 (r376252) +++ head/net/p5-Net-Frame-Dump/distinfo Sun Jan 4 17:12:14 2015 (r376253) @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Dump-1.13.tar.gz) = a11f562e2f770c7e382da2962c38c42e1b80725310ceb594a00e5525ccc3c590 -SIZE (Net-Frame-Dump-1.13.tar.gz) = 14156 +SHA256 (Net-Frame-Dump-1.14.tar.gz) = 6eef12772208a8992fce3b9718509b9369aa8ba623958692ba8e633085fc9226 +SIZE (Net-Frame-Dump-1.14.tar.gz) = 19178