diff options
author | jlam <jlam> | 2006-01-15 07:40:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-01-15 07:40:30 +0000 |
commit | 834a71af2356b4f5f41fb4da82773424f9e624e3 (patch) | |
tree | 96008894baa7c2e1518fefc356fde748bd205e62 /doc | |
parent | c920c7d30857cf1f172b3ba1e8ef7ab2921a14e1 (diff) | |
download | pkgsrc-834a71af2356b4f5f41fb4da82773424f9e624e3.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 821b67d4536..ac59cc5bdd4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12517 2006/01/15 06:01:57 uebayasi Exp $ +$NetBSD: CHANGES,v 1.12518 2006/01/15 07:40:42 jlam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -300,3 +300,4 @@ Changes to the packages collection and infrastructure in 2006: Updated net/mDNSResponder to 107.5 [wiz 2006-01-15] Added devel/mercurial version 0.7 [wiz 2006-01-15] Updated misc/elscreen to 1.4.3 [uebayasi 2006-01-15] + Updated lang/perl5 to 5.8.7nb8 [jlam 2006-01-15] |