Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 20:12:03 +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: r458072 - head/devel/p5-Devel-REPL
Message-ID:  <201801042012.w04KC3uo052263@repo.freebsd.org>

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

Log:
  Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
  
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-Devel-REPL/Makefile

Modified: head/devel/p5-Devel-REPL/Makefile
==============================================================================
--- head/devel/p5-Devel-REPL/Makefile	Thu Jan  4 20:11:58 2018	(r458071)
+++ head/devel/p5-Devel-REPL/Makefile	Thu Jan  4 20:12:03 2018	(r458072)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Devel-REPL
 PORTVERSION=	1.003028
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,7 +18,6 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 BUILD_DEPENDS=	p5-Moose>=0.93:devel/p5-Moose \
 	p5-MooseX-Object-Pluggable>=0.0009:devel/p5-MooseX-Object-Pluggable \
 	p5-MooseX-Getopt>=0.18:devel/p5-MooseX-Getopt \
-	p5-MooseX-AttributeHelpers>=0.16:devel/p5-MooseX-AttributeHelpers \
 	p5-namespace-autoclean>0:devel/p5-namespace-autoclean \
 	p5-File-HomeDir>0:devel/p5-File-HomeDir \
 	p5-Task-Weaken>0:devel/p5-Task-Weaken \
@@ -33,6 +33,7 @@ BUILD_DEPENDS=	p5-Moose>=0.93:devel/p5-Moose \
 	p5-Sys-SigAction>0:devel/p5-Sys-SigAction
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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