[54961] trunk/dports/mail/thunderbird-x11

blb at macports.org blb at macports.org
Tue Aug 4 18:32:07 PDT 2009


Revision: 54961
          http://trac.macports.org/changeset/54961
Author:   blb at macports.org
Date:     2009-08-04 18:32:05 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
mail/thunderbird-x11 - version update to 2.0.0.22, make it work right with nspr

Modified Paths:
--------------
    trunk/dports/mail/thunderbird-x11/Portfile

Added Paths:
-----------
    trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff

Modified: trunk/dports/mail/thunderbird-x11/Portfile
===================================================================
--- trunk/dports/mail/thunderbird-x11/Portfile	2009-08-05 00:53:28 UTC (rev 54960)
+++ trunk/dports/mail/thunderbird-x11/Portfile	2009-08-05 01:32:05 UTC (rev 54961)
@@ -4,7 +4,7 @@
 
 name            thunderbird-x11
 categories      mail x11
-version         2.0.0.12
+version         2.0.0.22
 platforms       darwin
 maintainers     nomaintainer
 description     Mozilla.org's popular stand-alone mail/news client
@@ -19,14 +19,15 @@
 distname        thunderbird-${version}-source
 use_bzip2       yes
 
-checksums       md5 c23f576a8fd0ceee5135829c8ae5168b \
-                sha1 36ea64353d32a9f138ef658250cfdcf8f9e862f2 \
-                rmd160  80d6fdb4b8e085a82234825cfbfc6cd05d015f6f
+checksums       md5     080c26dcb0ed563519a6061139a0bf92 \
+                sha1    a9da470ff090dfd049cae6b0c3b1a4e95c3f2022 \
+                rmd160  6f9693c0b7f5af0c60d245c96492f11a4c286efd
 
 worksrcdir      mozilla
 
 patchfiles      patch-xpcom-build-Makefile \
-                patch-libprldap-Makefile.in
+                patch-libprldap-Makefile.in \
+                patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff
 
 depends_build   port:pkgconfig
 

Added: trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff
===================================================================
--- trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/mail/thunderbird-x11/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in.diff	2009-08-05 01:32:05 UTC (rev 54961)
@@ -0,0 +1,11 @@
+--- directory/c-sdk/ldap/libraries/libprldap/Makefile.in.orig	2006-02-03 07:44:49.000000000 -0700
++++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in	2009-08-04 18:11:22.000000000 -0600
+@@ -170,6 +170,8 @@
+ EXTRA_LIBS += -L$(dist_libdir) $(DYNAMICNSPR)
+ endif
+ 
++EXTRA_LIBS += $(NSPR_LIBS)
++
+ OBJDEST = $(OBJDIR_NAME)
+ 
+ ###########################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/b3e35ed5/attachment.html>


More information about the macports-changes mailing list