- Update to 0.74
- Do not silence installation message Changes: http://search.cpan.org/dist/DateTime/Changes Feature safe: yes
This commit is contained in:
parent
1c03810e7c
commit
8869ad568a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293930
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DateTime
|
||||
PORTVERSION= 0.72
|
||||
PORTVERSION= 0.74
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DROLSKY
|
||||
|
@ -30,12 +30,12 @@ MAN3= DateTime.3 DateTime::Duration.3 \
|
|||
DateTime::Infinite.3 \
|
||||
DateTime::LeapSecond.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= CREDITS Changes TODO
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DateTime-0.72.tar.gz) = b05a90f2010cd97f2c6dcb3c58b54c792f703390073787319d9a4db91e940459
|
||||
SIZE (DateTime-0.72.tar.gz) = 170910
|
||||
SHA256 (DateTime-0.74.tar.gz) = 1e23cdb8425f61ea64da4fd136b5f7a3f5fa258a39303a24e1e34c1b88a54b71
|
||||
SIZE (DateTime-0.74.tar.gz) = 171130
|
||||
|
|
Loading…
Reference in a new issue