diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-MPC/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-plist | 8 |
3 files changed, 14 insertions, 4 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index 73f3ff143aae..e67b1e36be8f 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-MPC -PORTVERSION= 1.16 +PORTVERSION= 1.30 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,9 @@ USES= localbase perl5 USE_PERL5= configure post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/Ball/Ball.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/Constant/Constant.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/MPC.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/Radius/Radius.so .include <bsd.port.mk> diff --git a/math/p5-Math-MPC/distinfo b/math/p5-Math-MPC/distinfo index afe2272fe123..1d6fedd68230 100644 --- a/math/p5-Math-MPC/distinfo +++ b/math/p5-Math-MPC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650970301 -SHA256 (Math-MPC-1.16.tar.gz) = e788643d94e57191a0099138c89522f0fb364c4df71437b74249c46d233e9340 -SIZE (Math-MPC-1.16.tar.gz) = 70479 +TIMESTAMP = 1674590774 +SHA256 (Math-MPC-1.30.tar.gz) = 99f6b786720ab3cea22867d41d8fb0ca3b3a0bf22696797722c7b80727381f44 +SIZE (Math-MPC-1.30.tar.gz) = 93318 diff --git a/math/p5-Math-MPC/pkg-plist b/math/p5-Math-MPC/pkg-plist index 5e209eb89cb7..0d69b7897f0f 100644 --- a/math/p5-Math-MPC/pkg-plist +++ b/math/p5-Math-MPC/pkg-plist @@ -1,6 +1,14 @@ %%SITE_ARCH%%/Math/MPC.pm %%SITE_ARCH%%/Math/MPC.pod +%%SITE_ARCH%%/Math/MPC/Ball.pm +%%SITE_ARCH%%/Math/MPC/Ball.pod %%SITE_ARCH%%/Math/MPC/Constant.pm +%%SITE_ARCH%%/Math/MPC/Radius.pm +%%SITE_ARCH%%/Math/MPC/Radius.pod +%%SITE_ARCH%%/auto/Math/MPC/Ball/Ball.so %%SITE_ARCH%%/auto/Math/MPC/Constant/Constant.so %%SITE_ARCH%%/auto/Math/MPC/MPC.so +%%SITE_ARCH%%/auto/Math/MPC/Radius/Radius.so %%PERL5_MAN3%%/Math::MPC.3.gz +%%PERL5_MAN3%%/Math::MPC::Ball.3.gz +%%PERL5_MAN3%%/Math::MPC::Radius.3.gz |