mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.58
Changes: https://metacpan.org/changes/distribution/FFI-Platypus
This commit is contained in:
parent
e87e4f0ce0
commit
eff7cb8255
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485541
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= FFI-Platypus
|
||||
PORTVERSION= 0.56
|
||||
PORTVERSION= 0.58
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1536079600
|
||||
SHA256 (FFI-Platypus-0.56.tar.gz) = fea5cfdb3a561b05c38a39e59a5a355b04a5fd66ece9d3dbdb81252ff2a1983e
|
||||
SIZE (FFI-Platypus-0.56.tar.gz) = 204084
|
||||
TIMESTAMP = 1542820064
|
||||
SHA256 (FFI-Platypus-0.58.tar.gz) = 42c9d5eb503d4ae853dab68e2e6c37816803d75944f2ce2b0b7fd9a38a49b2b3
|
||||
SIZE (FFI-Platypus-0.58.tar.gz) = 210515
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_ARCH%%/FFI/Platypus/Buffer.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/DL.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Declare.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Internal.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Lang.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Lang/ASM.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Lang/C.pm
|
||||
@ -13,6 +14,7 @@
|
||||
%%SITE_ARCH%%/FFI/Platypus/ShareConfig.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Type.pod
|
||||
%%SITE_ARCH%%/FFI/Platypus/Type/PointerSizeBuffer.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Type/StringArray.pm
|
||||
%%SITE_ARCH%%/FFI/Platypus/Type/StringPointer.pm
|
||||
%%SITE_ARCH%%/auto/FFI/Platypus/Platypus.so
|
||||
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/README.txt
|
||||
@ -22,6 +24,7 @@
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Buffer.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::DL.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Declare.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Internal.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Lang.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Lang::ASM.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Lang::C.3.gz
|
||||
@ -32,4 +35,5 @@
|
||||
%%PERL5_MAN3%%/FFI::Platypus::ShareConfig.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Type.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Type::PointerSizeBuffer.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Type::StringArray.3.gz
|
||||
%%PERL5_MAN3%%/FFI::Platypus::Type::StringPointer.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user