diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-03-20 07:33:07 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-03-20 07:33:07 +0800 |
commit | b65821ce3778210e8ac5ca7c41a2380a5f15a84b (patch) | |
tree | 36b8514eb866ae6fd024585818a05e327ce3e437 /mail | |
parent | 8d457c1eeea5a254cc4adc8db1190963772b0a90 (diff) | |
download | freebsd-ports-gnome-b65821ce3778210e8ac5ca7c41a2380a5f15a84b.tar.gz freebsd-ports-gnome-b65821ce3778210e8ac5ca7c41a2380a5f15a84b.tar.zst freebsd-ports-gnome-b65821ce3778210e8ac5ca7c41a2380a5f15a84b.zip |
- Update to 1.2.4
Approved by: miwi (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/moztraybiff/Makefile | 3 | ||||
-rw-r--r-- | mail/moztraybiff/distinfo | 6 | ||||
-rw-r--r-- | mail/moztraybiff/files/patch-Makefile | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index 89fd7ad04d58..6fe151b5e4df 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= moztraybiff -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/moztraybiff/distinfo b/mail/moztraybiff/distinfo index d394bee4afb2..6f1c19a0fec3 100644 --- a/mail/moztraybiff/distinfo +++ b/mail/moztraybiff/distinfo @@ -1,3 +1,3 @@ -MD5 (mozTrayBiff-1.2.3.tar.gz) = b1fffbde95fec66d2a2a2baf67ec7e1a -SHA256 (mozTrayBiff-1.2.3.tar.gz) = 4263c5a1aad412948f30a2e530c4b03d463ffcf6bc8dc80473d867a264b43f9b -SIZE (mozTrayBiff-1.2.3.tar.gz) = 88313 +MD5 (mozTrayBiff-1.2.4.tar.gz) = 44d2f2cb26052ab130cd334a9fffa993 +SHA256 (mozTrayBiff-1.2.4.tar.gz) = c09fd2f0320e72659664fe89139819d1e22aa5e41b8949e2ad02a4e0d4310df7 +SIZE (mozTrayBiff-1.2.4.tar.gz) = 73554 diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile index 2ac53bf3eaeb..de95433a7a68 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Fri Sep 1 17:13:10 2006 -+++ Makefile Fri Sep 1 17:13:42 2006 +--- Makefile.orig 2010-03-12 21:35:57.000000000 -0300 ++++ Makefile 2010-03-12 21:36:27.000000000 -0300 @@ -19,7 +19,7 @@ XPI_EXTRA_FILES = install.js endif ifeq ($(MOZILLA_PLATFORM),tbird) --REAL_CONFIG = mozilla-thunderbird-config -+REAL_CONFIG = thunderbird-config +-REAL_CONFIG = $(shell which thunderbird-config mozilla-thunderbird-config | head -1) ++REAL_CONFIG = $(shell which thunderbird-config | head -1) XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION} XPI_EXTRA_FILES = install.rdf endif |