mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.60
PR: 61566 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
parent
afade5e906
commit
673f0daafd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98556
3 changed files with 19 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Text-ParagraphDiff
|
||||
PORTVERSION= 2.43
|
||||
PORTVERSION= 2.60
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
|
@ -23,6 +23,9 @@ PERL_CONFIGURE= yes
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
SCRIPTS= tdiff
|
||||
EXAMPLES= diff.html new.txt old.txt
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/p5-Text-ParagraphDiff
|
||||
MAN3= Text::ParagraphDiff.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -31,4 +34,13 @@ MAN3= Text::ParagraphDiff.3
|
|||
IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/bin && \
|
||||
${INSTALL_SCRIPT} ${SCRIPTS} ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && \
|
||||
${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Text-ParagraphDiff-2.43.tar.gz) = 48463c3df69edddc57ce3f8703276ab7
|
||||
MD5 (Text-ParagraphDiff-2.60.tar.gz) = 35a09607746114271693185dbcc8dc60
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
%%PORTDOCS%%%%EXAMPLESDIR%%/tdiff
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/diff.html
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/new.txt
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/old.txt
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
%%SITE_PERL%%/Text/ParagraphDiff.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParagraphDiff/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParagraphDiff
|
||||
|
|
Loading…
Add table
Reference in a new issue