From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 11 16:58:40 2003 Return-Path: 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 7720C16A4CE for ; Tue, 11 Nov 2003 16:58:40 -0800 (PST) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9528643F75 for ; Tue, 11 Nov 2003 16:58:39 -0800 (PST) (envelope-from mi@symbion.zaytman.com) Received: from 146-115-44-70.c3-0.sbo-ubr1.sbo-ubr.ma.cable.rcn.com ([146.115.44.70] helo=symbion.zaytman.com) by smtp02.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1AJjLB-0003si-00 for gnome@FreeBSD.org; Tue, 11 Nov 2003 19:58:37 -0500 Received: from symbion.zaytman.com (localhost [127.0.0.1]) by symbion.zaytman.com (8.12.9/8.12.9) with ESMTP id hAC0wbbc080119 for ; Tue, 11 Nov 2003 19:58:37 -0500 (EST) (envelope-from mi@symbion.zaytman.com) Received: (from mi@localhost) by symbion.zaytman.com (8.12.9/8.12.9/Submit) id hAC0waVg080112 for gnome@FreeBSD.org; Tue, 11 Nov 2003 19:58:36 -0500 (EST) (envelope-from mi) Date: Tue, 11 Nov 2003 19:58:36 -0500 (EST) From: Mikhail Teterin Message-Id: <200311120058.hAC0waVg080112@symbion.zaytman.com> To: gnome@FreeBSD.org Subject: Upgrade mozilla-firebird to 0.7.1 (not built yet) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 00:58:40 -0000 ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla-firebird/Makefile,v retrieving revision 1.57 diff -U2 -r1.57 Makefile --- Makefile 24 Oct 2003 06:38:14 -0000 1.57 +++ Makefile 12 Nov 2003 00:58:36 -0000 @@ -7,11 +7,13 @@ PORTNAME= firebird -PORTVERSION= 0.7 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION} +MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION:R} +PATCHFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION}.patch +PATCH_SITES= ${MASTER_SITES} +PATCH_SITE_SUBDIR= firebird/releases/${PORTVERSION} PKGNAMEPREFIX= mozilla- -DISTNAME= MozillaFirebird-source-${PORTVERSION} +DISTNAME= MozillaFirebird-source-${PORTVERSION:R} MAINTAINER= gnome@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla-firebird/distinfo,v retrieving revision 1.10 diff -U2 -r1.10 distinfo --- distinfo 18 Oct 2003 21:45:25 -0000 1.10 +++ distinfo 12 Nov 2003 00:58:36 -0000 @@ -1,2 +1,2 @@ -$FreeBSD: ports/www/mozilla-firebird/distinfo,v 1.10 2003/10/18 21:45:25 trevor Exp $ MD5 (MozillaFirebird-source-0.7.tar.gz) = 35112566a3dca5bdf363972056afc462 +MD5 (firebird-0.7-0.7.1.patch) = 856e9d91ad80f9ee18ef9517086c15ab Index: files/patch-nsprpub-pr-src-misc-prtime.c =================================================================== RCS file: /home/ncvs/ports/www/mozilla-firebird/files/patch-nsprpub-pr-src-misc-prtime.c,v retrieving revision 1.2 diff -U2 -r1.2 patch-nsprpub-pr-src-misc-prtime.c --- files/patch-nsprpub-pr-src-misc-prtime.c 2 Jun 2003 18:30:59 -0000 1.2 +++ files/patch-nsprpub-pr-src-misc-prtime.c 12 Nov 2003 00:58:36 -0000 @@ -5,6 +5,6 @@ #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ -- || defined(NETBSD) -+ || defined(NETBSD) || defined(__FreeBSD__) +- || defined(NETBSD) || defined(DARWIN) ++ || defined(NETBSD) || defined(DARWIN) || defined(__FreeBSD__) a.tm_zone = NULL; a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset;