From owner-svn-ports-head@freebsd.org Thu Jan 4 20:12:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BA43EB396B; Thu, 4 Jan 2018 20:12:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6FA1B7E79C; Thu, 4 Jan 2018 20:12:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w04KCXBY056157; Thu, 4 Jan 2018 20:12:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w04KCXT0056156; Thu, 4 Jan 2018 20:12:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801042012.w04KCXT0056156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Jan 2018 20:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458078 - head/net/p5-Net-RabbitFoot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-RabbitFoot X-SVN-Commit-Revision: 458078 X-SVN-Commit-Repository: ports 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.25 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, 04 Jan 2018 20:12:36 -0000 Author: sunpoet Date: Thu Jan 4 20:12:33 2018 New Revision: 458078 URL: https://svnweb.freebsd.org/changeset/ports/458078 Log: Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers - Bump PORTREVISION for dependency change With hat: perl Modified: head/net/p5-Net-RabbitFoot/Makefile Modified: head/net/p5-Net-RabbitFoot/Makefile ============================================================================== --- head/net/p5-Net-RabbitFoot/Makefile Thu Jan 4 20:12:28 2018 (r458077) +++ head/net/p5-Net-RabbitFoot/Makefile Thu Jan 4 20:12:33 2018 (r458078) @@ -2,7 +2,7 @@ PORTNAME= Net-RabbitFoot PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IKUTA @@ -21,7 +21,6 @@ BUILD_DEPENDS= p5-AnyEvent-RabbitMQ>=0:net/p5-AnyEvent p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Moose>=0:devel/p5-Moose \ p5-MooseX-App-Cmd>=0:devel/p5-MooseX-App-Cmd \ - p5-MooseX-AttributeHelpers>=0:devel/p5-MooseX-AttributeHelpers \ p5-MooseX-ConfigFromFile>=0:devel/p5-MooseX-ConfigFromFile RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception