Date: Sun, 15 Mar 2015 15:24:49 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381337 - head/textproc/p5-Text-VimColor Message-ID: <201503151524.t2FFOnlD012263@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Mar 15 15:24:48 2015 New Revision: 381337 URL: https://svnweb.freebsd.org/changeset/ports/381337 QAT: https://qat.redports.org/buildarchive/r381337/ Log: Update to 0.25. Changes: https://metacpan.org/changes/distribution/Text-VimColor PR: 198131 Approved by: maintainer timeout (2 weeks) Modified: head/textproc/p5-Text-VimColor/Makefile head/textproc/p5-Text-VimColor/distinfo head/textproc/p5-Text-VimColor/pkg-plist Modified: head/textproc/p5-Text-VimColor/Makefile ============================================================================== --- head/textproc/p5-Text-VimColor/Makefile Sun Mar 15 15:11:19 2015 (r381336) +++ head/textproc/p5-Text-VimColor/Makefile Sun Mar 15 15:24:48 2015 (r381337) @@ -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:${PORTS USES= perl5 USE_PERL5= configure +post-patch: + @${REINPLACE_CMD} -e '/use inc::VimCommand/d' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> Modified: head/textproc/p5-Text-VimColor/distinfo ============================================================================== --- head/textproc/p5-Text-VimColor/distinfo Sun Mar 15 15:11:19 2015 (r381336) +++ head/textproc/p5-Text-VimColor/distinfo Sun Mar 15 15:24:48 2015 (r381337) @@ -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 Modified: head/textproc/p5-Text-VimColor/pkg-plist ============================================================================== --- head/textproc/p5-Text-VimColor/pkg-plist Sun Mar 15 15:11:19 2015 (r381336) +++ head/textproc/p5-Text-VimColor/pkg-plist Sun Mar 15 15:24:48 2015 (r381337) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503151524.t2FFOnlD012263>