Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 22:50:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435097 - head/math/p5-Math-BaseCnv
Message-ID:  <201702282250.v1SMoknt082138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 28 22:50:46 2017
New Revision: 435097
URL: https://svnweb.freebsd.org/changeset/ports/435097

Log:
  Update to 1.14
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Math-BaseCnv/Changes

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

Modified: head/math/p5-Math-BaseCnv/Makefile
==============================================================================
--- head/math/p5-Math-BaseCnv/Makefile	Tue Feb 28 22:50:41 2017	(r435096)
+++ head/math/p5-Math-BaseCnv/Makefile	Tue Feb 28 22:50:46 2017	(r435097)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-BaseCnv
-PORTVERSION=	1.8
-DISTVERSIONSUFFIX=	.B59BrZX
+PORTVERSION=	1.14
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +11,12 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Fast functions to convert between number Bases
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Pod>=0:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 
+NO_ARCH=	yes
 USES=		perl5 tar:tgz
 USE_PERL5=	configure
 

Modified: head/math/p5-Math-BaseCnv/distinfo
==============================================================================
--- head/math/p5-Math-BaseCnv/distinfo	Tue Feb 28 22:50:41 2017	(r435096)
+++ head/math/p5-Math-BaseCnv/distinfo	Tue Feb 28 22:50:46 2017	(r435097)
@@ -1,2 +1,3 @@
-SHA256 (Math-BaseCnv-1.8.B59BrZX.tgz) = 132dab154439bd60ee3302947e4707eacbcd04b61172ca7eae1e650644608243
-SIZE (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401
+TIMESTAMP = 1488315854
+SHA256 (Math-BaseCnv-1.14.tgz) = c93566a0e9bbc9aab5998243ff8129d2389ed98cf2414bec88f5e5a57af4e7ee
+SIZE (Math-BaseCnv-1.14.tgz) = 26946



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