From leeym@cn1.leeym.com  Tue Sep 30 04:56:39 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 538ED106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 04:56:39 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 129408FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 04:56:38 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m8U4ucgu069573;
	Mon, 29 Sep 2008 21:56:38 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m8U4ucFg069566;
	Mon, 29 Sep 2008 21:56:38 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200809300456.m8U4ucFg069566@cn1.leeym.com>
Date: Mon, 29 Sep 2008 21:56:38 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: shaun@freebsd.org
Subject: [PATCH] devel/p5-ReadLine-Gnu: update to 1.17a
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127741
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ReadLine-Gnu: update to 1.17a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 05:00:09 UTC 2008
>Closed-Date:    Sat Oct 25 16:36:02 UTC 2008
>Last-Modified:  Sat Oct 25 16:40:05 UTC 2008
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.17a
- add MASTER_SITE_SUBDIR=Term to unbreak this port after utilize CPAN macro

Note: this port doesn't follow the CPAN convention about directory name and portname.
We can either maintain the current hacky settings, or request a repocopy and rename it to p5-Term-ReadLine-Gnu.

Port maintainer (shaun@FreeBSD.org) is cc'd.

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

--- p5-ReadLine-Gnu-1.17a.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ReadLine-Gnu/Makefile,v
retrieving revision 1.25
diff -u -d -b -w -u -r1.25 Makefile
--- Makefile	17 Apr 2008 14:25:59 -0000	1.25
+++ Makefile	30 Sep 2008 04:55:45 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	ReadLine-Gnu
-PORTVERSION=	1.16
+PORTVERSION=	1.17a
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=Term
 PKGNAMEPREFIX=	p5-
 DISTNAME=	Term-${PORTNAME}-${PORTVERSION}
 
@@ -16,14 +17,8 @@
 COMMENT=	Perl 5 module that allows Term::ReadLine to use GNU readline
 
 PERL_CONFIGURE=	5.8.0+
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libreadline.so)
-CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include
-LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
-.endif
+WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
 
 MAN3=		Term::ReadLine::Gnu.3
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ReadLine-Gnu/distinfo,v
retrieving revision 1.10
diff -u -d -b -w -u -r1.10 distinfo
--- distinfo	20 Apr 2006 05:00:52 -0000	1.10
+++ distinfo	30 Sep 2008 04:55:45 -0000
@@ -1,3 +1,3 @@
-MD5 (Term-ReadLine-Gnu-1.16.tar.gz) = 2e07264583d5f6ca1d84cde7177888c9
-SHA256 (Term-ReadLine-Gnu-1.16.tar.gz) = 816c6f29b36d7db2c141372ceeebdd9b836bb13ad92708057ca8d2599f7a53aa
-SIZE (Term-ReadLine-Gnu-1.16.tar.gz) = 67310
+MD5 (Term-ReadLine-Gnu-1.17a.tar.gz) = acdd3ded64423390824f31149ebfdf5c
+SHA256 (Term-ReadLine-Gnu-1.17a.tar.gz) = 41206971d87c63cecb6c5892d9cd4c96b53aacd31279db7bf5571662352f9bac
+SIZE (Term-ReadLine-Gnu-1.17a.tar.gz) = 66489
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ReadLine-Gnu/pkg-plist,v
retrieving revision 1.7
diff -u -d -b -w -u -r1.7 pkg-plist
--- pkg-plist	22 Jan 2006 01:48:12 -0000	1.7
+++ pkg-plist	30 Sep 2008 04:55:45 -0000
@@ -1,6 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/XS.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/euc_jp.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.so
--- p5-ReadLine-Gnu-1.17a.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 30 05:00:25 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127741 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Sat Oct 25 16:35:54 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127741 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127741: commit references a PR
Date: Sat, 25 Oct 2008 16:35:55 +0000 (UTC)

 leeym       2008-10-25 16:35:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-ReadLine-Gnu Makefile distinfo pkg-plist 
   Log:
   - Update to 1.17a
   - add MASTER_SITE_SUBDIR=Term to unbreak this port after utilize CPAN macro
   
   PR:             127741
   Submitted by:   leeym
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.26      +4 -9      ports/devel/p5-ReadLine-Gnu/Makefile
   1.11      +3 -3      ports/devel/p5-ReadLine-Gnu/distinfo
   1.8       +0 -1      ports/devel/p5-ReadLine-Gnu/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
