diff options
author | agc <agc@pkgsrc.org> | 2001-03-22 09:51:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-22 09:51:47 +0000 |
commit | d33b36cd214ebc0b2ebeafba9bcc82df6da29531 (patch) | |
tree | 819c07effeca688af181a7b8a69f7b4846e3c934 /pkgtools/digest/Makefile | |
parent | 0904d0520df93ece3e28d7497a55b9d1e230e656 (diff) | |
download | pkgsrc-d33b36cd214ebc0b2ebeafba9bcc82df6da29531.tar.gz |
Align correctly on LP64 platforms - from Andrew Brown and Simon Burge.
Bump version string accordingly
Diffstat (limited to 'pkgtools/digest/Makefile')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 8180c9bb636..3295b672d7a 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/16 22:20:59 tron Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/22 09:51:47 agc Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -12,7 +12,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html COMMENT= message digest wrapper utility -VERSION= 20010308 +VERSION= 20010312 EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} |