Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 19:58:36 -0500 (EST)
From:      Mikhail Teterin <mi@symbion.zaytman.com>
To:        gnome@FreeBSD.org
Subject:   Upgrade mozilla-firebird to 0.7.1 (not built yet)
Message-ID:  <200311120058.hAC0waVg080112@symbion.zaytman.com>

next in thread | raw e-mail | index | archive | help
? 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311120058.hAC0waVg080112>