Update to 3.22;
support staging.
This commit is contained in:
parent
529249e0bb
commit
e897cf1a94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331776
3 changed files with 16 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ExtUtils-ParseXS
|
||||
PORTVERSION= 3.18
|
||||
PORTVERSION= 3.22
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SMUELLER
|
||||
|
@ -14,19 +14,4 @@ COMMENT= Converts Perl XS code into C code
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ExtUtils::ParseXS.3 \
|
||||
ExtUtils::ParseXS::Constants.3 \
|
||||
ExtUtils::ParseXS::Utilities.3 \
|
||||
ExtUtils::Typemaps.3 \
|
||||
ExtUtils::Typemaps::Cmd.3 \
|
||||
ExtUtils::Typemaps::InputMap.3 \
|
||||
ExtUtils::Typemaps::OutputMap.3 \
|
||||
ExtUtils::Typemaps::Type.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ExtUtils-ParseXS-3.18.tar.gz) = 811cc2281cfc28dc2b3b1f744bb3ce830bf856189fa4240e13f331bb8de96b4f
|
||||
SIZE (ExtUtils-ParseXS-3.18.tar.gz) = 62833
|
||||
SHA256 (ExtUtils-ParseXS-3.22.tar.gz) = 04e57d4f080f71b4ea1e213c9bbf5391d5652f77ac82f3c5dbc480545d1f290e
|
||||
SIZE (ExtUtils-ParseXS-3.22.tar.gz) = 66456
|
||||
|
|
|
@ -1,8 +1,20 @@
|
|||
bin/xsubpp
|
||||
man/man1/xsubpp.1.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS::Constants.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS::Eval.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::ParseXS::Utilities.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::Typemaps.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::Typemaps::Cmd.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::Typemaps::InputMap.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::Typemaps::OutputMap.3.gz
|
||||
%%PERL5_MAN3%%/ExtUtils::Typemaps::Type.3.gz
|
||||
%%SITE_PERL%%/ExtUtils/xsubpp
|
||||
%%SITE_PERL%%/ExtUtils/ParseXS.pm
|
||||
%%SITE_PERL%%/ExtUtils/ParseXS.pod
|
||||
%%SITE_PERL%%/ExtUtils/ParseXS/Constants.pm
|
||||
%%SITE_PERL%%/ExtUtils/ParseXS/CountLines.pm
|
||||
%%SITE_PERL%%/ExtUtils/ParseXS/Eval.pm
|
||||
%%SITE_PERL%%/ExtUtils/ParseXS/Utilities.pm
|
||||
%%SITE_PERL%%/ExtUtils/Typemaps.pm
|
||||
%%SITE_PERL%%/ExtUtils/Typemaps/Cmd.pm
|
||||
|
|
Loading…
Reference in a new issue