mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 2.06
- Sort PLIST - Take maintainership Changes: http://search.cpan.org/dist/Module-Release/Changes
This commit is contained in:
parent
b44b3c35ca
commit
0fb38a588f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287798
@ -6,30 +6,36 @@
|
||||
#
|
||||
|
||||
PORTNAME= Module-Release
|
||||
PORTVERSION= 2.05
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Upload files to CPAN and SourceForge
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \
|
||||
${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple \
|
||||
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
${SITE_PERL}/HTTP/Message.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
|
||||
BUILD_DEPENDS= p5-CACertOrg-CA>=0:${PORTSDIR}/security/p5-CACertOrg-CA \
|
||||
p5-ConfigReader-Simple>=0:${PORTSDIR}/devel/p5-ConfigReader-Simple \
|
||||
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||
p5-IO-Null>=0:${PORTSDIR}/devel/p5-IO-Null \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
|
||||
p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= release.1
|
||||
MAN3= Module::Release.3 Module::Release::FTP.3 Module::Release::Kwalitee.3 \
|
||||
Module::Release::PAUSE.3 Module::Release::Prereq.3 Module::Release::SVN.3
|
||||
MAN3= Module::Release.3 \
|
||||
Module::Release::FTP.3 \
|
||||
Module::Release::Kwalitee.3 \
|
||||
Module::Release::MANIFEST.3 \
|
||||
Module::Release::PAUSE.3 \
|
||||
Module::Release::Prereq.3 \
|
||||
Module::Release::SVN.3 \
|
||||
Module::Release::SourceForge.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Module-Release-2.05.tar.gz) = 001e9363ec72c782d4edf63e278744f2f2a9ac08fd940585f818be0f719c2dec
|
||||
SIZE (Module-Release-2.05.tar.gz) = 35817
|
||||
SHA256 (Module-Release-2.06.tar.gz) = ce2f2d5f631b5f4a1e641710cfca2507757eb9798e569cdb6f5439db4728e75f
|
||||
SIZE (Module-Release-2.06.tar.gz) = 38625
|
||||
|
@ -1,10 +1,12 @@
|
||||
bin/release
|
||||
%%SITE_PERL%%/Module/Release.pm
|
||||
%%SITE_PERL%%/Module/Release/SVN.pm
|
||||
%%SITE_PERL%%/Module/Release/FTP.pm
|
||||
%%SITE_PERL%%/Module/Release/Kwalitee.pm
|
||||
%%SITE_PERL%%/Module/Release/MANIFEST.pm
|
||||
%%SITE_PERL%%/Module/Release/PAUSE.pm
|
||||
%%SITE_PERL%%/Module/Release/Prereq.pm
|
||||
%%SITE_PERL%%/Module/Release/Kwalitee.pm
|
||||
%%SITE_PERL%%/Module/Release/FTP.pm
|
||||
%%SITE_PERL%%/Module/Release/SVN.pm
|
||||
%%SITE_PERL%%/Module/Release/SourceForge.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Release/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Release
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
||||
|
Loading…
Reference in New Issue
Block a user