pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/archangel Update archangel to 20050730



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4cbf2fb1a54
branches:  trunk
changeset: 497604:d4cbf2fb1a54
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Jul 31 22:31:04 2005 +0000

description:
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:

 archivers/archangel/Makefile |  4 ++--
 archivers/archangel/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 7cf366edd810 -r d4cbf2fb1a54 archivers/archangel/Makefile
--- a/archivers/archangel/Makefile      Sun Jul 31 19:38:04 2005 +0000
+++ b/archivers/archangel/Makefile      Sun Jul 31 22:31:04 2005 +0000
@@ -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 -r 7cf366edd810 -r d4cbf2fb1a54 archivers/archangel/distinfo
--- a/archivers/archangel/distinfo      Sun Jul 31 19:38:04 2005 +0000
+++ b/archivers/archangel/distinfo      Sun Jul 31 22:31:04 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index