Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 21:57:34 +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: r484360 - head/devel/p5-Config-Validator
Message-ID:  <201811062157.wA6LvYfO011544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  6 21:57:34 2018
New Revision: 484360
URL: https://svnweb.freebsd.org/changeset/ports/484360

Log:
  Add NO_ARCH
  
  - Take maintainership

Modified:
  head/devel/p5-Config-Validator/Makefile

Modified: head/devel/p5-Config-Validator/Makefile
==============================================================================
--- head/devel/p5-Config-Validator/Makefile	Tue Nov  6 21:57:26 2018	(r484359)
+++ head/devel/p5-Config-Validator/Makefile	Tue Nov  6 21:57:34 2018	(r484360)
@@ -8,7 +8,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Schema based configuration validation
 
 LICENSE=	ART10 GPLv1+
@@ -20,5 +20,7 @@ RUN_DEPENDS=	p5-No-Worries>=1.0:devel/p5-No-Worries \
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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