summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/thunderbird-gtk1/PLIST4
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common4
-rw-r--r--mail/thunderbird/PLIST4
-rw-r--r--mail/thunderbird/distinfo8
-rw-r--r--www/firefox/Makefile-firefox.common4
-rw-r--r--www/firefox/distinfo8
-rw-r--r--www/seamonkey-bin/Makefile4
-rw-r--r--www/seamonkey-bin/distinfo8
-rw-r--r--www/seamonkey-gtk1/Makefile5
-rw-r--r--www/seamonkey-gtk1/PLIST3
-rw-r--r--www/seamonkey/Makefile5
-rw-r--r--www/seamonkey/Makefile.common4
-rw-r--r--www/seamonkey/PLIST3
-rw-r--r--www/seamonkey/distinfo8
14 files changed, 34 insertions, 38 deletions
diff --git a/mail/thunderbird-gtk1/PLIST b/mail/thunderbird-gtk1/PLIST
index ad5268426cb..15a7be2a5aa 100644
--- a/mail/thunderbird-gtk1/PLIST
+++ b/mail/thunderbird-gtk1/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/02/06 22:17:59 ghen Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/06/03 08:04:36 ghen Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2685,7 +2685,7 @@ include/${MOZILLA}/nss/swfortt.h
include/${MOZILLA}/nss/watcomfx.h
@comment end INCLUDE-PUBLIC
@exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regxpcom
-@unexec ${RM} %D/lib/${MOZILLA}/chrome/app-chrome.manifest
+@unexec ${RM} -f %D/lib/${MOZILLA}/chrome/app-chrome.manifest
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
@comment begin DIRS
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 8ac0c6d9d47..f631daed813 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.14 2006/06/03 07:57:31 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.15 2006/06/03 08:04:36 ghen Exp $
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 1.5.0.2
+MOZ_VER= 1.5.0.4
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-${MOZ_VER}-source
CATEGORIES= mail
diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST
index c81d4b04534..1357495be53 100644
--- a/mail/thunderbird/PLIST
+++ b/mail/thunderbird/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2006/02/06 22:17:59 ghen Exp $
+@comment $NetBSD: PLIST,v 1.14 2006/06/03 08:04:36 ghen Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2689,7 +2689,7 @@ include/${MOZILLA}/nss/swfortt.h
include/${MOZILLA}/nss/watcomfx.h
@comment end INCLUDE-PUBLIC
@exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regxpcom
-@unexec ${RM} %D/lib/${MOZILLA}/chrome/app-chrome.manifest
+@unexec ${RM} -f %D/lib/${MOZILLA}/chrome/app-chrome.manifest
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
@comment begin DIRS
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index f7e16042c8a..2f535771f58 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2006/04/23 14:14:07 ghen Exp $
+$NetBSD: distinfo,v 1.23 2006/06/03 08:04:36 ghen Exp $
-SHA1 (thunderbird-1.5.0.2-source.tar.bz2) = 6805470f93871916909e4fb4fea9c1354a76ec25
-RMD160 (thunderbird-1.5.0.2-source.tar.bz2) = 8aaf02c205b131a38fa0384fe6126eec325c3e9e
-Size (thunderbird-1.5.0.2-source.tar.bz2) = 35880369 bytes
+SHA1 (thunderbird-1.5.0.4-source.tar.bz2) = 492dd76460fc14543a70349263b64b0a2803bee9
+RMD160 (thunderbird-1.5.0.4-source.tar.bz2) = 27e88578d8857e48b46ee4dff2900f27b8a0f447
+Size (thunderbird-1.5.0.4-source.tar.bz2) = 35872600 bytes
SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
SHA1 (patch-ab) = 824a3ce1f608e8fff16e2366c7962f23a4321b10
SHA1 (patch-ac) = 5561b6fedb5417534fefdf3404a93b1915d00be3
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
index 600915eb5c8..02f09a1b3e7 100644
--- a/www/firefox/Makefile-firefox.common
+++ b/www/firefox/Makefile-firefox.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-firefox.common,v 1.32 2006/06/03 07:57:31 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.33 2006/06/03 08:04:36 ghen Exp $
MOZILLA_BIN= firefox-bin
-MOZ_VER= 1.5.0.3
+MOZ_VER= 1.5.0.4
EXTRACT_SUFX= .tar.bz2
DISTNAME= firefox-${MOZ_VER}-source
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index bef94c3e4cc..68c5f7f6e29 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2006/05/04 05:16:13 ghen Exp $
+$NetBSD: distinfo,v 1.50 2006/06/03 08:04:36 ghen Exp $
-SHA1 (firefox-1.5.0.3/firefox-1.5.0.3-source.tar.bz2) = f3305ea944b0e77e0279234190331ffcb0ae7eea
-RMD160 (firefox-1.5.0.3/firefox-1.5.0.3-source.tar.bz2) = 0c278d242bb763343690a51f5e3b4750cb10a937
-Size (firefox-1.5.0.3/firefox-1.5.0.3-source.tar.bz2) = 35239885 bytes
+SHA1 (firefox-1.5.0.4/firefox-1.5.0.4-source.tar.bz2) = 3659272e3de17cd263fbe5e328635ed7a18f70c5
+RMD160 (firefox-1.5.0.4/firefox-1.5.0.4-source.tar.bz2) = e119bbd4a65205f92341cb664222a9d6f1299991
+Size (firefox-1.5.0.4/firefox-1.5.0.4-source.tar.bz2) = 35337540 bytes
SHA1 (patch-aa) = 5095449d4e979085fc5791b9d0251076b9c969c3
SHA1 (patch-ab) = eda86e19dbf45be392b6be4a40dbb25936c91439
SHA1 (patch-ac) = c0cfa9805d883e0761b5bc63b4015cbf1e951eec
diff --git a/www/seamonkey-bin/Makefile b/www/seamonkey-bin/Makefile
index 4f6fbcd9ae1..b256ad6466a 100644
--- a/www/seamonkey-bin/Makefile
+++ b/www/seamonkey-bin/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/04/15 08:36:05 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/03 08:04:36 ghen Exp $
MOZILLA= seamonkey
-MOZ_VER= 1.0.1
+MOZ_VER= 1.0.2
MOZ_DISTVER= ${MOZ_VER}
HOMEPAGE= http://www.mozilla.org/projects/seamonkey
diff --git a/www/seamonkey-bin/distinfo b/www/seamonkey-bin/distinfo
index 7cf39f9f4f1..34701e2e2a5 100644
--- a/www/seamonkey-bin/distinfo
+++ b/www/seamonkey-bin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/04/15 08:36:05 ghen Exp $
+$NetBSD: distinfo,v 1.3 2006/06/03 08:04:36 ghen Exp $
-SHA1 (seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz) = 6dcab91d34c836a0d6d4700936273e3d6a86d177
-RMD160 (seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz) = fdcabc22e9d5b3572f277708c7da42dff549d571
-Size (seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz) = 14129976 bytes
+SHA1 (seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz) = 9908bdce8610400d61c7f9b3ee6f593958738278
+RMD160 (seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz) = 249301c824cf916169eaa684312c8767ffdfc943
+Size (seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz) = 14130871 bytes
diff --git a/www/seamonkey-gtk1/Makefile b/www/seamonkey-gtk1/Makefile
index 2adda397176..c955297f152 100644
--- a/www/seamonkey-gtk1/Makefile
+++ b/www/seamonkey-gtk1/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/04/17 14:52:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/03 08:04:36 ghen Exp $
MOZILLA= seamonkey-gtk1
MOZILLA_BIN= seamonkey-bin
-MOZ_VER= 1.0.1
-PKGREVISION= 1
+MOZ_VER= 1.0.2
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/www/seamonkey-gtk1/PLIST b/www/seamonkey-gtk1/PLIST
index 37cdf122308..09bcb2d18a1 100644
--- a/www/seamonkey-gtk1/PLIST
+++ b/www/seamonkey-gtk1/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 19:16:32 ghen Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/06/03 08:04:36 ghen Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -3038,7 +3038,6 @@ include/${MOZILLA}/nss/watcomfx.h
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
@comment begin DIRS
-@dirrm public
@dirrm lib/${MOZILLA}/searchplugins
@dirrm lib/${MOZILLA}/res/throbber
@dirrm lib/${MOZILLA}/res/samples/sampleimages
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 3143b910194..9b68be2d9fa 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2006/04/17 14:52:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/03 08:04:36 ghen Exp $
MOZILLA= seamonkey
MOZILLA_BIN= seamonkey-bin
-MOZ_VER= 1.0.1
-PKGREVISION= 1
+MOZ_VER= 1.0.2
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 899b4dba759..0dea7234c7e 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.2 2006/03/30 19:19:32 ghen Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/06/03 08:04:36 ghen Exp $
MOZ_DIST_VER?= ${MOZ_VER}
-DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
+DISTNAME?= seamonkey-source-${MOZ_DIST_VER}
PKGNAME= ${MOZILLA}-${MOZ_VER}
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${MOZ_VER}/
MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${MOZ_VER}/
diff --git a/www/seamonkey/PLIST b/www/seamonkey/PLIST
index 074da69be05..043ad27e09f 100644
--- a/www/seamonkey/PLIST
+++ b/www/seamonkey/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/06/03 08:04:36 ghen Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -3039,7 +3039,6 @@ include/${MOZILLA}/nss/watcomfx.h
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
@comment begin DIRS
-@dirrm public
@dirrm lib/${MOZILLA}/searchplugins
@dirrm lib/${MOZILLA}/res/throbber
@dirrm lib/${MOZILLA}/res/samples/sampleimages
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
index 7d2460c2d6c..139c4524021 100644
--- a/www/seamonkey/distinfo
+++ b/www/seamonkey/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2006/04/15 08:36:04 ghen Exp $
+$NetBSD: distinfo,v 1.3 2006/06/03 08:04:36 ghen Exp $
-SHA1 (seamonkey-1.0.1.source.tar.bz2) = e8673838903d50247d96ed42daf99c2adbd9f577
-RMD160 (seamonkey-1.0.1.source.tar.bz2) = 40e2fa9dbc4d4829ea61abfd3bf81da31d1af180
-Size (seamonkey-1.0.1.source.tar.bz2) = 35644457 bytes
+SHA1 (seamonkey-source-1.0.2.tar.bz2) = 966e9a57269cd54f40312e5fdaa42e9f2c3fbcea
+RMD160 (seamonkey-source-1.0.2.tar.bz2) = b6ff9bcb1289ae9190a1934dcc3f6eea3f6d716c
+Size (seamonkey-source-1.0.2.tar.bz2) = 35473635 bytes
SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a
SHA1 (patch-ab) = 1d5d19a6f87c7d76de6f787b5492d347668245b7
SHA1 (patch-ac) = 9bcc2601283b0f8e4a86fa6663127c707d299590