From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 3 03:10:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0297F16A420 for ; Fri, 3 Feb 2006 03:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF3543D46 for ; Fri, 3 Feb 2006 03:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k133A4if031001 for ; Fri, 3 Feb 2006 03:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k133A4Eo031000; Fri, 3 Feb 2006 03:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 3 Feb 2006 03:10:04 GMT Resent-Message-Id: <200602030310.k133A4Eo031000@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Liao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F2A516A420 for ; Fri, 3 Feb 2006 03:06:08 +0000 (GMT) (envelope-from ijliao@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D9043D46 for ; Fri, 3 Feb 2006 03:06:07 +0000 (GMT) (envelope-from ijliao@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id E39DD7E967; Fri, 3 Feb 2006 11:06:06 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83044-04; Fri, 3 Feb 2006 11:06:05 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1041) id 5BCA97E979; Fri, 3 Feb 2006 11:06:05 +0800 (CST) Message-Id: <20060203030605.5BCA97E979@FreeBSD.csie.nctu.edu.tw> Date: Fri, 3 Feb 2006 11:06:05 +0800 (CST) From: Ying-Chieh Liao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: laszlof@vonostingroup.com Subject: ports/92756: [PATCH] devel/readline: update to 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 03:10:07 -0000 >Number: 92756 >Category: ports >Synopsis: [PATCH] devel/readline: update to 5.1 >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: Fri Feb 03 03:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.0-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #3: Fri Nov 25 11:26:33 CST 2005 >Description: - Update to 5.1 Port maintainer (laszlof@vonostingroup.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- readline-5.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/readline/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 15 Oct 2004 23:49:33 -0000 1.5 +++ Makefile 3 Feb 2006 03:05:58 -0000 @@ -6,12 +6,14 @@ # 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.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/ +#PATCHFILES= readline50-001 readline50-002 readline50-003 readline50-004 readline50-005 MAINTAINER= laszlof@vonostingroup.com COMMENT= A library for editing command lines as they are typed Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/readline/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 10 Nov 2005 18:41:24 -0000 1.5 +++ distinfo 3 Feb 2006 03:05:58 -0000 @@ -1,18 +1,3 @@ -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 --- readline-5.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: