svn commit: r458078 - head/net/p5-Net-RabbitFoot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 4 20:12:36 UTC 2018


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


More information about the svn-ports-all mailing list