pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/mail Pullup ticket 236 - requested by Thomas K...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee43613eb411
branches:  pkgsrc-2004Q4
changeset: 485839:ee43613eb411
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jan 21 11:19:49 2005 +0000

description:
Pullup ticket 236 - requested by Thomas Klausner
remove thunderbird-bin package

        Module Name:    pkgsrc
        Committed By:   wiz
        Date:           Thu Jan 20 14:00:41 UTC 2005

        Modified Files:
                pkgsrc/mail: Makefile
        Removed Files:
                pkgsrc/mail/thunderbird-bin: DESCR Makefile
                    Makefile.Linux.i386 Makefile.SunOS.i386
                    Makefile.SunOS.sparc PLIST distinfo

        Log Message:
        Remove old (and vulnerable) thunderbird-bin package. Ok'd by grant.

diffstat:

 mail/Makefile                             |   3 +--
 mail/thunderbird-bin/DESCR                |   3 ---
 mail/thunderbird-bin/Makefile             |  14 --------------
 mail/thunderbird-bin/Makefile.Linux.i386  |   6 ------
 mail/thunderbird-bin/Makefile.SunOS.i386  |   5 -----
 mail/thunderbird-bin/Makefile.SunOS.sparc |   5 -----
 mail/thunderbird-bin/PLIST                |   2 --
 mail/thunderbird-bin/distinfo             |   8 --------
 8 files changed, 1 insertions(+), 45 deletions(-)

diffs (88 lines):

diff -r a7f8908eab4c -r ee43613eb411 mail/Makefile
--- a/mail/Makefile     Fri Jan 21 06:42:08 2005 +0000
+++ b/mail/Makefile     Fri Jan 21 11:19:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2004/12/02 04:09:33 jlam Exp $
+# $NetBSD: Makefile,v 1.237.2.1 2005/01/21 11:19:49 salo Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -192,7 +192,6 @@
 SUBDIR+=       sympa
 SUBDIR+=       teapop
 SUBDIR+=       thunderbird
-SUBDIR+=       thunderbird-bin
 SUBDIR+=       thunderbird-bin-nightly
 SUBDIR+=       thunderbird-gtk2
 SUBDIR+=       tmda
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/DESCR
--- a/mail/thunderbird-bin/DESCR        Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-Mozilla Thunderbird is a redesign of the Mozilla mail component. The
-goal is to produce a cross platform stand alone mail application using
-the XUL user interface language.
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/Makefile
--- a/mail/thunderbird-bin/Makefile     Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2004/02/29 00:27:40 grant Exp $
-
-MOZILLA=       thunderbird
-MOZ_VER=       0.5
-
-HOMEPAGE=      http://www.mozilla.org/projects/thunderbird/
-COMMENT=       Redesign of the Mozilla mail client (binary pkg)
-
-MOZ_GTK2=      YES
-MOZ_EXTRA=     # empty
-
-ONLY_FOR_PLATFORM+=    Linux-*-i[3-6]86 SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc
-
-.include "../../www/mozilla-bin/Makefile.common"
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/Makefile.Linux.i386
--- a/mail/thunderbird-bin/Makefile.Linux.i386  Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# $NetBSD: Makefile.Linux.i386,v 1.5 2004/02/29 00:27:40 grant Exp $
-
-DISTNAME=      ${MOZILLA}-${MOZ_VER}-i686-pc-linux-gtk2-gnu
-EXTRACT_SUFX=  .tar.bz2
-
-MOZ_PLATFORM=  linux
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/Makefile.SunOS.i386
--- a/mail/thunderbird-bin/Makefile.SunOS.i386  Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile.SunOS.i386,v 1.5 2004/02/29 00:27:40 grant Exp $
-
-DISTNAME=      ${MOZILLA}-${MOZ_VER}-i386-pc-solaris2.8
-
-MOZ_PLATFORM=  solaris
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/Makefile.SunOS.sparc
--- a/mail/thunderbird-bin/Makefile.SunOS.sparc Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile.SunOS.sparc,v 1.3 2004/02/29 00:27:40 grant Exp $
-
-DISTNAME=      ${MOZILLA}-${MOZ_VER}-sparc-sun-solaris2.8
-
-MOZ_PLATFORM=  solaris
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/PLIST
--- a/mail/thunderbird-bin/PLIST        Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
-@comment this PLIST intentionally left blank
diff -r a7f8908eab4c -r ee43613eb411 mail/thunderbird-bin/distinfo
--- a/mail/thunderbird-bin/distinfo     Fri Jan 21 06:42:08 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2004/02/10 11:36:48 grant Exp $
-
-SHA1 (thunderbird-0.5-i686-pc-linux-gtk2-gnu.tar.bz2) = 6547758f248e046c79d6a2aef67d8c15c60f2b10
-Size (thunderbird-0.5-i686-pc-linux-gtk2-gnu.tar.bz2) = 11002467 bytes
-SHA1 (thunderbird-0.5-i386-pc-solaris2.8.tar.gz) = edbf47a44c9549d68bd703a43e7874e7d1896a1f
-Size (thunderbird-0.5-i386-pc-solaris2.8.tar.gz) = 12645018 bytes
-SHA1 (thunderbird-0.4-sparc-sun-solaris2.8.tar.gz) = 4fd79104d3c7e6ec266c2a63647e9b65b5dc408a
-Size (thunderbird-0.4-sparc-sun-solaris2.8.tar.gz) = 15463913 bytes



Home | Main Index | Thread Index | Old Index