From owner-freebsd-ports Sat Jul 6 3:40:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD4C837B400 for ; Sat, 6 Jul 2002 03:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ACE43E5E for ; Sat, 6 Jul 2002 03:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g66AeDJU036319 for ; Sat, 6 Jul 2002 03:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g66AeDe2036318; Sat, 6 Jul 2002 03:40:13 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F9537B400 for ; Sat, 6 Jul 2002 03:35:25 -0700 (PDT) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBB643E42 for ; Sat, 6 Jul 2002 03:35:25 -0700 (PDT) (envelope-from ecu@hsc.fr) Received: from polom.hsc.fr (polom.hsc.fr [192.70.106.68]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "ecureuil.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 4452C21030 for ; Sat, 6 Jul 2002 12:35:22 +0200 (CEST) Received: by polom.hsc.fr (Postfix, from userid 1000) id BDA35103A7B; Sat, 6 Jul 2002 12:35:18 +0200 (CEST) Message-Id: <20020706103518.BDA35103A7B@polom.hsc.fr> Date: Sat, 6 Jul 2002 12:35:18 +0200 (CEST) From: Nicolas Jombart Reply-To: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40264: Update port: net/pancho to 5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40264 >Category: ports >Synopsis: Update port: net/pancho to 5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 06 03:40:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD polom.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Dec 28 19:33:54 CET 2001 ecu@polom.hsc.fr:/usr/src/sys/i386/compile/ECU i386 >Description: Upgrade net/pancho to 5.0 Put both FTP and HTTP in MASTER_SITES >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/pancho/Makefile pancho/Makefile --- /usr/ports/net/pancho/Makefile Sat Apr 20 17:40:25 2002 +++ pancho/Makefile Tue Jul 2 14:15:47 2002 @@ -6,9 +6,10 @@ # PORTNAME= pancho -PORTVERSION= 4.1 +PORTVERSION= 5.0 CATEGORIES= net -MASTER_SITES= ftp://pancho.lunarmedia.net/ +MASTER_SITES= ftp://pancho.lunarmedia.net/pancho/ \ + http://pancho.lunarmedia.net/ DISTNAME= pancho-v${PORTVERSION} MAINTAINER= Nicolas.Jombart@hsc-labs.com diff -ruN /usr/ports/net/pancho/distinfo pancho/distinfo --- /usr/ports/net/pancho/distinfo Sat Apr 20 11:59:37 2002 +++ pancho/distinfo Tue Jul 2 14:14:13 2002 @@ -1 +1 @@ -MD5 (pancho-v4.1.tar.gz) = 0d73661ce0573855a5e23c6c4bd184f8 +MD5 (pancho-v5.0.tar.gz) = 2c592a8c80a87ff80f2d9a36e85f9efe diff -ruN /usr/ports/net/pancho/files/patch-aa pancho/files/patch-aa --- /usr/ports/net/pancho/files/patch-aa Mon Jan 7 12:55:22 2002 +++ pancho/files/patch-aa Tue Jul 2 14:30:53 2002 @@ -1,14 +1,14 @@ ---- pancho.orig Fri Jan 4 23:33:48 2002 -+++ pancho Fri Jan 4 23:39:30 2002 -@@ -33,9 +33,9 @@ +--- pancho.orig Tue Jun 25 05:30:00 2002 ++++ pancho Tue Jul 2 14:30:30 2002 +@@ -38,9 +38,9 @@ + ############ BE SURE TO READ THROUGH THE LOGGING HOWTO ############ + ############ WHICH ACCOMPANIES THIS DISTRIBUTION. ############ - my @devices = qw(); # list of network devices - --my $logging = ""; # set this to "1" to enable logging -+my $logging = "1"; # set this to "1" to enable logging +-my $logging = ""; # set this to "1" to enable logging ++my $logging = "1"; # set this to "1" to enable logging -my $logfile = ""; # full path to your logfile -+my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile ++my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile - ############ NO FURTHER EDITING SHOULD BE REQUIRED. ############ - ############ DOING SO IS AT YOUR OWN RISK. ############ + ############ USE THE FOLLOWING OPTIONS TO TWEAK YOUR ############ + ############ SNMP SESSION PARAMETERS. ############ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message