summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-20 22:29:23 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-20 22:29:23 +0800
commit05c5a63ab4a7a980bbebb032f7841b471525d211 (patch)
tree66b70f092039db8ba3928d2a0fa0bbe2fd6b9efc
parentca22d8b91f2f040015aaeb4393ceef07a14ca467 (diff)
downloadmarcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.tar
marcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.tar.gz
marcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.tar.bz2
marcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.tar.lz
marcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.tar.xz
marcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.tar.zst
marcuscom-ports-05c5a63ab4a7a980bbebb032f7841b471525d211.zip
Update to 2.0.0.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8605 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--mail/thunderbird/Makefile7
-rw-r--r--mail/thunderbird/distinfo6
-rw-r--r--mail/thunderbird/files/patch-sysnss5
3 files changed, 11 insertions, 7 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index ea926d885..889e21de4 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/mail/thunderbird/Makefile,v 1.23 2006/12/21 08:23:30 mezz Exp $
+# $MCom: ports/mail/thunderbird/Makefile,v 1.24 2007/01/28 04:51:34 ahze Exp $
#
PORTNAME= thunderbird
-DISTVERSION= 2.0b2
+DISTVERSION= 2.0.0.0
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source
@@ -71,6 +71,9 @@ post-patch:
${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp
port-pre-install:
+ ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
+ ${FAKEDIR}/bin/thunderbird-config ${FAKEDIR}/bin/thunderbird
+ ${RM} -f ${FAKEDIR}/bin/*.bak
${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults
${CP} -RL ${WRKSRC}/dist/bin/isp \
${FAKEDIR}/lib/${PORTNAME}/defaults
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 385b88119..32349fa1d 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,3 +1,3 @@
-MD5 (thunderbird-2.0b2-source.tar.bz2) = b633623c460ffef9ba805dd071729890
-SHA256 (thunderbird-2.0b2-source.tar.bz2) = 9556338b782c93e737dc084f5096352cb5500a7ae839fa2e6a2d46ebad433b16
-SIZE (thunderbird-2.0b2-source.tar.bz2) = 37092627
+MD5 (thunderbird-2.0.0.0-source.tar.bz2) = 8e672d9f9206e0e1f03790dacb51e1bb
+SHA256 (thunderbird-2.0.0.0-source.tar.bz2) = cb2f5ea449521438cf668ff8cf26cce958e5ab454686d3ce56a48e011d8da1eb
+SIZE (thunderbird-2.0.0.0-source.tar.bz2) = 37379868
diff --git a/mail/thunderbird/files/patch-sysnss b/mail/thunderbird/files/patch-sysnss
index d69df4045..bd61c2660 100644
--- a/mail/thunderbird/files/patch-sysnss
+++ b/mail/thunderbird/files/patch-sysnss
@@ -149,8 +149,8 @@
echo-requires-recursive::
--- security/manager/ssl/src/Makefile.in.orig Mon Aug 14 19:22:52 2006
-+++ security/manager/ssl/src/Makefile.in Thu Aug 31 15:17:20 2006
-@@ -124,19 +124,19 @@
++++ security/manager/ssl/src/Makefile.in Wed Apr 18 20:16:36 2007
+@@ -124,19 +124,20 @@
pipboot \
$(NULL)
@@ -168,6 +168,7 @@
$(MOZ_COMPONENT_LIBS) \
$(MOZ_JS_LIBS) \
$(NSS_LIBS) \
++ -L%%LOCALBASE%%/lib/nss \
+ $(LOCAL_INCLUDES) \
$(NULL)