Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 20:12:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458078 - head/net/p5-Net-RabbitFoot
Message-ID:  <201801042012.w04KCXT0056156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801042012.w04KCXT0056156>