diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-12 19:27:25 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-12 19:27:25 +0000 |
commit | 2ced9a06bfacf9ebb56c1b2762e05b53c9199c2a (patch) | |
tree | 06d77bc6ca7ef9e84c157f1861edf4017500a846 | |
parent | Chase libggi update. (diff) |
Update to 1.2.
In theory, this version can be told to build against Thunderbird 1.5,
but I'm not going to tweak this port to do so until Tb 1.5 is released.
-rw-r--r-- | mail/moztraybiff/Makefile | 3 | ||||
-rw-r--r-- | mail/moztraybiff/distinfo | 6 | ||||
-rw-r--r-- | mail/moztraybiff/files/patch-Makefile | 8 | ||||
-rw-r--r-- | mail/moztraybiff/files/patch-make-install.rdf | 14 | ||||
-rw-r--r-- | mail/moztraybiff/files/pkg-message.in | 4 |
5 files changed, 24 insertions, 11 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index eb07fd685791..2e5dc21f0231 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= moztraybiff -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= mail gnome MASTER_SITES= http://mozdev.oregonstate.edu/moztraybiff/ DISTNAME= mozTrayBiff-${PORTVERSION} diff --git a/mail/moztraybiff/distinfo b/mail/moztraybiff/distinfo index c41629208931..2bd047525605 100644 --- a/mail/moztraybiff/distinfo +++ b/mail/moztraybiff/distinfo @@ -1,3 +1,3 @@ -MD5 (mozTrayBiff-1.1.tar.gz) = 156bbd58545b602ddfe735605a3711d0 -SHA256 (mozTrayBiff-1.1.tar.gz) = bb0da9893f3ac9b917e1687f74d7df63b0820cd171c60d550348dae235f7673c -SIZE (mozTrayBiff-1.1.tar.gz) = 33038 +MD5 (mozTrayBiff-1.2.tar.gz) = 292399983d77541b130d133134a05222 +SHA256 (mozTrayBiff-1.2.tar.gz) = efaffc58b1e3779040acb0c3a872f1719ad1d015a29f8257392a2f6d6dd87b6d +SIZE (mozTrayBiff-1.2.tar.gz) = 41838 diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile index 404cae85b158..3bd5dae3c191 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,15 +1,15 @@ ---- Makefile.orig Tue May 17 17:48:26 2005 -+++ Makefile Tue May 17 17:49:09 2005 +--- 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.1 + VERSION = 1.2 -PLATFORM := $(shell gcc -dumpmachine) +PLATFORM := $(shell uname) XPI_NAME = mozTrayBiff XPI_VERSION := $(VERSION)-$(PLATFORM) XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi -@@ -15,7 +15,7 @@ XPI_VERSION := $(XPI_VERSION)-moz$(shell +@@ -15,7 +15,7 @@ XPI_EXTRA_FILES = install.js endif ifeq ($(MOZILLA_PLATFORM),tbird) diff --git a/mail/moztraybiff/files/patch-make-install.rdf b/mail/moztraybiff/files/patch-make-install.rdf new file mode 100644 index 000000000000..6cf5fd26fd25 --- /dev/null +++ b/mail/moztraybiff/files/patch-make-install.rdf @@ -0,0 +1,14 @@ +--- make-install.rdf.orig Mon Dec 12 14:23:05 2005 ++++ make-install.rdf Mon Dec 12 14:23:39 2005 +@@ -1,9 +1,9 @@ + #!/usr/bin/perl + +-my $machine = `gcc -dumpmachine`; ++my $machine = `uname`; + chomp $machine; + +-$machine =~ /^(.*?)\-/ ++$machine =~ /^(.*?)$/ + or die "Unable to parse machine name"; + my $arch = $1; + diff --git a/mail/moztraybiff/files/pkg-message.in b/mail/moztraybiff/files/pkg-message.in index 04150cf34f58..cc9d44ea4077 100644 --- a/mail/moztraybiff/files/pkg-message.in +++ b/mail/moztraybiff/files/pkg-message.in @@ -1,9 +1,9 @@ -The extension has been installed in %%DATADIR%% +The extension has been installed in %%DATADIR%%/ To use this extension: * Open up Thunderbird * Choose Tools|Extensions from the menu * Click the "Install" button - * Navigate to %%DATADIR%% + * Navigate to %%DATADIR%%/ * Select the file that appears in that directory * Restart Thunderbird |