Bug 178913 - [patch] textproc/p5-Text-VimColor
Summary: [patch] textproc/p5-Text-VimColor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:30 UTC by Andrej Zverev
Modified: 2013-06-07 08:30 UTC (History)
0 users

See Also:


Attachments
patch.diff (746 bytes, patch)
2013-05-24 09:30 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 09:30:01 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:30:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:30:35 UTC
Maintainer of textproc/p5-Text-VimColor,

Please note that PR ports/178913 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178913

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:30:36 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2013-05-28 13:20:39 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Mark Linimon 2013-05-28 13:21:37 UTC
----- Forwarded message from Yuan-Chung Hsiao <ychsiao@ychsiao.org> -----

Date: Tue, 28 May 2013 19:01:18 +0800
From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: Edwin Groothuis <edwin@freebsd.org>
Cc: freebsd-ports-bugs@freebsd.org, perl@freebsd.org
Subject: Re: ports/178913: [patch] textproc/p5-Text-VimColor

Please commit it, thanks.

----- End forwarded message -----
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:27:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:27:27 UTC
Author: az
Date: Fri Jun  7 07:27:14 2013
New Revision: 320162
URL: http://svnweb.freebsd.org/changeset/ports/320162

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  - Make portlint happy
  
  PR:		ports/178913
  Submitted by:	az
  Approved by:	maintainer

Modified:
  head/textproc/p5-Text-VimColor/Makefile   (contents, props changed)
  head/textproc/p5-Text-VimColor/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-Text-VimColor/Makefile
==============================================================================
--- head/textproc/p5-Text-VimColor/Makefile	Fri Jun  7 07:15:16 2013	(r320161)
+++ head/textproc/p5-Text-VimColor/Makefile	Fri Jun  7 07:27:14 2013	(r320162)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Text::VimColor
-# Date created:		2004-07-25
-# Whom:			Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
-#
+# Created by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-VimColor
 PORTVERSION=	0.14
@@ -30,10 +26,6 @@ MAN3=		Text::VimColor.3
 
 .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

Modified: head/textproc/p5-Text-VimColor/pkg-descr
==============================================================================
--- head/textproc/p5-Text-VimColor/pkg-descr	Fri Jun  7 07:15:16 2013	(r320161)
+++ head/textproc/p5-Text-VimColor/pkg-descr	Fri Jun  7 07:27:14 2013	(r320162)
@@ -1,4 +1,3 @@
 Text::VimColor - syntax color text in HTML or XML using Vim
 
-Author:	Geoff Richards <qef@laxan.com>
-WWW:	http://search.cpan.org/dist/Text-VimColor/
+WWW: http://search.cpan.org/dist/Text-VimColor/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"