Subject: CVS commit: [pkgsrc-2005Q4] pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 01/15/2006 08:23:41
Module Name:	pkgsrc
Committed By:	seb
Date:		Sun Jan 15 08:23:41 UTC 2006
Modified Files:
	pkgsrc/lang/perl5 [pkgsrc-2005Q4]: Makefile
Log Message:
Pullup ticket 1031 - requested by Johnny C. Lam
fix binary compatibility with previous versions of perl-5.8.x
Revisions pulled up:
- pkgsrc/lang/perl5/Makefile                                  1.115
   Module Name:	pkgsrc
   Committed By:	jlam
   Date:		Sun Jan 15 07:40:30 UTC 2006
   Modified Files:
   	pkgsrc/lang/perl5: Makefile
   Log Message:
   Restore binary compatibility with previous versions of perl-5.8.x that
   were lost in PKGREVISION nb7.  We do this by avoiding inspecting the
   value of ${WRKSRC} within the package Makefile and instead deferring
   using ${WRKSRC} until we actually need the value (after extraction).
   This is necessary because WRKSRC is defined in bsd.pkg.mk, which is
   too late.
   Bump the PKGREVISION to 8.
To generate a diff of this commit:
cvs rdiff -r1.109.2.3 -r1.109.2.4 pkgsrc/lang/perl5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.