diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:09:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:09:30 +0800 |
commit | 00b6d9af858ce144be503958abb6f91673fceedb (patch) | |
tree | 3a96650ad99801eb069692ded4eaa701cd63924f | |
parent | bd142874d43842884722dffc3d90d240526c16ba (diff) | |
download | freebsd-ports-gnome-00b6d9af858ce144be503958abb6f91673fceedb.tar.gz freebsd-ports-gnome-00b6d9af858ce144be503958abb6f91673fceedb.tar.zst freebsd-ports-gnome-00b6d9af858ce144be503958abb6f91673fceedb.zip |
- 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
-rw-r--r-- | devel/p5-Inline-Python/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Inline-Python/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Inline-Python/Makefile b/devel/p5-Inline-Python/Makefile index a10b0282bf0f..42a643e14537 100644 --- a/devel/p5-Inline-Python/Makefile +++ b/devel/p5-Inline-Python/Makefile @@ -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 Python 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: diff --git a/devel/p5-Inline-Python/distinfo b/devel/p5-Inline-Python/distinfo index 55f9db49ec33..1f70034a78cf 100644 --- a/devel/p5-Inline-Python/distinfo +++ b/devel/p5-Inline-Python/distinfo @@ -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 |