- Update to 5.45
- Install example dups file when NOPORTEXAMPLES unset PR: ports/115347 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
This commit is contained in:
parent
11445f5462
commit
0db228246f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197918
3 changed files with 12 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Digest-SHA-PurePerl
|
||||
PORTVERSION= 5.44
|
||||
PORTVERSION= 5.45
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Digest
|
||||
|
@ -28,4 +28,10 @@ RUN_DEPENDS+= ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
|||
RUN_DEPENDS+= ${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/examples/dups ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Digest-SHA-PurePerl-5.44.tar.gz) = 23d2aef3786a1dab150e92b23111e6c9
|
||||
SHA256 (Digest-SHA-PurePerl-5.44.tar.gz) = 807ac21cb35652e3aece48ab52b6c56f6e14be412b68ba33cd0d1d0c43cfff60
|
||||
SIZE (Digest-SHA-PurePerl-5.44.tar.gz) = 33348
|
||||
MD5 (Digest-SHA-PurePerl-5.45.tar.gz) = c6eb524b65da0c9ecf428c934b30660b
|
||||
SHA256 (Digest-SHA-PurePerl-5.45.tar.gz) = 925e87396b2c66cbfcb232b33c937b5a0429df04fabd4e1221be37f06d4107a5
|
||||
SIZE (Digest-SHA-PurePerl-5.45.tar.gz) = 30514
|
||||
|
|
|
@ -6,3 +6,5 @@ bin/shasum
|
|||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/
|
||||
@dirrmtry %%SITE_PERL%%/Digest/SHA/
|
||||
@dirrmtry %%SITE_PERL%%/Digest/
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dups
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Reference in a new issue