Date: Sat, 19 Nov 2016 17:09:30 +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: r426478 - head/devel/p5-Inline-Python Message-ID: <201611191709.uAJH9Ulp074333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 19 17:09:30 2016 New Revision: 426478 URL: https://svnweb.freebsd.org/changeset/ports/426478 Log: - Update to 0.51 - Update *_DEPENDS - Add TEST_DEPENDS - Relax USES=python where Python 3 support was add in 0.46 Changes: http://search.cpan.org/dist/Inline-Python/Changes Modified: head/devel/p5-Inline-Python/Makefile head/devel/p5-Inline-Python/distinfo Modified: head/devel/p5-Inline-Python/Makefile ============================================================================== --- head/devel/p5-Inline-Python/Makefile Sat Nov 19 17:09:26 2016 (r426477) +++ head/devel/p5-Inline-Python/Makefile Sat Nov 19 17:09:30 2016 (r426478) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-Python -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,13 @@ COMMENT= Write Perl Subroutines in Pytho LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Inline>=0.79:devel/p5-Inline +BUILD_DEPENDS= p5-Inline>=0.46:devel/p5-Inline RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Proc-ProcessTable>=0.53:devel/p5-Proc-ProcessTable \ + p5-Test-Deep>=0:devel/p5-Test-Deep USE_PERL5= configure -USES= perl5 python:2 +USES= perl5 python CONFIGURE_ENV= INLINE_PYTHON_EXECUTABLE="${PYTHON_CMD}" post-install: Modified: head/devel/p5-Inline-Python/distinfo ============================================================================== --- head/devel/p5-Inline-Python/distinfo Sat Nov 19 17:09:26 2016 (r426477) +++ head/devel/p5-Inline-Python/distinfo Sat Nov 19 17:09:30 2016 (r426478) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467382537 -SHA256 (Inline-Python-0.50.tar.gz) = 0734ed9925229b4efecdfdb46bb51ff1036132281fe653ec6eee09cdf8897216 -SIZE (Inline-Python-0.50.tar.gz) = 56555 +TIMESTAMP = 1479554106 +SHA256 (Inline-Python-0.51.tar.gz) = 98f17b50877b007618abec8ddc5c91447b6b38c6e3c3e06ee224af484ce50796 +SIZE (Inline-Python-0.51.tar.gz) = 57196
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191709.uAJH9Ulp074333>