svn commit: r519883 - head/devel/p5-Proc-WaitStat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 12 13:44:44 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list