summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-10-16 00:37:56 +0000
committerwiz <wiz@pkgsrc.org>2006-10-16 00:37:56 +0000
commita19f2361c20c2dbb1158832cf9e50498ef908278 (patch)
tree9b67530268b42e953800490a6f867e3a535ad805 /devel/bzr
parent74c90c554100f1ebd9719caf8378721f40cc01fc (diff)
downloadpkgsrc-a19f2361c20c2dbb1158832cf9e50498ef908278.tar.gz
Fix "test ==".
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/distinfo3
-rw-r--r--devel/bzr/patches/patch-aa21
2 files changed, 23 insertions, 1 deletions
diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo
index 8154cd5cd6a..64b3aa58078 100644
--- a/devel/bzr/distinfo
+++ b/devel/bzr/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/10/04 20:55:14 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/10/16 00:45:25 wiz Exp $
SHA1 (bzr-0.11.tar.gz) = ce629bba4594bb15ab996caa3d7dc12680ee49dd
RMD160 (bzr-0.11.tar.gz) = 3e6b283669587455d1c59af614a6a7e5eba15c0c
Size (bzr-0.11.tar.gz) = 1040731 bytes
+SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
diff --git a/devel/bzr/patches/patch-aa b/devel/bzr/patches/patch-aa
new file mode 100644
index 00000000000..f2f909d8876
--- /dev/null
+++ b/devel/bzr/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2006/10/16 00:45:25 wiz Exp $
+
+--- contrib/fortune.orig 2006-10-01 23:39:28.000000000 +0000
++++ contrib/fortune
+@@ -3,14 +3,14 @@
+ # Put this on your $BZRPATH to use it to demonstrate bzr external plugins
+
+
+-if [ x$1 == x--bzr-usage ]
++if [ x$1 = x--bzr-usage ]
+ then
+ # options
+ echo ""
+ # arguments
+ echo ""
+ exit 0
+-elif [ x$1 == x--bzr-help ]
++elif [ x$1 = x--bzr-help ]
+ then
+ echo "display a fortune cookie"
+ echo