diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:33:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:33:46 +0800 |
commit | 6127059319657db66dc5c1e9f9df91779cd08198 (patch) | |
tree | ee497d82d6c44ae6d6b1fb38864b2b13def5ede9 | |
parent | 63ca687e8d6cf7d29de6eac9eae91a6288ac4e2f (diff) | |
download | freebsd-ports-gnome-6127059319657db66dc5c1e9f9df91779cd08198.tar.gz freebsd-ports-gnome-6127059319657db66dc5c1e9f9df91779cd08198.tar.zst freebsd-ports-gnome-6127059319657db66dc5c1e9f9df91779cd08198.zip |
- Update to 3.13
- Add TEST_DEPENDS
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-MPFR/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-MPFR/pkg-plist | 9 |
3 files changed, 16 insertions, 7 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index 7d3082246d00..f888c5cce776 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-MPFR -PORTVERSION= 3.12 +PORTVERSION= 3.13 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS @@ -15,8 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl interface to MPFR Library -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + mpfr:${PORTSDIR}/math/mpfr +TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \ + p5-Math-GMPf>=0:${PORTSDIR}/math/p5-Math-GMPf \ + p5-Math-GMPq>=0:${PORTSDIR}/math/p5-Math-GMPq \ + p5-Math-GMPz>=0:${PORTSDIR}/math/p5-Math-GMPz PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 6e140d0c5dab..231ed1d95f3d 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.12.tar.gz) = c5a49ed7056e9df4e33dbf553d2c62b09884330b4fd6ca2b2104d87d9e680aa8 -SIZE (Math-MPFR-3.12.tar.gz) = 90373 +SHA256 (Math-MPFR-3.13.tar.gz) = 98be3774cca807465a43d5316436be0f3990303811943a85efaefb79bceefb6d +SIZE (Math-MPFR-3.13.tar.gz) = 78629 diff --git a/math/p5-Math-MPFR/pkg-plist b/math/p5-Math-MPFR/pkg-plist index 3df0ca8615be..e98cded7e750 100644 --- a/math/p5-Math-MPFR/pkg-plist +++ b/math/p5-Math-MPFR/pkg-plist @@ -1,7 +1,12 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/V.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/MPFR.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/MPFR.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V/V.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V/V.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |