Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 11:12:58 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534071 - head/math/p5-Math-Base36
Message-ID:  <202005051112.045BCwW1015729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue May  5 11:12:58 2020
New Revision: 534071
URL: https://svnweb.freebsd.org/changeset/ports/534071

Log:
  - Update to 0.14
  - Pass maintainership to submitter
  - Add LICENSE_FILE
  - Add TERST_DEPENDS
  
  PR:		245752
  Submitted by:	svysh.fbsd@gmail.com
  Approved by:	maintainer(timeout, > 14 days)

Modified:
  head/math/p5-Math-Base36/Makefile
  head/math/p5-Math-Base36/distinfo

Modified: head/math/p5-Math-Base36/Makefile
==============================================================================
--- head/math/p5-Math-Base36/Makefile	Tue May  5 11:12:34 2020	(r534070)
+++ head/math/p5-Math-Base36/Makefile	Tue May  5 11:12:58 2020	(r534071)
@@ -2,18 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Base36
-PORTVERSION=	0.10
-PORTREVISION=	1
+PORTVERSION=	0.14
 PORTEPOCH=	2
 CATEGORIES=	math converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	mhsin@mhsin.org
+MAINTAINER=	svysh.fbsd@gmail.com
 COMMENT=	Encoding and decoding of base36 strings
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/README
+
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception \
+		p5-Test-Pod>=0:devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/math/p5-Math-Base36/distinfo
==============================================================================
--- head/math/p5-Math-Base36/distinfo	Tue May  5 11:12:34 2020	(r534070)
+++ head/math/p5-Math-Base36/distinfo	Tue May  5 11:12:58 2020	(r534071)
@@ -1,2 +1,3 @@
-SHA256 (Math-Base36-0.10.tar.gz) = ac1a2fd22547cdf89d90da1b5e5b14afcdee4dcaca029fce94c92288e2458cc7
-SIZE (Math-Base36-0.10.tar.gz) = 20414
+TIMESTAMP = 1588676840
+SHA256 (Math-Base36-0.14.tar.gz) = eedcc8cb22b8f6b6c07742e55931f6e9d03771d221d0b76639f18a3b7d19f47f
+SIZE (Math-Base36-0.14.tar.gz) = 20428



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