summaryrefslogtreecommitdiff
path: root/comms/gkermit/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24Use versioned distfile.wiz1-4/+4
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-16Add patch to fix build on Linux, provided by Jorge Acereda in PR 29408.wiz1-1/+2
2003-06-17The main package has changed on the distribution site by the followingagc1-3/+3
change: --- gkermit.h 1999-12-26 21:25:52.000000000 +0000 +++ gkermit.h 2003-05-27 16:30:13.000000000 +0100 @@ -233,7 +233,11 @@ /* Externs */ +#ifdef ERRNO_H +#include <errno.h> +#else extern int errno; +#endif /* ERRNO_H */ #ifndef _GKERMIT_C extern int debug; #endif /* _GKERMIT_C */ but unfortunately without a corresponding version number bump. so do the dance we usually do with unnumbered distributions, and put the distfile locally into a (numbered) DIST_SUBDIR directory. Bump package revision number, regen distinfo file, and one cosmetic change to make the WRKSRC definition appear in a more suitable place in the package Makefile.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo