From owner-svn-ports-head@freebsd.org Sun Apr 22 08:47:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED010FAB0DA; Sun, 22 Apr 2018 08:47:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF6D69FAD; Sun, 22 Apr 2018 08:47:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9826C138BF; Sun, 22 Apr 2018 08:47:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3M8lWNf022130; Sun, 22 Apr 2018 08:47:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3M8lWCo022128; Sun, 22 Apr 2018 08:47:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804220847.w3M8lWCo022128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Apr 2018 08:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467929 - head/math/p5-Math-BigInt-Lite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/p5-Math-BigInt-Lite X-SVN-Commit-Revision: 467929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2018 08:47:34 -0000 Author: sunpoet Date: Sun Apr 22 08:47:32 2018 New Revision: 467929 URL: https://svnweb.freebsd.org/changeset/ports/467929 Log: Update to 0.18 Changes: http://search.cpan.org/dist/Math-BigInt-Lite/CHANGES Modified: head/math/p5-Math-BigInt-Lite/Makefile head/math/p5-Math-BigInt-Lite/distinfo Modified: head/math/p5-Math-BigInt-Lite/Makefile ============================================================================== --- head/math/p5-Math-BigInt-Lite/Makefile Sun Apr 22 08:47:26 2018 (r467928) +++ head/math/p5-Math-BigInt-Lite/Makefile Sun Apr 22 08:47:32 2018 (r467929) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Lite -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +14,11 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} + NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502508 -BUILD_DEPENDS+= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt -RUN_DEPENDS+= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt -.endif - -.include +.include Modified: head/math/p5-Math-BigInt-Lite/distinfo ============================================================================== --- head/math/p5-Math-BigInt-Lite/distinfo Sun Apr 22 08:47:26 2018 (r467928) +++ head/math/p5-Math-BigInt-Lite/distinfo Sun Apr 22 08:47:32 2018 (r467929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488462998 -SHA256 (Math-BigInt-Lite-0.17.tar.gz) = f3323f5537dda709a9718ee1a730394651c085eddab665a84a4adee9991931de -SIZE (Math-BigInt-Lite-0.17.tar.gz) = 71248 +TIMESTAMP = 1524259059 +SHA256 (Math-BigInt-Lite-0.18.tar.gz) = 448213bd068843a1179ab1c63d38c5c836b612a61cf226ab89325b23e09427d5 +SIZE (Math-BigInt-Lite-0.18.tar.gz) = 75809