summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-04-04 17:53:09 +0000
committermarkus <markus@FreeBSD.org>2004-04-04 17:53:09 +0000
commitbaff1424bdb8dd7cdee6c962d71253d8569f7c77 (patch)
tree34d2f8dafa5b0bf11317badfaaae2a9e135e693f
parentfec16b512c098a3ec997f73b3be58c0bb8ed7492 (diff)
downloadFreeBSD-ports-baff1424bdb8dd7cdee6c962d71253d8569f7c77.zip
FreeBSD-ports-baff1424bdb8dd7cdee6c962d71253d8569f7c77.tar.gz
Update to version 1.3.1
Approved by: arved (mentor)
-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 a733755..e225c12 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 1eda214..aa97971 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 0000000..ed549ba
--- /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()
OpenPOWER on IntegriCloud