ports/127741: [PATCH] devel/p5-ReadLine-Gnu: update to 1.17a

Yen-Ming Lee leeym at FreeBSD.org
Tue Sep 30 05:00:11 UTC 2008


>Number:         127741
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ReadLine-Gnu: update to 1.17a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 05:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list