ports/161879: [PATCH] textproc/p5-Text-VimColor: update to 0.14
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Oct 21 14:10:12 UTC 2011
>Number: 161879
>Category: ports
>Synopsis: [PATCH] textproc/p5-Text-VimColor: update to 0.14
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Oct 21 14:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 0.14
Port maintainer (ychsiao at ychsiao.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Text-VimColor-0.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-VimColor/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile 20 Jun 2011 09:03:25 -0000 1.8
+++ Makefile 21 Oct 2011 14:00:17 -0000
@@ -6,21 +6,36 @@
#
PORTNAME= Text-VimColor
-PORTVERSION= 0.11
+PORTVERSION= 0.14
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:GEOFFR
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao at ychsiao.org
COMMENT= Syntax color text in HTML or XML using Vim
-BUILD_DEPENDS= ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class
-RUN_DEPENDS= ${BUILD_DEPENDS}
+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
PERL_CONFIGURE= yes
MAN1= text-vimcolor.1
MAN3= Text::VimColor.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.if ${PERL_LEVEL} < 501400
+BUILD_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
+RUN_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-VimColor/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo 20 Jun 2011 09:03:25 -0000 1.5
+++ distinfo 21 Oct 2011 14:00:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (Text-VimColor-0.11.tar.gz) = daea9dcdd1ad3d5c18c843e13f1508540e5bc838a908e59a4e90bfd1ce9a52fa
-SIZE (Text-VimColor-0.11.tar.gz) = 20375
+SHA256 (Text-VimColor-0.14.tar.gz) = 5230a704a2f4ec54f04933c5d71c785274e9819e30f9f55766d3d365b5af37f6
+SIZE (Text-VimColor-0.14.tar.gz) = 38480
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-VimColor/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist 24 Sep 2010 02:03:27 -0000 1.3
+++ pkg-plist 21 Oct 2011 14:00:17 -0000
@@ -1,10 +1,12 @@
bin/text-vimcolor
%%SITE_PERL%%/Text/VimColor.pm
-%%SITE_PERL%%/Text/VimColor/light.css
-%%SITE_PERL%%/Text/VimColor/light.xsl
-%%SITE_PERL%%/Text/VimColor/mark.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
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/VimColor/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/VimColor
- at dirrm %%SITE_PERL%%/Text/VimColor
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrm %%SITE_PERL%%/auto/share/dist/Text-VimColor
+ at dirrmtry %%SITE_PERL%%/auto/share/dist
+ at dirrmtry %%SITE_PERL%%/auto/share
@dirrmtry %%SITE_PERL%%/Text
--- p5-Text-VimColor-0.14.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list