svn commit: r497183 - head/misc/p5-Bot-Training

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 29 19:02:06 UTC 2019


Author: sunpoet
Date: Fri Mar 29 19:02:04 2019
New Revision: 497183
URL: https://svnweb.freebsd.org/changeset/ports/497183

Log:
  Update to 0.07
  
  - Add removed Perl core module to *_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/Bot-Training

Modified:
  head/misc/p5-Bot-Training/Makefile
  head/misc/p5-Bot-Training/distinfo

Modified: head/misc/p5-Bot-Training/Makefile
==============================================================================
--- head/misc/p5-Bot-Training/Makefile	Fri Mar 29 19:01:58 2019	(r497182)
+++ head/misc/p5-Bot-Training/Makefile	Fri Mar 29 19:02:04 2019	(r497183)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Bot-Training
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:FIBO
+MASTER_SITE_SUBDIR=	CPAN:AVAR
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
@@ -16,17 +16,18 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Any-Moose>=0:devel/p5-Any-Moose \
-		p5-Class-Load>=0:devel/p5-Class-Load \
+RUN_DEPENDS=	p5-Class-Load>=0:devel/p5-Class-Load \
 		p5-Dir-Self>=0:devel/p5-Dir-Self \
 		p5-File-ShareDir>=0:devel/p5-File-ShareDir \
 		p5-File-Slurp>=0:devel/p5-File-Slurp \
+		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
 		p5-Moose>=0.82:devel/p5-Moose \
 		p5-MooseX-Getopt>=0:devel/p5-MooseX-Getopt \
 		p5-namespace-clean>=0:devel/p5-namespace-clean
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/misc/p5-Bot-Training/distinfo
==============================================================================
--- head/misc/p5-Bot-Training/distinfo	Fri Mar 29 19:01:58 2019	(r497182)
+++ head/misc/p5-Bot-Training/distinfo	Fri Mar 29 19:02:04 2019	(r497183)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488262592
-SHA256 (Bot-Training-0.06.tar.gz) = 5e70544d646c910a8517a7ca98958a0f3fe2cf4a1b556ccd8f8ff0c78b2440ce
-SIZE (Bot-Training-0.06.tar.gz) = 13686
+TIMESTAMP = 1551638646
+SHA256 (Bot-Training-0.07.tar.gz) = ee66bbf814f0dc3d1e80680e050fad10b1e018fed7929f653ed40e088b2aa295
+SIZE (Bot-Training-0.07.tar.gz) = 13846


More information about the svn-ports-all mailing list