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

(-)/home/makc/porting/ports/ftp/wxdfast/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	wxdfast
8
PORTNAME=	wxdfast
9
PORTVERSION=	0.5.4
9
PORTVERSION=	0.6.0
10
PORTREVISION=	1
11
CATEGORIES=	ftp www
10
CATEGORIES=	ftp www
12
MASTER_SITES=	SF/dfast
11
MASTER_SITES=	SF/dfast
13
DISTNAME=	${PORTNAME}_${PORTVERSION}
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
(-)/home/makc/porting/ports/ftp/wxdfast/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (wxdfast_0.5.4.tar.gz) = 7783f26efb32b217632cad36fccdfd56
1
MD5 (wxdfast_0.6.0.tar.gz) = 05c2a71cc8f811d1ad5916fce29b7b3a
2
SHA256 (wxdfast_0.5.4.tar.gz) = 8ac47c5191ba5a359ee6a17d41da1db32bcff1ab06fbd08ec31287ffcffb7ccf
2
SHA256 (wxdfast_0.6.0.tar.gz) = 3be75a054225007e10bf7de11719952e2fa9d5bb5bf10d4b47f017fe4ecd5d91
3
SIZE (wxdfast_0.5.4.tar.gz) = 837572
3
SIZE (wxdfast_0.6.0.tar.gz) = 931335
(-)/home/makc/porting/ports/ftp/wxdfast/files/patch-src__FinishedList.cpp (-4 / +4 lines)
Lines 1-6 Link Here
1
--- ./src/FinishedList.cpp.orig	Sun Oct 29 12:08:39 2006
1
--- ./src/FinishedList.cpp.orig	Mon Mar 12 01:45:24 2007
2
+++ ./src/FinishedList.cpp	Tue Nov  7 19:55:03 2006
2
+++ ./src/FinishedList.cpp	Sun Jun 24 23:27:13 2007
3
@@ -186,7 +186,7 @@
3
@@ -203,7 +203,7 @@
4
             wxDateTime date;
4
             wxDateTime date;
5
             value = 0;
5
             value = 0;
6
             config->Read(START_REG,&value);
6
             config->Read(START_REG,&value);
Lines 9-15 Link Here
9
             infolist->SetItem(5,1,date.Format());
9
             infolist->SetItem(5,1,date.Format());
10
         }
10
         }
11
 
11
 
12
@@ -194,7 +194,7 @@
12
@@ -211,7 +211,7 @@
13
             wxDateTime date;
13
             wxDateTime date;
14
             value = 0;
14
             value = 0;
15
             config->Read(END_REG,&value);
15
             config->Read(END_REG,&value);
(-)/home/makc/porting/ports/ftp/wxdfast/pkg-plist (+4 lines)
Lines 3-12 Link Here
3
share/locale/cs/LC_MESSAGES/wxDFast.mo
3
share/locale/cs/LC_MESSAGES/wxDFast.mo
4
share/locale/de/LC_MESSAGES/wxDFast.mo
4
share/locale/de/LC_MESSAGES/wxDFast.mo
5
share/locale/es/LC_MESSAGES/wxDFast.mo
5
share/locale/es/LC_MESSAGES/wxDFast.mo
6
share/locale/fr/LC_MESSAGES/wxDFast.mo
6
share/locale/hu/LC_MESSAGES/wxDFast.mo
7
share/locale/hu/LC_MESSAGES/wxDFast.mo
8
share/locale/id/LC_MESSAGES/wxDFast.mo
9
share/locale/nl/LC_MESSAGES/wxDFast.mo
7
share/locale/pl/LC_MESSAGES/wxDFast.mo
10
share/locale/pl/LC_MESSAGES/wxDFast.mo
8
share/locale/pt_BR/LC_MESSAGES/wxDFast.mo
11
share/locale/pt_BR/LC_MESSAGES/wxDFast.mo
9
share/locale/ru/LC_MESSAGES/wxDFast.mo
12
share/locale/ru/LC_MESSAGES/wxDFast.mo
13
share/locale/tr/LC_MESSAGES/wxDFast.mo
10
share/pixmaps/wxdfast.png
14
share/pixmaps/wxdfast.png
11
%%DATADIR%%/RipStop/icon/dfast48x48.png
15
%%DATADIR%%/RipStop/icon/dfast48x48.png
12
%%DATADIR%%/RipStop/icon/wxdfast.ico
16
%%DATADIR%%/RipStop/icon/wxdfast.ico

Return to bug 114000