Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/12/2005 19:59:03
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Aug 12 19:59:03 UTC 2005

Modified Files:
	pkgsrc/lang/perl5: Makefile buildlink3.mk distinfo module.mk
	pkgsrc/lang/perl5/files: install.tmpl
	pkgsrc/lang/perl5/patches: patch-aa
Added Files:
	pkgsrc/lang/perl5/files: deinstall.tmpl install_threads.tmpl
Removed Files:
	pkgsrc/lang/perl5/files: deinstall_link.tmpl install_link.tmpl
	pkgsrc/lang/perl5/patches: patch-al patch-ao

Log Message:
Restore perllocal.pod-generating behavior of ExtUtils::MakeMaker
because some Perl modules make some (bad) assumptions about the
structure of a MakeMaker-generated Makefile.  Instead, remove the
perllocal.pod file whenever a p5-* module or perl itself is removed.

While here, rename some of the install/deinstall templates to more
descriptive names.

Bump the PKGREVISION to 3.


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.27 -r1.28 pkgsrc/lang/perl5/buildlink3.mk
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/perl5/distinfo
cvs rdiff -r1.48 -r1.49 pkgsrc/lang/perl5/module.mk
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/files/deinstall.tmpl \
    pkgsrc/lang/perl5/files/install_threads.tmpl
cvs rdiff -r1.1 -r0 pkgsrc/lang/perl5/files/deinstall_link.tmpl \
    pkgsrc/lang/perl5/files/install_link.tmpl
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/perl5/files/install.tmpl
cvs rdiff -r1.28 -r1.29 pkgsrc/lang/perl5/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/lang/perl5/patches/patch-al
cvs rdiff -r1.1 -r0 pkgsrc/lang/perl5/patches/patch-ao

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