Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 17:52:55 +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: r498931 - head/devel/p5-Canary-Stability
Message-ID:  <201904141752.x3EHqt0q022771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 14 17:52:55 2019
New Revision: 498931
URL: https://svnweb.freebsd.org/changeset/ports/498931

Log:
  Add NO_ARCH
  
  - Silence patch message

Modified:
  head/devel/p5-Canary-Stability/Makefile

Modified: head/devel/p5-Canary-Stability/Makefile
==============================================================================
--- head/devel/p5-Canary-Stability/Makefile	Sun Apr 14 17:52:50 2019	(r498930)
+++ head/devel/p5-Canary-Stability/Makefile	Sun Apr 14 17:52:55 2019	(r498931)
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR=	CPAN:MLEHMANN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Checks what version of perl you're running and then complains about it
+COMMENT=	Checks what version of perl you're running and then complains about it #'
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
@@ -17,11 +17,13 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	ACTIVATE
 ACTIVATE_DESC=	Enable Canary::Stability functionality
 
 # Install an empty stub
 post-patch-ACTIVATE-off:
-	${CP} ${FILESDIR}/Stability.pm ${WRKSRC}
+	@${CP} ${FILESDIR}/Stability.pm ${WRKSRC}
 
 .include <bsd.port.mk>



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