Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 18:36:10 -0700 (MST)
From:      Phil Oleson <oz@nixil.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91735: [Update] mail/moztraybiff 1.2.1
Message-ID:  <200601130136.k0D1aABJ004866@nixil.net>
Resent-Message-ID: <200601130140.k0D1e59Z038085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91735
>Category:       ports
>Synopsis:       [Update] mail/moztraybiff 1.2.1
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 13 01:40:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root@nixil:/usr/src/sys/compile/nixil i386

>Description:
	The 1.2 version of moztraybiff didn't work or compile against Thunderbird 1.5
>How-To-Repeat:
	N/A
>Fix:

	Patch upgrades plugin to 1.2.1 and is working with
my Thunderbird-1.5 port install.

--- patch-moztraybiff begins here ---
diff -ruN moztraybiff.orig/Makefile moztraybiff/Makefile
--- moztraybiff.orig/Makefile	Mon Dec 12 12:27:25 2005
+++ moztraybiff/Makefile	Thu Jan 12 17:55:33 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	moztraybiff
-PORTVERSION=	1.2
+PORTVERSION=	1.2.1
 CATEGORIES=	mail gnome
 MASTER_SITES=	http://mozdev.oregonstate.edu/moztraybiff/
 DISTNAME=	mozTrayBiff-${PORTVERSION}
@@ -30,7 +30,7 @@
 USE_REINPLACE=	yes
 MAKE_ARGS+=	MOZILLA_PLATFORM=tbird TBVER=${TBVER}
 
-FILENAME=	mozTrayBiff-${PORTVERSION}-FreeBSD-tb${TBVER}.xpi
+FILENAME=	mozTrayBiff-${PORTVERSION}-tb${TBVER}.xpi
 PLIST_FILES=	share/${PORTNAME}/${FILENAME}
 PLIST_DIRS=	share/${PORTNAME}
 
diff -ruN moztraybiff.orig/distinfo moztraybiff/distinfo
--- moztraybiff.orig/distinfo	Mon Dec 12 12:27:25 2005
+++ moztraybiff/distinfo	Thu Jan 12 17:50:08 2006
@@ -1,3 +1,3 @@
-MD5 (mozTrayBiff-1.2.tar.gz) = 292399983d77541b130d133134a05222
-SHA256 (mozTrayBiff-1.2.tar.gz) = efaffc58b1e3779040acb0c3a872f1719ad1d015a29f8257392a2f6d6dd87b6d
-SIZE (mozTrayBiff-1.2.tar.gz) = 41838
+MD5 (mozTrayBiff-1.2.1.tar.gz) = a2e3092b08aa7f9522ac7b5587d16969
+SHA256 (mozTrayBiff-1.2.1.tar.gz) = 9b8a203dd42d88c5fc1fc0bf13f56039b3338a522e6253ec7120bce8f50924da
+SIZE (mozTrayBiff-1.2.1.tar.gz) = 47121
diff -ruN moztraybiff.orig/files/patch-Makefile moztraybiff/files/patch-Makefile
--- moztraybiff.orig/files/patch-Makefile	Mon Dec 12 12:27:25 2005
+++ moztraybiff/files/patch-Makefile	Thu Jan 12 17:51:43 2006
@@ -1,20 +1,20 @@
---- Makefile.orig	Mon Dec 12 13:57:47 2005
-+++ Makefile	Mon Dec 12 13:58:39 2005
-@@ -1,7 +1,7 @@
- SUBDIRS = components chrome
- .PHONY: all clean subdirs ${SUBDIRS} content locale
- VERSION = 1.2
--PLATFORM := $(shell gcc -dumpmachine)
-+PLATFORM := $(shell uname)
+--- Makefile.orig	Thu Jan 12 17:50:22 2006
++++ Makefile	Thu Jan 12 17:50:54 2006
+@@ -4,7 +4,7 @@
  XPI_NAME = mozTrayBiff
- XPI_VERSION := $(VERSION)-$(PLATFORM)
+ ifeq ($(PLATFORM),)
+ # Attempt to detect the platform name
+-PLATFORM = `./get-platform`
++PLATFORM = $(shell uname)
+ endif
  XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi
-@@ -15,7 +15,7 @@
+ XPI_VERSION := $(VERSION)
+@@ -19,7 +19,7 @@
  XPI_EXTRA_FILES = install.js
  endif
  ifeq ($(MOZILLA_PLATFORM),tbird)
 -REAL_CONFIG = mozilla-thunderbird-config
 +REAL_CONFIG = thunderbird-config
- XPI_VERSION := $(XPI_VERSION)-tb$(shell $(REAL_CONFIG) --version)
+ XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION}
  XPI_EXTRA_FILES = install.rdf
  endif
diff -ruN moztraybiff.orig/files/patch-components_Makefile moztraybiff/files/patch-components_Makefile
--- moztraybiff.orig/files/patch-components_Makefile	Fri Sep  9 01:14:44 2005
+++ moztraybiff/files/patch-components_Makefile	Thu Jan 12 17:52:43 2006
@@ -1,5 +1,5 @@
---- components/Makefile.orig	Sun Apr 24 09:25:02 2005
-+++ components/Makefile	Fri Sep  9 01:47:59 2005
+--- components/Makefile.orig	Thu Jan 12 17:51:53 2006
++++ components/Makefile	Thu Jan 12 17:52:16 2006
 @@ -27,7 +27,7 @@
  	$(shell pkg-config --libs $(GTK_PACKAGE))
  
diff -ruN moztraybiff.orig/files/patch-make-install.rdf moztraybiff/files/patch-make-install.rdf
--- moztraybiff.orig/files/patch-make-install.rdf	Mon Dec 12 12:27:25 2005
+++ moztraybiff/files/patch-make-install.rdf	Thu Jan 12 17:53:49 2006
@@ -1,5 +1,5 @@
---- make-install.rdf.orig	Mon Dec 12 14:23:05 2005
-+++ make-install.rdf	Mon Dec 12 14:23:39 2005
+--- make-install.rdf.orig	Thu Jan 12 17:52:53 2006
++++ make-install.rdf	Thu Jan 12 17:53:24 2006
 @@ -1,9 +1,9 @@
  #!/usr/bin/perl
  
--- patch-moztraybiff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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