diff options
author | adamw <adamw@FreeBSD.org> | 2005-12-12 19:27:25 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-12-12 19:27:25 +0000 |
commit | 13913379d4d16c78805b1d3b74c7072ff60d158c (patch) | |
tree | 409e2afc592e0f0db57b020e070b12a65bd2a596 /mail/moztraybiff | |
parent | 24591034dae324a8ca7b19cc2708bb8cfdf22596 (diff) | |
download | FreeBSD-ports-13913379d4d16c78805b1d3b74c7072ff60d158c.zip FreeBSD-ports-13913379d4d16c78805b1d3b74c7072ff60d158c.tar.gz |
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.
Diffstat (limited to 'mail/moztraybiff')
-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 eb07fd6..2e5dc21 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 c416292..2bd0475 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 404cae8..3bd5dae 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 0000000..6cf5fd2 --- /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 04150cf..cc9d44e 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 |