summaryrefslogtreecommitdiff
path: root/devel/lincvs
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-04-04 17:53:09 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-04-04 17:53:09 +0000
commite8e5e4e6436e1dface6c5199bc0222916089a175 (patch)
tree2b25ddc0b0ae010f3024630548511c867b62b54c /devel/lincvs
parentforgot to remove a directory. (diff)
Update to version 1.3.1
Approved by: arved (mentor)
Notes
Notes: svn path=/head/; revision=106137
Diffstat (limited to 'devel/lincvs')
-rw-r--r--devel/lincvs/Makefile4
-rw-r--r--devel/lincvs/distinfo4
-rw-r--r--devel/lincvs/files/patch-globals.cpp11
3 files changed, 15 insertions, 4 deletions
diff --git a/devel/lincvs/Makefile b/devel/lincvs/Makefile
index a733755b2f33..e225c12dbcb2 100644
--- a/devel/lincvs/Makefile
+++ b/devel/lincvs/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= lincvs
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.1
CATEGORIES= devel kde
-MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/20_LinCVS/hp_${PORTNAME}-${PORTVERSION}/
+MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/20_LinCVS/hn_${PORTNAME}-${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-0-generic-src
EXTRACT_SUFX= .tgz
diff --git a/devel/lincvs/distinfo b/devel/lincvs/distinfo
index 1eda214decb6..aa979716faa4 100644
--- a/devel/lincvs/distinfo
+++ b/devel/lincvs/distinfo
@@ -1,2 +1,2 @@
-MD5 (lincvs-1.3.0-0-generic-src.tgz) = 8272c7761a1d1439c8268f3e9e75bda1
-SIZE (lincvs-1.3.0-0-generic-src.tgz) = 883828
+MD5 (lincvs-1.3.1-0-generic-src.tgz) = f98e8b7bb4b60e2b2d066c690cef4a1b
+SIZE (lincvs-1.3.1-0-generic-src.tgz) = 953598
diff --git a/devel/lincvs/files/patch-globals.cpp b/devel/lincvs/files/patch-globals.cpp
new file mode 100644
index 000000000000..ed549ba22528
--- /dev/null
+++ b/devel/lincvs/files/patch-globals.cpp
@@ -0,0 +1,11 @@
+--- src/globals.cpp.orig Sat Apr 3 15:11:45 2004
++++ src/globals.cpp Sat Apr 3 15:12:26 2004
+@@ -172,7 +172,7 @@
+ #ifdef USE_TM_GMTOFF
+ timeZoneDiffInSecs = -(result->tm_gmtoff);
+ #else
+- timeZoneDiffInSecs = timezone;
++ timeZoneDiffInSecs = (int)timezone;
+ #endif
+ }
+ TIMEZERO.setTime_t(0);//ATTENTION: this is different from QDateTime()