View | Details | Raw Unified | Return to bug 198131
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	Text-VimColor
4
PORTNAME=	Text-VimColor
5
PORTVERSION=	0.14
5
PORTVERSION=	0.25
6
PORTREVISION=	2
7
CATEGORIES=	textproc perl5
6
CATEGORIES=	textproc perl5
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 25-28 Link Here
25
USES=		perl5
24
USES=		perl5
26
USE_PERL5=	configure
25
USE_PERL5=	configure
27
26
27
post-patch:
28
	@${REINPLACE_CMD} -e '/use inc::VimCommand/d' ${WRKSRC}/Makefile.PL
29
28
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Text-VimColor-0.14.tar.gz) = 5230a704a2f4ec54f04933c5d71c785274e9819e30f9f55766d3d365b5af37f6
1
SHA256 (Text-VimColor-0.25.tar.gz) = eeff751ae45fd27432b2e035910684a72b7507fe6424b58876126e75d5809590
2
SIZE (Text-VimColor-0.14.tar.gz) = 38480
2
SIZE (Text-VimColor-0.25.tar.gz) = 137165
(-)pkg-plist (+1 lines)
Lines 1-6 Link Here
1
bin/text-vimcolor
1
bin/text-vimcolor
2
%%PERL5_MAN3%%/Text::VimColor.3.gz
2
%%PERL5_MAN3%%/Text::VimColor.3.gz
3
%%SITE_PERL%%/Text/VimColor.pm
3
%%SITE_PERL%%/Text/VimColor.pm
4
%%SITE_PERL%%/auto/share/dist/Text-VimColor/define_all.vim
4
%%SITE_PERL%%/auto/share/dist/Text-VimColor/light.css
5
%%SITE_PERL%%/auto/share/dist/Text-VimColor/light.css
5
%%SITE_PERL%%/auto/share/dist/Text-VimColor/light.xsl
6
%%SITE_PERL%%/auto/share/dist/Text-VimColor/light.xsl
6
%%SITE_PERL%%/auto/share/dist/Text-VimColor/mark.vim
7
%%SITE_PERL%%/auto/share/dist/Text-VimColor/mark.vim

Return to bug 198131