From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 9 14:20:21 2004 Return-Path: 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 2DF2916A4CE for ; Sun, 9 May 2004 14:20:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B3543D54 for ; Sun, 9 May 2004 14:20:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i49LKKLc067903 for ; Sun, 9 May 2004 14:20:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i49LKKrr067902; Sun, 9 May 2004 14:20:20 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 9 May 2004 14:20:20 -0700 (PDT) Resent-Message-Id: <200405092120.i49LKKrr067902@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, Mike Patterson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907B316A4CE for ; Sun, 9 May 2004 14:13:31 -0700 (PDT) Received: from torres.uwaterloo.ca (torres.cs.uwaterloo.ca [129.97.15.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id E903443D2F for ; Sun, 9 May 2004 14:13:29 -0700 (PDT) (envelope-from mpatters@torres.cs.uwaterloo.ca) Received: from torres.uwaterloo.ca (localhost [127.0.0.1]) by torres.uwaterloo.ca (8.12.10/8.12.10) with ESMTP id i49LDUns047659 for ; Sun, 9 May 2004 17:13:31 -0400 (EDT) (envelope-from mpatters@torres.cs.uwaterloo.ca) Received: (from mpatters@localhost) by torres.uwaterloo.ca (8.12.10/8.12.10/Submit) id i49LDUVi047535; Sun, 9 May 2004 17:13:30 -0400 (EDT) (envelope-from mpatters) Message-Id: <200405092113.i49LDUVi047535@torres.uwaterloo.ca> Date: Sun, 9 May 2004 17:13:30 -0400 (EDT) From: Mike Patterson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66430: Upgrade logjam2 port to 4.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 21:20:21 -0000 >Number: 66430 >Category: ports >Synopsis: Upgrade logjam2 port to 4.4.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 09 14:20:20 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Mike Patterson >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD torres 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Mon Apr 19 13:53:39 EDT 2004 root@torres:/usr/obj/usr/src/sys/TORRES i386 >Description: logjam2 is old. >How-To-Repeat: >Fix: Apply patch. Rebuild. Enjoy new version. --- lj440update begins here --- diff -ruN logjam2-old/Makefile logjam2/Makefile --- logjam2-old/Makefile Sun May 9 15:52:56 2004 +++ logjam2/Makefile Sun May 9 15:53:27 2004 @@ -6,8 +6,7 @@ # PORTNAME= logjam2 -PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTVERSION= 4.4.0 CATEGORIES= deskutils MASTER_SITES= http://logjam.danga.com/download/ DISTNAME= logjam-${PORTVERSION} diff -ruN logjam2-old/distinfo logjam2/distinfo --- logjam2-old/distinfo Sun May 9 15:52:56 2004 +++ logjam2/distinfo Sun May 9 15:54:20 2004 @@ -1,2 +1,2 @@ -MD5 (logjam-4.3.2.tar.bz2) = 59030225dc77be2d58d5cefe0935d61d -SIZE (logjam-4.3.2.tar.bz2) = 601433 +MD5 (logjam-4.4.0.tar.bz2) = 7ff366dee32d354338132bfd5c5adb46 +SIZE (logjam-4.4.0.tar.bz2) = 604310 diff -ruN logjam2-old/files/patch-src::cmdline.c logjam2/files/patch-src::cmdline.c --- logjam2-old/files/patch-src::cmdline.c Sun May 9 15:52:56 2004 +++ logjam2/files/patch-src::cmdline.c Wed Dec 31 19:00:00 1969 @@ -1,10 +0,0 @@ ---- src/cmdline.c.orig Tue Feb 17 09:49:23 2004 -+++ src/cmdline.c Tue Feb 17 09:49:39 2004 -@@ -4,6 +4,7 @@ - * vim: tabstop=4 shiftwidth=4 noexpandtab : - */ - -+#include - #include "config.h" - - #ifdef HAVE_GTK diff -ruN logjam2-old/files/patch-src::get_cmd_out.c logjam2/files/patch-src::get_cmd_out.c --- logjam2-old/files/patch-src::get_cmd_out.c Wed Dec 31 19:00:00 1969 +++ logjam2/files/patch-src::get_cmd_out.c Sun May 9 16:47:29 2004 @@ -0,0 +1,9 @@ +--- src/get_cmd_out.c.orig Sun May 9 16:29:56 2004 ++++ src/get_cmd_out.c Sun May 9 16:30:55 2004 +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #include "util.h" --- lj440update ends here --- >Release-Note: >Audit-Trail: >Unformatted: