mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.18
PR: 101387 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
fe1ec87aa3
commit
8e58b736f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169976
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Pod-Coverage
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= devel textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Pod
|
||||
@ -36,7 +35,7 @@ post-install:
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
|
||||
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Pod-Coverage-0.17.tar.gz) = 79fbf29b4438bebc24a3957cc9017612
|
||||
SHA256 (Pod-Coverage-0.17.tar.gz) = fdb4e50dc2a981ec7860303d48ccdc2f3d6a140e14f0da9b6777ea9d402f700c
|
||||
SIZE (Pod-Coverage-0.17.tar.gz) = 12692
|
||||
MD5 (Pod-Coverage-0.18.tar.gz) = 12e4f06fa8411a1f5011d3e6ce3628b3
|
||||
SHA256 (Pod-Coverage-0.18.tar.gz) = da2edbf0ec0cedd4decb5ccb0a4841bc47a53695f7a9e7b7af92b1043aedd7eb
|
||||
SIZE (Pod-Coverage-0.18.tar.gz) = 13292
|
||||
|
@ -1,14 +1,11 @@
|
||||
@comment $FreeBSD$
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/check_installed
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/script-covered
|
||||
%%SITE_PERL%%/Pod/Coverage.pm
|
||||
%%SITE_PERL%%/Pod/Coverage/CountParents.pm
|
||||
%%SITE_PERL%%/Pod/Coverage/ExportOnly.pm
|
||||
%%SITE_PERL%%/Pod/Coverage/Overloader.pm
|
||||
bin/pod_cover
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Pod/Coverage.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Pod/Coverage/CountParents.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Pod/Coverage/ExportOnly.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Pod/Coverage/Overloader.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage/Coverage.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage/Coverage.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Changes
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Pod
|
||||
%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
|
||||
@dirrmtry %%SITE_PERL%%/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/Pod
|
||||
|
Loading…
Reference in New Issue
Block a user