summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-15 07:40:30 +0000
committerjlam <jlam>2006-01-15 07:40:30 +0000
commitaefa416f0f78a1ed986991076050d7e6a5257979 (patch)
tree96008894baa7c2e1518fefc356fde748bd205e62 /doc/CHANGES
parent08f6adebeaa6c8baaab64b5e34cf682284d78744 (diff)
downloadpkgsrc-aefa416f0f78a1ed986991076050d7e6a5257979.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/CHANGES')
-rw-r--r--doc/CHANGES3
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]