Date: Sun, 8 Mar 2009 00:46:28 GMT From: Eitan Adler <EitanAdlerList@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132400: [patch] update devel/readline to 6.0 Message-ID: <200903080046.n280kSDf032441@www.freebsd.org> Resent-Message-ID: <200903080050.n280o2tF023654@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132400 >Category: ports >Synopsis: [patch] update devel/readline to 6.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 08 00:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: Patch to update readline to newest version and make me maintainer. >How-To-Repeat: >Fix: diff -urN readline/Makefile readline-new/Makefile --- readline/Makefile 2008-08-19 05:18:32.000000000 -0400 +++ readline-new/Makefile 2009-03-07 19:44:47.000000000 -0500 @@ -6,19 +6,13 @@ # PORTNAME= readline -PORTVERSION= 5.2 -PORTREVISION= 1 +PORTVERSION= 6.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= ${PORTNAME} -PATCH_SITES= ftp://ftp.gnu.org/gnu/readline/${PORTNAME}-${PORTVERSION}-patches/ \ - ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/ -PATCHFILES= readline52-001 readline52-002 readline52-003 readline52-004 \ - readline52-005 readline52-006 readline52-007 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= EitanAdlerList@gmail.com COMMENT= A library for editing command lines as they are typed GNU_CONFIGURE= yes @@ -29,10 +23,6 @@ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -EXTRA_PATCHES+= ${FILESDIR}/support_shobj-conf.diff -.endif - pre-configure: .if !defined(WITHOUT_TERMCAP) ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in diff -urN readline/distinfo readline-new/distinfo --- readline/distinfo 2007-08-23 15:26:36.000000000 -0400 +++ readline-new/distinfo 2009-03-07 19:43:10.000000000 -0500 @@ -1,24 +1,3 @@ -MD5 (readline-5.2.tar.gz) = e39331f32ad14009b9ff49cc10c5e751 -SHA256 (readline-5.2.tar.gz) = 12e88d96aee2cd1192500356f0535540db499282ca7f76339fb4228c31249f45 -SIZE (readline-5.2.tar.gz) = 2037705 -MD5 (readline52-001) = 9d4d41622aa9b230c57f68548ce87d8f -SHA256 (readline52-001) = eac304c369154059f93049ada328739faaf40338d3cb1fb4b544c93d5ce3f8d5 -SIZE (readline52-001) = 874 -MD5 (readline52-002) = f03e512d14206e37f7d6a748b56b9476 -SHA256 (readline52-002) = 9deacaef25507a0c2ae0b661bf9342559b59a2954d66ea3c5f5bcd900fdfcf78 -SIZE (readline52-002) = 1433 -MD5 (readline52-003) = 252b42d8750f1a94b6bdf086612dceb2 -SHA256 (readline52-003) = 2a55d2ecb1c9b0147aeb193a6323616ab31c1c525a83b2db3a994b15594ba934 -SIZE (readline52-003) = 1204 -MD5 (readline52-004) = a32333c2e603a3ed250514e91050e552 -SHA256 (readline52-004) = a03b65633781efa7c3aae5d57162985e7b7a3c10acf0f2621be610e16f27e5f2 -SIZE (readline52-004) = 2192 -MD5 (readline52-005) = 8106796c09b789523a3a78ab69c04b6d -SHA256 (readline52-005) = 06001896514148a757ea6edbbd40c4fc4331dc653847244386c37b138b150f64 -SIZE (readline52-005) = 8029 -MD5 (readline52-006) = 512188e2bf0837f7eca19dbf71f182ae -SHA256 (readline52-006) = dfef3e982c0adf8bb5a9b7d0468ec8f5f18138b325e28759437464de5be71013 -SIZE (readline52-006) = 2820 -MD5 (readline52-007) = ac17aca62eb6fb398c9f2fe9de540aff -SHA256 (readline52-007) = 775b028c7b761397ac6ae1bdfbac7e896dc3b9b3adc2f91312499180ca13bdd1 -SIZE (readline52-007) = 1523 +MD5 (readline-6.0.tar.gz) = b7f65a48add447693be6e86f04a63019 +SHA256 (readline-6.0.tar.gz) = 1199d905c025735b34cf67d03078585e18f84707052413279fe68ce48c1cc1de +SIZE (readline-6.0.tar.gz) = 2270818 diff -urN readline/pkg-plist readline-new/pkg-plist --- readline/pkg-plist 2004-10-15 19:49:33.000000000 -0400 +++ readline-new/pkg-plist 2009-03-07 19:42:14.000000000 -0500 @@ -8,8 +8,8 @@ include/readline/rltypedefs.h lib/libreadline.a lib/libhistory.a -lib/libhistory.so.5 +lib/libhistory.so.6 lib/libhistory.so -lib/libreadline.so.5 +lib/libreadline.so.6 lib/libreadline.so @dirrm include/readline >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903080046.n280kSDf032441>