Subject: CVS commit: pkgsrc/security/py-cryptopp
From: Greg Troxel
Date: 2012-03-21 00:38:26
Message id: 20120320233827.2578D175DD@cvs.netbsd.org

Log Message:
Split version into sane and excessive parts.

Upstream's version is 0.6.0.X, where X appears to be a large integer
in decimal that corresponds to a git sha1 has.  Such large numbers
violate the assumption, true with just about every previous package,
that version number components will fit in an int --- code that
handles version numbers does not use a multiprecision integer library
like gmp.  To address this, split the version into what would have
been the version under normal procedures (0.6.0), and put the bignum
into ${VERSION_EXCESSIVE}, allowing it be used in DISTNAME but not
PKGNAME.

Files:
RevisionActionfile
1.8modifypkgsrc/security/py-cryptopp/Makefile