Date: Fri, 3 Feb 2006 12:20:08 GMT From: laszlof@vonostingroup.com To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/92756: [PATCH] devel/readline: update to 5.1 Message-ID: <200602031220.k13CK8gP065657@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/92756; it has been noted by GNATS. From: laszlof@vonostingroup.com To: bug-followup@FreeBSD.org Cc: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: ports/92756: [PATCH] devel/readline: update to 5.1 Date: Fri, 03 Feb 2006 07:18:43 -0500 This message is in MIME format. --=_57l2cebg8y04 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Please use the attached patch instead. There is no reason to remove PATCH_FILES completely. Everything compiles and works as expected. THanks to Mr Liao for the initial patch. Cheers, Frank Laszlo --=_57l2cebg8y04 Content-Type: text/x-patch; charset=ISO-8859-1; name="readline-5.1.diff" Content-Disposition: attachment; filename="readline-5.1.diff" Content-Transfer-Encoding: 7bit diff -NrU3 readline/Makefile readline.new/Makefile --- readline/Makefile Fri Oct 15 19:49:33 2004 +++ readline.new/Makefile Fri Feb 3 07:08:08 2006 @@ -6,12 +6,16 @@ # PORTNAME= readline -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/ +MASTER_SITES= ${MASTER_SITE_GNU} \ + ftp://ftp.cwru.edu/pub/bash/ +MASTER_SITE_SUBDIR= ${PORTNAME} -PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/ -PATCHFILES= readline50-001 readline50-002 readline50-003 readline50-004 readline50-005 +PATCH_SITES= ftp://ftp.gnu.org/gnu/readline/${PORTNAME}-${PORTVERSION}-patches/ \ + ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/ +SUBDIR= ${PORTNAME} +PATCHFILES= readline51-001 MAINTAINER= laszlof@vonostingroup.com COMMENT= A library for editing command lines as they are typed diff -NrU3 readline/distinfo readline.new/distinfo --- readline/distinfo Thu Nov 10 13:41:24 2005 +++ readline.new/distinfo Fri Feb 3 07:08:12 2006 @@ -1,18 +1,6 @@ -MD5 (readline-5.0.tar.gz) = 9a39d15f1ed592883f8c6671e8c13120 -SHA256 (readline-5.0.tar.gz) = d19e4f820da653b94262b0e5cdeda45f474c2d7b378a85a4b9aeaae76269a611 -SIZE (readline-5.0.tar.gz) = 1808946 -MD5 (readline50-001) = 5b47ed61b6b8413746750127c70e843d -SHA256 (readline50-001) = b1becd30aade01def4fd8dbcb6749dc2db85c9de90d3acdeb8f9270a43dfa23b -SIZE (readline50-001) = 1702 -MD5 (readline50-002) = 9f803005e7e4c7d675146a9a805acbf1 -SHA256 (readline50-002) = 662d39296e66562300b34ad5ab8c2eb76d6f95e665e76752abf9e9a27aa13109 -SIZE (readline50-002) = 1337 -MD5 (readline50-003) = 05d59c91f80fa99ab177783229b0f769 -SHA256 (readline50-003) = 12f9d8942eee8f77f42887b4fd5035277bddb28d7820719edd597ea9bcbe0e3d -SIZE (readline50-003) = 3841 -MD5 (readline50-004) = aa1f6343e47f8e024488c63281d77809 -SHA256 (readline50-004) = d0f8606fa007ef938e236635c8b75b243f66ad400dd907b194b70a09b4834c27 -SIZE (readline50-004) = 2411 -MD5 (readline50-005) = 1dc2654e0161f2e7b4f536b12e1d54b7 -SHA256 (readline50-005) = 9110c75530ee3e249139f7896bf46cc7d20f4d2889f03dcc2a01df49dc9efe83 -SIZE (readline50-005) = 2216 +MD5 (readline-5.1.tar.gz) = 7ee5a692db88b30ca48927a13fd60e46 +SHA256 (readline-5.1.tar.gz) = 163ec6407ec75a709c9077657b1fca9314cc74999d57d1c35ab185702bb067c6 +SIZE (readline-5.1.tar.gz) = 2030276 +MD5 (readline51-001) = 63faf622820ca0828131c8b5aeac1e6a +SHA256 (readline51-001) = 2c9786b231a454504c3f38361af6fd74e61789bc1009eba5fb2447b5a3ac5774 +SIZE (readline51-001) = 2042 --=_57l2cebg8y04--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602031220.k13CK8gP065657>