diff options
author | tv <tv@pkgsrc.org> | 2006-10-23 11:17:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-10-23 11:17:55 +0000 |
commit | 5354d7fc5bae95a808e4a68b8fea98718d859bd1 (patch) | |
tree | 466d889237e7042afdaa997747d22ee0193d47a3 /emulators | |
parent | 039ae29553e115bda4fc5ff92f333598cc6ba135 (diff) | |
download | pkgsrc-5354d7fc5bae95a808e4a68b8fea98718d859bd1.tar.gz |
Revert "fix test ==" patch. We don't use the install script in question
(for BeOS, which we also don't support anyway), so it's just an extraneous
patch to maintain.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ucon64/distinfo | 3 | ||||
-rw-r--r-- | emulators/ucon64/patches/patch-ag | 22 |
2 files changed, 1 insertions, 24 deletions
diff --git a/emulators/ucon64/distinfo b/emulators/ucon64/distinfo index 4d8ec381407..8eae1bee3a7 100644 --- a/emulators/ucon64/distinfo +++ b/emulators/ucon64/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2006/10/22 17:55:41 rillig Exp $ +$NetBSD: distinfo,v 1.4 2006/10/23 11:17:55 tv Exp $ SHA1 (ucon64-2.0.0-src.tar.gz) = 8782bbc2bf5760fafe3fa4cd02b67991d984a973 RMD160 (ucon64-2.0.0-src.tar.gz) = c28921cfae1a010db917b96be542c089690b374c @@ -9,4 +9,3 @@ SHA1 (patch-ac) = 9c7febe59e1c8e6959f56e34ced83a31fa54c294 SHA1 (patch-ad) = c41895de15bc2a48bf5de1535f03d070ade79ea3 SHA1 (patch-ae) = bfb38ecec2408deaaef881fa33943e2c45bccd4d SHA1 (patch-af) = 5fea372717e49f3d161c544e5ee01a8d23d688ba -SHA1 (patch-ag) = 300fabd67fb114f9280980461cd5d3d9eed2831a diff --git a/emulators/ucon64/patches/patch-ag b/emulators/ucon64/patches/patch-ag deleted file mode 100644 index a8156a9c76b..00000000000 --- a/emulators/ucon64/patches/patch-ag +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2006/10/22 17:55:41 rillig Exp $ - ---- install_beos.sh.orig 2003-05-21 16:21:12.000000000 +0200 -+++ install_beos.sh 2006-10-22 19:39:20.000000000 +0200 -@@ -7,7 +7,7 @@ areply=$(alert "This will start installa - uCON64 will be installed in $HOME/config/bin. - - Do you want to continue?" "Cancel" "Install") --if [ "$areply" == "Install" ]; then -+if [ "$areply" = "Install" ]; then - cp ucon64 "$HOME/config/bin" - if [ ! -e "$HOME/.ucon64" ]; then - mkdir "$HOME/.ucon64" -@@ -24,7 +24,7 @@ if [ "$areply" == "Install" ]; then - drreply=$(alert "In order to communicate with a backup device (\"copier\") uCON64 needs the BeOS ioport driver by Caz Jones. You needn't install it if you don't want to use uCON64 for communicating with a copier. - - Would you like to do install it?" "No" "Yes, install driver") -- if [ "$drreply" == "Yes, install driver" ]; then -+ if [ "$drreply" = "Yes, install driver" ]; then - if [ -e "$HOME/ioport" ]; then - cd "$HOME/ioport/driver" - install_ioport |