pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/aegis Fixed "test ==". PKGREVISION++.
details: https://anonhg.NetBSD.org/pkgsrc/rev/99b6b1d8a885
branches: trunk
changeset: 519652:99b6b1d8a885
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 07 07:12:11 2006 +0000
description:
Fixed "test ==". PKGREVISION++.
diffstat:
devel/aegis/Makefile | 4 ++--
devel/aegis/distinfo | 3 ++-
devel/aegis/patches/patch-ac | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 6aaaa412dda1 -r 99b6b1d8a885 devel/aegis/Makefile
--- a/devel/aegis/Makefile Sat Oct 07 07:10:29 2006 +0000
+++ b/devel/aegis/Makefile Sat Oct 07 07:12:11 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2006/06/20 22:07:38 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2006/10/07 07:12:11 rillig Exp $
#
DISTNAME= aegis-4.15
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://aegis.sourceforge.net/
diff -r 6aaaa412dda1 -r 99b6b1d8a885 devel/aegis/distinfo
--- a/devel/aegis/distinfo Sat Oct 07 07:10:29 2006 +0000
+++ b/devel/aegis/distinfo Sat Oct 07 07:12:11 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2006/02/04 17:19:54 joerg Exp $
+$NetBSD: distinfo,v 1.5 2006/10/07 07:12:11 rillig Exp $
SHA1 (aegis-4.15.tar.gz) = 65ede09971a0b1324a61c09d1fcdf463c47f80b3
RMD160 (aegis-4.15.tar.gz) = 3740f78da317bb5dcbd7aa1e0c0edb13daf5a507
Size (aegis-4.15.tar.gz) = 2377794 bytes
SHA1 (patch-aa) = faa9b6ffab4f588a51438e781ef3cc0bcdad7a01
SHA1 (patch-ab) = e4f90715e0eb64b4f5be896980ce5895985130cd
+SHA1 (patch-ac) = 33ba0ea39710659fe6499cb08530e2f039164b3c
diff -r 6aaaa412dda1 -r 99b6b1d8a885 devel/aegis/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/aegis/patches/patch-ac Sat Oct 07 07:12:11 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/07 07:12:11 rillig Exp $
+
+--- script/ae_diff2htm.in.orig 2003-11-17 00:01:51.000000000 +0100
++++ script/ae_diff2htm.in 2006-10-07 09:10:07.000000000 +0200
+@@ -46,7 +46,7 @@ IFS="$save_ifs"
+ #
+ # The command line should have two file names on it, diff them and output HTML.
+ #
+-if [ "$have_diff2html" == "yes" ]
++if [ "$have_diff2html" = "yes" ]
+ then
+ diff2html "$@"
+ else
Home |
Main Index |
Thread Index |
Old Index