Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 09:32:21 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dereckson@gmail.com
Subject:   ports/158360: [PATCH] devel/p5-ReadLine-TTYtter: respect devel/p5-ReadLine-*
Message-ID:  <20110628013221.64E4E32D1@sunpoet.net>
Resent-Message-ID: <201106280140.p5S1e7m7077035@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158360
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ReadLine-TTYtter: respect devel/p5-ReadLine-*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 01:40:07 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: Mon Jun 20 21:52:00 CST 2011
>Description:
- Respect devel/p5-ReadLine-*: use @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
- Make portlint happier
- Bump PORTREVISION for PLIST change

Port maintainer (dereckson@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-ReadLine-TTYtter-1.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-ReadLine-TTYtter/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	23 Nov 2010 06:38:19 -0000	1.2
+++ Makefile	28 Jun 2011 01:31:16 -0000
@@ -7,17 +7,18 @@
 
 PORTNAME=	ReadLine-TTYtter
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=Term
+MASTER_SITE_SUBDIR=	Term
 PKGNAMEPREFIX=	p5-
 DISTNAME=	Term-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	dereckson@gmail.com
 COMMENT=	Perl5 module for Term::ReadLine allowing rich editing
 
-PERL_CONFIGURE=	YES
-
 LICENSE=	ART20
 
+PERL_CONFIGURE=	yes
+
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-ReadLine-TTYtter/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	14 Oct 2010 00:58:43 -0000	1.1
+++ pkg-plist	28 Jun 2011 01:31:16 -0000
@@ -1,7 +1,7 @@
 %%SITE_PERL%%/Term/ReadLine/TTYtter.pm
 %%SITE_PERL%%/Term/ReadLine/readline_ttytter.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
 @dirrmtry %%SITE_PERL%%/Term/ReadLine
 @dirrmtry %%SITE_PERL%%/Term
--- p5-ReadLine-TTYtter-1.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110628013221.64E4E32D1>