Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 20:12:28 +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: r458077 - head/graphics/p5-Chart-Clicker
Message-ID:  <201801042012.w04KCSkT056048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan  4 20:12:28 2018
New Revision: 458077
URL: https://svnweb.freebsd.org/changeset/ports/458077

Log:
  Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
  
  - Bump PORTREVISION for dependency change

Modified:
  head/graphics/p5-Chart-Clicker/Makefile

Modified: head/graphics/p5-Chart-Clicker/Makefile
==============================================================================
--- head/graphics/p5-Chart-Clicker/Makefile	Thu Jan  4 20:12:23 2018	(r458076)
+++ head/graphics/p5-Chart-Clicker/Makefile	Thu Jan  4 20:12:28 2018	(r458077)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Chart-Clicker
 PORTVERSION=	2.90
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +17,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	p5-Color-Scheme>=0:graphics/p5-Color-Scheme \
 		p5-Moose>=0:devel/p5-Moose \
-		p5-MooseX-AttributeHelpers>=0:devel/p5-MooseX-AttributeHelpers \
 		p5-DateTime>=0:devel/p5-DateTime \
 		p5-DateTime-Set>=0:devel/p5-DateTime-Set \
 		p5-Geometry-Primitive>=0:graphics/p5-Geometry-Primitive \



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