- Update to 0.6.5

PR:		ports/74912
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2004-12-10 11:49:09 +00:00
parent 631ded095d
commit dabbf00b15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123638
3 changed files with 15 additions and 4 deletions

View file

@ -6,10 +6,10 @@
#
PORTNAME= esvn
PORTVERSION= 0.6.4
PORTVERSION= 0.6.5
CATEGORIES= devel
MASTER_SITES= http://esvn.umputun.com/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
MAINTAINER= az@inec.ru
COMMENT= GUI frontend for the Subversion revision system

View file

@ -1,2 +1,2 @@
MD5 (esvn-0.6.4-1.tar.gz) = 640534d87c0896da35d280d49d65e0f3
SIZE (esvn-0.6.4-1.tar.gz) = 1945827
MD5 (esvn-0.6.5-2.tar.gz) = ae915a32cefeb6684e1adda566682835
SIZE (esvn-0.6.5-2.tar.gz) = 1969351

View file

@ -0,0 +1,11 @@
--- src/esvn_utils.h.orig Sat Nov 27 12:55:50 2004
+++ src/esvn_utils.h Fri Dec 10 10:50:35 2004
@@ -5,6 +5,8 @@
#include <qdir.h>
#include <vector>
+#include <time.h>
+
namespace EsvnUtils
{
inline QDateTime UTC2Local(const QDateTime& utc)