View | Details | Raw Unified | Return to bug 132494
Collapse All | Expand All

(-)par2cmdline/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	par2cmdline
8
PORTNAME=	par2cmdline
9
PORTVERSION=	0.4
9
PORTVERSION=	0.4
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	archivers
11
CATEGORIES=	archivers
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	parchive
13
MASTER_SITE_SUBDIR=	parchive
(-)par2cmdline/files/patch-par2creatorsourcefile.cpp (+13 lines)
Line 0 Link Here
1
--- par2creatorsourcefile.cpp.orig	2009-03-10 07:10:35.860499029 +0000
2
+++ par2creatorsourcefile.cpp	2009-03-10 07:12:53.111712521 +0000
3
@@ -224,6 +224,10 @@
4
           cout << newfraction/10 << '.' << newfraction%10 << "%\r" << flush;
5
         }
6
       }
7
+      else
8
+      {
9
+        offset += want;
10
+      }
11
     }
12
 
13
     // Did we finish the last block

Return to bug 132494