aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda26-server
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-12-28 17:35:49 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-12-28 17:35:49 +0000
commit89b22aa13798ee9781d820dfa80b88fc5dd34a01 (patch)
tree6ad88342a9d9171d40d0e4badc40c73c9d764c96 /misc/amanda26-server
parent2116837f3dd103c4bb736460c8a9b78c3ce7496e (diff)
downloadports-89b22aa13798ee9781d820dfa80b88fc5dd34a01.tar.gz
ports-89b22aa13798ee9781d820dfa80b88fc5dd34a01.zip
Fix a typo in the chg-zd-mtx.sh.in file that prevented proper operation
with barcodes. Bumped PORTREVISION Submitted by: Blaz Zupan <blaz@si.freebsd.org>
Notes
Notes: svn path=/head/; revision=52330
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r--misc/amanda26-server/Makefile2
-rw-r--r--misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile
index b216905c2202..6407403f83ba 100644
--- a/misc/amanda26-server/Makefile
+++ b/misc/amanda26-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.3b1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda
diff --git a/misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in
new file mode 100644
index 000000000000..5e1460074639
--- /dev/null
+++ b/misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in
@@ -0,0 +1,11 @@
+--- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001
++++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001
+@@ -403,7 +403,7 @@
+ includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"`
+ case $tapelabel in
+ $tapelabel)
+- if [ $tapelabel == $includedtag ]; then
++ if [ $tapelabel = $includedtag ]; then
+ shift
+ loadslot $includedslot
+ echo "$tape"