Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/27/2006 15:16:44
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jul 27 15:16:44 UTC 2006

Modified Files:
	pkgsrc/doc: Makefile-example
	pkgsrc/graphics/ns-cult3d: Makefile
	pkgsrc/mk/fetch: fetch-list.mk fetch.mk
	pkgsrc/wm/sawfish-themes: Makefile
	pkgsrc/www/apache-tomcat55: Makefile
	pkgsrc/www/jakarta-tomcat4: Makefile
	pkgsrc/www/jakarta-tomcat5: Makefile

Log Message:
Apply the "convention over configuration" principle:

If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch
URL for each of the distfiles for the package.  Otherwise, use
SITE_<file> and MASTER_SITES, in order, to determine the URL for each
distfile.

If the script path differs from ${FILESDIR}/getsite.sh, then set
DYNAMIC_SITE_SCRIPT to the full path to that script.

Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package
Makefile for:

	graphics/ns-cult3d
	wm/sawfish-themes
	www/apache-tomcat55
	www/jakarta-tomcat4
	www/jakarta-tomcat5


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/doc/Makefile-example
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/ns-cult3d/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/fetch/fetch-list.mk
cvs rdiff -r1.17 -r1.18 pkgsrc/mk/fetch/fetch.mk
cvs rdiff -r1.12 -r1.13 pkgsrc/wm/sawfish-themes/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/apache-tomcat55/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/www/jakarta-tomcat4/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/www/jakarta-tomcat5/Makefile

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