pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34862: Update to cogito-0.18
>Number: 34862
>Category: pkg
>Synopsis: Update to cogito-0.18
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 19 16:40:00 +0000 2006
>Originator: Anthony Mallet
>Release: Linux 2.6.17-1.2187_FC5 i686
>Organization:
>Environment:
System: Linux jiminy 2.6.17-1.2187_FC5 #1 Mon Sep 11 01:15:40 EDT 2006 i686
>Description:
Update to cogito-0.18
>How-To-Repeat:
>Fix:
--- patch begins here ---
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cogito/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 2 Sep 2006 20:58:22 -0000 1.1.1.1
+++ Makefile 19 Oct 2006 16:37:30 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/09/02 20:58:22 rillig Exp $
#
-DISTNAME= cogito-0.16
+DISTNAME= cogito-0.18
CATEGORIES= devel
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/
EXTRACT_SUFX= .tar.bz2
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cogito/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST 2 Sep 2006 20:58:22 -0000 1.1.1.1
+++ PLIST 19 Oct 2006 16:37:30 -0000
@@ -4,16 +4,15 @@
bin/cg-admin-cat
bin/cg-admin-ls
bin/cg-admin-lsobj
+bin/cg-admin-rewritehist
bin/cg-admin-setuprepo
bin/cg-admin-uncommit
bin/cg-branch-add
bin/cg-branch-chg
bin/cg-branch-ls
-bin/cg-cancel
bin/cg-clean
bin/cg-clone
bin/cg-commit
-bin/cg-commit-id
bin/cg-diff
bin/cg-export
bin/cg-fetch
@@ -22,25 +21,25 @@
bin/cg-log
bin/cg-merge
bin/cg-mkpatch
+bin/cg-mv
bin/cg-object-id
-bin/cg-parent-id
bin/cg-patch
-bin/cg-pull
bin/cg-push
bin/cg-reset
bin/cg-restore
bin/cg-rm
bin/cg-seek
bin/cg-status
+bin/cg-switch
bin/cg-tag
bin/cg-tag-ls
-bin/cg-tree-id
+bin/cg-tag-show
bin/cg-update
bin/cg-version
-bin/commit-id
-bin/parent-id
-bin/tree-id
lib/cogito/cg-Xfetchprogress
+lib/cogito/cg-Xfollowrenames
lib/cogito/cg-Xlib
lib/cogito/cg-Xmergefile
+share/cogito/default-exclude
+@dirrm share/cogito
@dirrm lib/cogito
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cogito/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 16 Oct 2006 00:44:15 -0000 1.2
+++ distinfo 19 Oct 2006 16:37:30 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2006/10/16 00:44:15 wiz Exp $
-SHA1 (cogito-0.16.tar.bz2) = c2f05217a6f9e1bd4233d2a101bb6bbacf0521b7
-RMD160 (cogito-0.16.tar.bz2) = ca92effa6d313b430b9f15f238c187a3318a50ef
-Size (cogito-0.16.tar.bz2) = 80407 bytes
-SHA1 (patch-aa) = 45f08d99399f698a196469b6dec78bc4277089fa
+SHA1 (cogito-0.18.tar.bz2) = 5d734f00107b35467378591cc24aaac83bcc4c02
+RMD160 (cogito-0.18.tar.bz2) = b9a60ad00f2d341ebf043a2a8edd3a457d6d0982
+Size (cogito-0.18.tar.bz2) = 107913 bytes
+SHA1 (patch-aa) = eb2740a0ac5ca0b5f7c1bce2747ef9ce0e792dc1
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cogito/patches/patch-aa,v
retrieving revision 1.1
diff -u -r1.1 patch-aa
--- patches/patch-aa 16 Oct 2006 00:44:15 -0000 1.1
+++ patches/patch-aa 19 Oct 2006 16:37:30 -0000
@@ -1,8 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2006/10/16 00:44:15 wiz Exp $
-
---- t/test-lib.sh.orig 2005-11-27 16:26:16.000000000 +0000
-+++ t/test-lib.sh
-@@ -87,16 +87,16 @@ test_failure_ () {
+$NetBSD$
+--- t/test-lib.sh~ 2006-10-19 18:24:07.000000000 +0200
++++ t/test-lib.sh 2006-10-19 18:26:02.000000000 +0200
+@@ -87,16 +87,16 @@
say "FAIL $test_count: $1"
shift
echo "$@" | sed -e 's/^/ /'
@@ -21,8 +20,8 @@
+ test "$#" = 2 ||
error "bug in the test script: not 2 parameters to test-expect-failure"
say >&3 "expecting failure: $2"
- if eval >&3 2>&4 "$2"
-@@ -108,7 +108,7 @@ test_expect_failure () {
+ if eval </dev/null >&3 2>&4 "$2"
+@@ -108,7 +108,7 @@
}
test_expect_success () {
@@ -30,4 +29,4 @@
+ test "$#" = 2 ||
error "bug in the test script: not 2 parameters to test-expect-success"
say >&3 "expecting success: $2"
- if eval >&3 2>&4 "$2"
+ if eval </dev/null >&3 2>&4 "$2"
--- patch ends here ---
Home |
Main Index |
Thread Index |
Old Index