svn commit: r489903 - head/devel/p5-Log-Dispatch-ArrayWithLimits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 10 21:21:49 UTC 2019


Author: sunpoet
Date: Thu Jan 10 21:21:40 2019
New Revision: 489903
URL: https://svnweb.freebsd.org/changeset/ports/489903

Log:
  Update to 0.050
  
  - Add NO_ARCH
  - Update WWW
  
  Changes:	https://metacpan.org/changes/distribution/Log-Dispatch-ArrayWithLimits

Modified:
  head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile
  head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo
  head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr

Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile	Thu Jan 10 21:21:34 2019	(r489902)
+++ head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile	Thu Jan 10 21:21:40 2019	(r489903)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Log-Dispatch-ArrayWithLimits
-PORTVERSION=	0.04
+PORTVERSION=	0.050
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,11 +13,13 @@ COMMENT=	Log to array, with some limits applied
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \
-		p5-Perl-osnames>=0.09:devel/p5-Perl-osnames
+BUILD_DEPENDS=	p5-Perl-osnames>=0.09:devel/p5-Perl-osnames \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Log-Dispatch>=0:devel/p5-Log-Dispatch
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo	Thu Jan 10 21:21:34 2019	(r489902)
+++ head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo	Thu Jan 10 21:21:40 2019	(r489903)
@@ -1,2 +1,3 @@
-SHA256 (Log-Dispatch-ArrayWithLimits-0.04.tar.gz) = 44433ff530ef00ab65341b8fde3a02123e6df5bb80f1b750df1ac099b3a50381
-SIZE (Log-Dispatch-ArrayWithLimits-0.04.tar.gz) = 14237
+TIMESTAMP = 1547133860
+SHA256 (Log-Dispatch-ArrayWithLimits-0.050.tar.gz) = 7452afd2852857d95eb49039a4fc3f054549023c30f882de87ec9336273dfbea
+SIZE (Log-Dispatch-ArrayWithLimits-0.050.tar.gz) = 15442

Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr
==============================================================================
--- head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr	Thu Jan 10 21:21:34 2019	(r489902)
+++ head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr	Thu Jan 10 21:21:40 2019	(r489903)
@@ -12,4 +12,4 @@ Logging to an in-process array can be useful when debu
 want to let users of your program connect to your program to request viewing the
 ogs being produced.
 
-WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-ArrayWithLimits-0.04
+WWW: https://metacpan.org/release/Log-Dispatch-ArrayWithLimits


More information about the svn-ports-head mailing list