From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 30 07:48:59 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EADD16A41F; Tue, 30 Aug 2005 07:48:59 +0000 (GMT) (envelope-from gonter@pcgg.cc.univie.ac.at) Received: from pcgg.cc.univie.ac.at (pcgg.cc.univie.ac.at [131.130.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9762843D48; Tue, 30 Aug 2005 07:48:58 +0000 (GMT) (envelope-from gonter@pcgg.cc.univie.ac.at) Received: from pcgg.cc.univie.ac.at (localhost.cc.univie.ac.at [127.0.0.1]) by pcgg.cc.univie.ac.at (8.13.4/8.13.4) with ESMTP id j7U7mwI6076775; Tue, 30 Aug 2005 09:48:58 +0200 (CEST) (envelope-from gonter@pcgg.cc.univie.ac.at) Received: (from root@localhost) by pcgg.cc.univie.ac.at (8.13.4/8.13.4/Submit) id j7U7mv81076774; Tue, 30 Aug 2005 09:48:57 +0200 (CEST) (envelope-from gonter) Date: Tue, 30 Aug 2005 09:48:57 +0200 (CEST) Message-Id: <200508300748.j7U7mv81076774@pcgg.cc.univie.ac.at> To: FreeBSD-gnats-submit@freebsd.org From: Gerhard Gonter X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org, Gerhard Gonter Subject: www/mozilla port update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerhard Gonter List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 07:48:59 -0000 >Submitter-Id: current-users >Originator: Gerhard Gonter >Organization: none >Confidential: no >Synopsis: www/mozilla port update >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 6.0-BETA3 i386 >Environment: System: FreeBSD pcgg.cc.univie.ac.at 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Fri Aug 26 13:42:53 CEST 2005 root@pcgg.cc.univie.ac.at:/usr/obj/usr/src/sys/GENERIC i386 >Description: Mozilla 1.7.10 has a rather annoying bug in the mail module. This patch updates the Mozilla port to 1.7.11 which fixes that bug. P.S.: I hope PORTEPOCH is used correctly here. >How-To-Repeat: >Fix: diff -ruN mozilla.orig/Makefile mozilla/Makefile --- mozilla.orig/Makefile Tue Jul 26 06:12:36 2005 +++ mozilla/Makefile Fri Aug 26 14:41:03 2005 @@ -6,9 +6,8 @@ # PORTNAME= mozilla -PORTVERSION= 1.7.10 -PORTREVISION?= 1 -PORTEPOCH= 2 +PORTVERSION= 1.7.11 +PORTEPOCH= 3 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITE_LOCAL:S/$/:local/} diff -ruN mozilla.orig/distinfo mozilla/distinfo --- mozilla.orig/distinfo Fri Jul 22 01:57:10 2005 +++ mozilla/distinfo Mon Aug 22 10:46:03 2005 @@ -1,4 +1,4 @@ -MD5 (mozilla-1.7.10-source.tar.bz2) = 27d4215b2a52aff47dcf328b3b135fa2 -SIZE (mozilla-1.7.10-source.tar.bz2) = 30443617 +MD5 (mozilla-1.7.11-source.tar.bz2) = ed54ad54b4b5de85c7916e7d1efa0ae3 +SIZE (mozilla-1.7.11-source.tar.bz2) = 30448903 MD5 (libart_lgpl-1.tar.bz2) = c6dba83a091336ef8abdb7c85694f16e SIZE (libart_lgpl-1.tar.bz2) = 102977