Subject: CVS commit: pkgsrc/archivers/bzip2
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2006 13:04:54
Module Name:	pkgsrc
Committed By:	heinz
Date:		Thu Jul 13 13:04:54 UTC 2006

Modified Files:
	pkgsrc/archivers/bzip2: builtin.mk

Log Message:
Added computation of version number for package bzip2 if there is a
native version available in the system.

The awk skript looks for the line in bzlib.h containing the version
information. This works for versions < 1.0.0. For versions >= 1.0.0 the
script additionally evaluates the copyright date.
According to the change history, version 1.0 and 1.0.1 are identical except
for a documentation update so we treat both as version 1.0.1 to avoid
changing BUILDLINK_API_DEPENDS.bzip2 in buildlink3.mk.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/archivers/bzip2/builtin.mk

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