Index: head/textproc/p5-Text-VimColor/Makefile =================================================================== --- head/textproc/p5-Text-VimColor/Makefile (revision 381336) +++ head/textproc/p5-Text-VimColor/Makefile (revision 381337) @@ -1,28 +1,30 @@ # Created by: Elvis Chiang # $FreeBSD$ PORTNAME= Text-VimColor -PORTVERSION= 0.14 -PORTREVISION= 2 +PORTVERSION= 0.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Syntax color text in HTML or XML using Vim LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim RUN_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim USES= perl5 USE_PERL5= configure + +post-patch: + @${REINPLACE_CMD} -e '/use inc::VimCommand/d' ${WRKSRC}/Makefile.PL .include Index: head/textproc/p5-Text-VimColor/distinfo =================================================================== --- head/textproc/p5-Text-VimColor/distinfo (revision 381336) +++ head/textproc/p5-Text-VimColor/distinfo (revision 381337) @@ -1,2 +1,2 @@ -SHA256 (Text-VimColor-0.14.tar.gz) = 5230a704a2f4ec54f04933c5d71c785274e9819e30f9f55766d3d365b5af37f6 -SIZE (Text-VimColor-0.14.tar.gz) = 38480 +SHA256 (Text-VimColor-0.25.tar.gz) = eeff751ae45fd27432b2e035910684a72b7507fe6424b58876126e75d5809590 +SIZE (Text-VimColor-0.25.tar.gz) = 137165 Index: head/textproc/p5-Text-VimColor/pkg-plist =================================================================== --- head/textproc/p5-Text-VimColor/pkg-plist (revision 381336) +++ head/textproc/p5-Text-VimColor/pkg-plist (revision 381337) @@ -1,7 +1,8 @@ bin/text-vimcolor %%PERL5_MAN3%%/Text::VimColor.3.gz %%SITE_PERL%%/Text/VimColor.pm +%%SITE_PERL%%/auto/share/dist/Text-VimColor/define_all.vim %%SITE_PERL%%/auto/share/dist/Text-VimColor/light.css %%SITE_PERL%%/auto/share/dist/Text-VimColor/light.xsl %%SITE_PERL%%/auto/share/dist/Text-VimColor/mark.vim man/man1/text-vimcolor.1.gz