Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 12/22/2007 07:22:11
Module Name:	pkgsrc
Committed By:	obache
Date:		Sat Dec 22 07:22:10 UTC 2007

Modified Files:
	pkgsrc/devel/bugzilla: Makefile
	pkgsrc/devel/bugzilla3: Makefile
	pkgsrc/devel/ldapsdk: Makefile
	pkgsrc/devel/nspr: Makefile
	pkgsrc/devel/nspr-reference: Makefile
	pkgsrc/devel/nss: Makefile
	pkgsrc/devel/p5-LDAP: Makefile
	pkgsrc/mail/thunderbird: Makefile-thunderbird.common
	pkgsrc/mail/thunderbird15: Makefile-thunderbird.common
	pkgsrc/mk/defaults: mk.conf
	pkgsrc/mk/fetch: sites.mk
	pkgsrc/time/sunbird: Makefile-sunbird.common
	pkgsrc/www/firefox: Makefile-firefox.common
	pkgsrc/www/firefox15: Makefile-firefox.common
	pkgsrc/www/seamonkey-bin: Makefile.common

Log Message:
Change MOZILLA master sites difinitions, related to PR 37379.

There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
 * mozilla-current
        contains only the current version of Firefox and Thunderbird
 * mozilla-release
        contains Firefox, Thunderbird, and Sunbird releases
 * mozilla-all
        complete archive

Define following variables for mozilla master sites:
        MASTER_SITE_MOZILLA_ALL = mozilla-all
        MASTER_SITE_MOZILLA     = mozilla-release
and change some packages to use appropriate variable.

Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/bugzilla/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/bugzilla3/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/ldapsdk/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/devel/nspr/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/nspr-reference/Makefile
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/nss/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/devel/p5-LDAP/Makefile
cvs rdiff -r1.31 -r1.32 pkgsrc/mail/thunderbird/Makefile-thunderbird.common
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/thunderbird15/Makefile-thunderbird.common
cvs rdiff -r1.167 -r1.168 pkgsrc/mk/defaults/mk.conf
cvs rdiff -r1.34 -r1.35 pkgsrc/mk/fetch/sites.mk
cvs rdiff -r1.11 -r1.12 pkgsrc/time/sunbird/Makefile-sunbird.common
cvs rdiff -r1.52 -r1.53 pkgsrc/www/firefox/Makefile-firefox.common
cvs rdiff -r1.3 -r1.4 pkgsrc/www/firefox15/Makefile-firefox.common
cvs rdiff -r1.10 -r1.11 pkgsrc/www/seamonkey-bin/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.