From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 01:20:21 2005 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 2D0AA16A41F for ; Thu, 20 Oct 2005 01:20:21 +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 BF25A43D6A for ; Thu, 20 Oct 2005 01:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9K1KHKk011759 for ; Thu, 20 Oct 2005 01:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9K1KHL4011758; Thu, 20 Oct 2005 01:20:17 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 01:20:17 GMT Resent-Message-Id: <200510200120.j9K1KHL4011758@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C7D16A41F; Thu, 20 Oct 2005 01:14:46 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr52.hinet.net (msr52.hinet.net [168.95.4.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE1D43D62; Thu, 20 Oct 2005 01:14:45 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr52.hinet.net (8.9.3/8.9.3) with ESMTP id JAA05453; Thu, 20 Oct 2005 09:14:42 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id ADA7DB29D51; Thu, 20 Oct 2005 09:14:35 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93694-06; Thu, 20 Oct 2005 09:14:28 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id AC771B29D17; Thu, 20 Oct 2005 09:14:28 +0800 (CST) Message-Id: <20051020011428.AC771B29D17@utopia.leeym.com> Date: Thu, 20 Oct 2005 09:14:28 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/87696: [PATCH] net-mgmt/p5-Net-IP: update to 1.24 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: Thu, 20 Oct 2005 01:20:21 -0000 >Number: 87696 >Category: ports >Synopsis: [PATCH] net-mgmt/p5-Net-IP: update to 1.24 >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: Thu Oct 20 01:20:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Sep 28 07:54:21 CST 2005 >Description: - Update to 1.24 Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Net-IP-1.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-mgmt/p5-Net-IP/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 11 Jun 2005 14:46:38 -0000 1.13 +++ Makefile 20 Oct 2005 01:14:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-IP -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net-mgmt/p5-Net-IP/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 11 Jun 2005 14:46:38 -0000 1.10 +++ distinfo 20 Oct 2005 01:14:16 -0000 @@ -1,2 +1,2 @@ -MD5 (Net-IP-1.23.tar.gz) = 8a879191792eaeb9b6f7816a271bde2a -SIZE (Net-IP-1.23.tar.gz) = 25715 +MD5 (Net-IP-1.24.tar.gz) = edc91d262460130f583f3f1c42e041b9 +SIZE (Net-IP-1.24.tar.gz) = 25736 --- p5-Net-IP-1.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: