diff options
author | agc <agc@pkgsrc.org> | 2005-07-31 22:31:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-07-31 22:31:04 +0000 |
commit | 7a76dfeafc095e994a9c3f4d097372cbcc74b18d (patch) | |
tree | f004806ab43d807a418089ec47ca7736032bf652 /archivers/archangel | |
parent | 81453807b6dee95923921fac3598ad89b93d42fc (diff) | |
download | pkgsrc-7a76dfeafc095e994a9c3f4d097372cbcc74b18d.tar.gz |
Update archangel to 20050730
+ include <stdint.h> if we have it, so that we can use uintXX_t types
on OSes that don't have them in <sys/types.h> (thanks, Mac OS X)
+ clean up some uninitialised warnings on NetBSD-current
+ rein in on the compilation flags, since older versions of gcc seem
to barf on -std=c99 (thanks to David Maxwell for pointing this one out).
Diffstat (limited to 'archivers/archangel')
-rw-r--r-- | archivers/archangel/Makefile | 4 | ||||
-rw-r--r-- | archivers/archangel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/archangel/Makefile b/archivers/archangel/Makefile index c20d904dfc1..6756c995864 100644 --- a/archivers/archangel/Makefile +++ b/archivers/archangel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2005/07/24 07:44:07 agc Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/31 22:31:04 agc Exp $ -DISTNAME= archangel-20050724 +DISTNAME= archangel-20050730 CATEGORIES= archivers MASTER_SITES= http://www.alistaircrooks.co.uk/src/ diff --git a/archivers/archangel/distinfo b/archivers/archangel/distinfo index edaa53ee713..16a128a82a3 100644 --- a/archivers/archangel/distinfo +++ b/archivers/archangel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/07/24 07:44:07 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/07/31 22:31:04 agc Exp $ -SHA1 (archangel-20050724.tar.gz) = 9f29c44ed93abec60825569289edc105797bfd07 -RMD160 (archangel-20050724.tar.gz) = 0bf0fb7a81fc6043a41f7caf4de3ad98fc4be3d7 -Size (archangel-20050724.tar.gz) = 636271 bytes +SHA1 (archangel-20050730.tar.gz) = 966948ebac01a71732e93afd72fe5c4a21ba1ed8 +RMD160 (archangel-20050730.tar.gz) = 16b5f1d7dae8d45b22d0e371a90e0673c5e58caa +Size (archangel-20050730.tar.gz) = 673307 bytes |