diff options
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/files/patch-sendsize.c | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index cfebb62b28e3..104ccd6dff3f 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/amanda26-server/files/patch-sendsize.c b/misc/amanda26-server/files/patch-sendsize.c new file mode 100644 index 000000000000..1279be968739 --- /dev/null +++ b/misc/amanda26-server/files/patch-sendsize.c @@ -0,0 +1,11 @@ +--- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 ++++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 +@@ -1190,7 +1190,7 @@ + # endif + dumpkeys = vstralloc(level_str, + PARAM_DUMP_ESTIMATE, +- PARAM_DUMP_ESTIMATE, ++ PARAM_HONOR_NODUMP, + "s", "f", NULL); + + # ifdef HAVE_DUMP_ESTIMATE |