mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.13
- While I'm here, support STAGEDIR Changes: http://search.cpan.org/dist/Math-Int128/Changes PR: ports/182808 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
This commit is contained in:
parent
eaadab4245
commit
aa644e303c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329765
3 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Math-Int128
|
PORTNAME= Math-Int128
|
||||||
PORTVERSION= 0.12
|
PORTVERSION= 0.13
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -20,10 +20,6 @@ USE_PERL5= configure
|
||||||
|
|
||||||
NOT_FOR_ARCHS= i386
|
NOT_FOR_ARCHS= i386
|
||||||
|
|
||||||
MAN3= Math::Int128.3 \
|
|
||||||
Math::Int128::die_on_overflow.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
# need clang 3.2+ or GCC 4.4+
|
# need clang 3.2+ or GCC 4.4+
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Math-Int128-0.12.tar.gz) = 09075e44aba51722d8f464e3e15ecbab291e3fb58d3bfc3d124a53b29f7dd876
|
SHA256 (Math-Int128-0.13.tar.gz) = c960482f5b2d27547c9f6e08df43ba9531b3305328a8912004011280be443afe
|
||||||
SIZE (Math-Int128-0.12.tar.gz) = 61847
|
SIZE (Math-Int128-0.13.tar.gz) = 62147
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/.packlist
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.bs
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.bs
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.so
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.so
|
||||||
|
%%PERL5_MAN3%%/Math::Int128.3.gz
|
||||||
|
%%PERL5_MAN3%%/Math::Int128::die_on_overflow.3.gz
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int128
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int128
|
||||||
|
|
Loading…
Add table
Reference in a new issue