diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-15 23:24:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-15 23:24:48 +0800 |
commit | 117808ecd9c57875e30be3a3416943d70e2aadbb (patch) | |
tree | 11492b91223900856965dcc4fea0b357082e0b90 | |
parent | e91b65cda70bd1dfbc22e911428bbe1ec11dc06d (diff) | |
download | freebsd-ports-gnome-117808ecd9c57875e30be3a3416943d70e2aadbb.tar.gz freebsd-ports-gnome-117808ecd9c57875e30be3a3416943d70e2aadbb.tar.zst freebsd-ports-gnome-117808ecd9c57875e30be3a3416943d70e2aadbb.zip |
Update to 0.25.
Changes: https://metacpan.org/changes/distribution/Text-VimColor
PR: 198131
Approved by: maintainer timeout (2 weeks)
-rw-r--r-- | textproc/p5-Text-VimColor/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-VimColor/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-VimColor/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-Text-VimColor/Makefile b/textproc/p5-Text-VimColor/Makefile index 08176757903c..ec705cb2fe9b 100644 --- a/textproc/p5-Text-VimColor/Makefile +++ b/textproc/p5-Text-VimColor/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-VimColor -PORTVERSION= 0.14 -PORTREVISION= 2 +PORTVERSION= 0.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,4 +24,7 @@ RUN_DEPENDS= p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ USES= perl5 USE_PERL5= configure +post-patch: + @${REINPLACE_CMD} -e '/use inc::VimCommand/d' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> diff --git a/textproc/p5-Text-VimColor/distinfo b/textproc/p5-Text-VimColor/distinfo index bd1a14f504ef..3b283f1fec01 100644 --- a/textproc/p5-Text-VimColor/distinfo +++ b/textproc/p5-Text-VimColor/distinfo @@ -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 diff --git a/textproc/p5-Text-VimColor/pkg-plist b/textproc/p5-Text-VimColor/pkg-plist index 90c66032961f..63f23eb6b482 100644 --- a/textproc/p5-Text-VimColor/pkg-plist +++ b/textproc/p5-Text-VimColor/pkg-plist @@ -1,6 +1,7 @@ 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 |