Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 13:44:43 +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: r519883 - head/devel/p5-Proc-WaitStat
Message-ID:  <201912121344.xBCDih4v092027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 12 13:44:43 2019
New Revision: 519883
URL: https://svnweb.freebsd.org/changeset/ports/519883

Log:
  Add NO_ARCH
  
  - Take maintainership

Modified:
  head/devel/p5-Proc-WaitStat/Makefile
  head/devel/p5-Proc-WaitStat/pkg-descr

Modified: head/devel/p5-Proc-WaitStat/Makefile
==============================================================================
--- head/devel/p5-Proc-WaitStat/Makefile	Thu Dec 12 13:44:38 2019	(r519882)
+++ head/devel/p5-Proc-WaitStat/Makefile	Thu Dec 12 13:44:43 2019	(r519883)
@@ -8,7 +8,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Interpret and act on wait() status values
 
 LICENSE=	ART10 GPLv1+
@@ -19,5 +19,7 @@ RUN_DEPENDS=	p5-IPC-Signal>=0:devel/p5-IPC-Signal
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Proc-WaitStat/pkg-descr
==============================================================================
--- head/devel/p5-Proc-WaitStat/pkg-descr	Thu Dec 12 13:44:38 2019	(r519882)
+++ head/devel/p5-Proc-WaitStat/pkg-descr	Thu Dec 12 13:44:43 2019	(r519883)
@@ -1,4 +1,4 @@
-Proc::WaitStat contains functions for interpreting and acting on
-wait status values.
+Proc::WaitStat contains functions for interpreting and acting on wait status
+values.
 
 WWW: https://metacpan.org/release/Proc-WaitStat



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