mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 4.05
This commit is contained in:
parent
09013611f1
commit
18a37112d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416857
3 changed files with 13 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Term-ANSIColor
|
||||
PORTVERSION= 3.02
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,7 +10,16 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= dsh@vlink.ru
|
||||
COMMENT= Color screen output using ANSI escape sequences
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PORTEXAMPLES= generate-colors
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/generate-colors \
|
||||
${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Term-ANSIColor-3.02.tar.gz) = e3082f103b706e3469edd7c31b26996e3315c064cc9530347e876a4844d3bb04
|
||||
SIZE (Term-ANSIColor-3.02.tar.gz) = 21766
|
||||
TIMESTAMP = 1465842910
|
||||
SHA256 (Term-ANSIColor-4.05.tar.gz) = 9a4e0531c41ac79ee143c3a64b7de5d09bb73c0ea033c0233dae10d85d4a1fca
|
||||
SIZE (Term-ANSIColor-4.05.tar.gz) = 45418
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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 => 'Term-ANSIColor',
|
||||
- ($] >= 5.006 ?
|
||||
- (INSTALLDIRS => 'perl') : ()),
|
||||
($] >= 5.005 ?
|
||||
(ABSTRACT => 'Color output using ANSI escape sequences',
|
||||
AUTHOR => 'Russ Allbery (rra@stanford.edu)') : ()),
|
Loading…
Add table
Reference in a new issue