Date: Wed, 26 May 2021 19:03:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 104c70150dbe - main - devel/p5-Algorithm-Evolutionary: Update to 0.82.1 Message-ID: <202105261903.14QJ3XOJ032222@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=104c70150dbe0ed2849cce671caccac9c6f47542 commit 104c70150dbe0ed2849cce671caccac9c6f47542 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-26 18:55:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-26 19:00:13 +0000 devel/p5-Algorithm-Evolutionary: Update to 0.82.1 - Add LICENSE_FILE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Algorithm-Evolutionary --- devel/p5-Algorithm-Evolutionary/Makefile | 6 ++++-- devel/p5-Algorithm-Evolutionary/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index ae8aae3eacd7..1b24329e6b18 100644 --- a/devel/p5-Algorithm-Evolutionary/Makefile +++ b/devel/p5-Algorithm-Evolutionary/Makefile @@ -1,8 +1,7 @@ # Created by: ijliao PORTNAME= Algorithm-Evolutionary -PORTVERSION= 0.80 -PORTREVISION= 1 +PORTVERSION= 0.82.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Library for doing evolutionary computation in Perl LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Algorithm-Permute>=0.01:devel/p5-Algorithm-Permute \ @@ -33,4 +33,6 @@ TEST_DEPENDS= p5-Pod-Escapes>=0:textproc/p5-Pod-Escapes \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Evolutionary/distinfo b/devel/p5-Algorithm-Evolutionary/distinfo index b9ec80ea5135..8c0b42a46d6b 100644 --- a/devel/p5-Algorithm-Evolutionary/distinfo +++ b/devel/p5-Algorithm-Evolutionary/distinfo @@ -1,2 +1,3 @@ -SHA256 (Algorithm-Evolutionary-0.80.tar.gz) = a598f29701b7c16c4b5c9653bc5adf6a52cb0f000cfbd4c95d514f08be8f0d12 -SIZE (Algorithm-Evolutionary-0.80.tar.gz) = 99803 +TIMESTAMP = 1622038062 +SHA256 (Algorithm-Evolutionary-0.82.1.tar.gz) = 996942d4091bdeb8cfacf27b501fc3b968b134e51e4b721e694dd3b350bdc875 +SIZE (Algorithm-Evolutionary-0.82.1.tar.gz) = 99527
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105261903.14QJ3XOJ032222>