- Update to 3.01

Changes:	http://search.cpan.org/dist/Term-ANSIColor/ChangeLog
PR:		ports/161479
Submitted by:	sunpoet (myself)
Approved by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-10-12 10:06:37 +00:00
parent f16853b334
commit 9663ccc4a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283429
3 changed files with 7 additions and 8 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= Term-ANSIColor
PORTVERSION= 3.00
PORTVERSION= 3.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ANSIColor-${PORTVERSION}
MAINTAINER= dsh@vlink.ru
COMMENT= Color screen output using ANSI escape sequences
PERL_CONFIGURE= YES
PERL_CONFIGURE= yes
MAN3= Term::ANSIColor.3

View File

@ -1,2 +1,2 @@
SHA256 (ANSIColor-3.00.tar.gz) = 9773ec6bed37ffed54b52e2a23b6a87a16fce547e5cbb1f824a5498bb7122557
SIZE (ANSIColor-3.00.tar.gz) = 20000
SHA256 (Term-ANSIColor-3.01.tar.gz) = 05cbe4aac2d77270a021dece42bd6e1b04add1d8e05ef03e4e55bffdc91f8545
SIZE (Term-ANSIColor-3.01.tar.gz) = 20890

View File

@ -1,9 +1,9 @@
--- ./Makefile.PL.orig 2009-12-15 05:07:34.733778581 +0000
+++ ./Makefile.PL 2009-12-15 05:07:42.485119095 +0000
--- Makefile.PL.orig 2011-07-21 05:19:47.000000000 +0800
+++ Makefile.PL 2011-10-10 23:25:49.212106596 +0800
@@ -5,8 +5,6 @@
WriteMakefile (
NAME => 'Term::ANSIColor',
DISTNAME => 'ANSIColor',
DISTNAME => 'Term-ANSIColor',
- ($] >= 5.006 ?
- (INSTALLDIRS => 'perl') : ()),
($] >= 5.005 ?