pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/lincvs Update lincvs to 1.4.4. patch-a[b-g] hav...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac8a8c68a772
branches:  trunk
changeset: 505170:ac8a8c68a772
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Dec 31 09:08:22 2005 +0000

description:
Update lincvs to 1.4.4.  patch-a[b-g] have been fixed upstream.
Ok by wiz.

Changes from 1.4.3 to 1.4.4:
- fixed: now external commands like "open file" work also for files
  containing double quotation marks.
- fixed: abnormal termination if cvs status and no revision yet
- fixed: now cvs commands work also for files containing double quotation
  marks.
- fixed: prevent rescanning of directory if the folder is solely
  expanded/collapsed
- fixed: honor '/Attic' on conversion from rcsfile path to local file name.
- fixed: Output status detection for status cmd in combination with usage
  of combined modules via a serverside modules file.
- changed: logging enhanced for cvs private data (cache clearance)
- fixed: External diff --side-by-side on a localy modified and outdated
  file diffed against the head instead of the same revision in the
  repository
- fixed: erroneous error output if cvsnt passwd file is not writeable
- fixed: adaptions for FreeBSD (borrowed from FreeBSD port of LinCVS)
- fixed: query update didn't detect 'needs merge' in nested subProjects
- changed: logging enhanced for cvs private data
- fixed: endless loop at startup if a menu contains items with the same
  caption
- fixed: crash if operate on a CVS-controlled directory containing
  corrupted CVS private data
- fixed: crash while reread of a non-controlled directory after removing of
  all subdirectories of this directory if scanning-on-the-fly is activated
- fixed: rare crash if operate on a CVS-controlled directory in which
  somebody has removed the private-data directory of CVS
- fixed: wrong include hints in ui files
- changed: Mac: use double height for width of WhatsThis buttons
- fixed: KDE integration disabled as workaround for crippled Qt shipped
  with SuSE 9.3
- changed: Mac: ocvs is now the default cvs version

diffstat:

 devel/lincvs/Makefile         |   4 ++--
 devel/lincvs/distinfo         |  14 ++++----------
 devel/lincvs/patches/patch-ab |  12 ------------
 devel/lincvs/patches/patch-ac |  13 -------------
 devel/lincvs/patches/patch-ad |  23 -----------------------
 devel/lincvs/patches/patch-ae |  12 ------------
 devel/lincvs/patches/patch-af |  14 --------------
 devel/lincvs/patches/patch-ag |  12 ------------
 8 files changed, 6 insertions(+), 98 deletions(-)

diffs (145 lines):

diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/Makefile
--- a/devel/lincvs/Makefile     Sat Dec 31 09:07:22 2005 +0000
+++ b/devel/lincvs/Makefile     Sat Dec 31 09:08:22 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2005/12/31 09:08:22 ghen Exp $
 
-DISTNAME=              lincvs-1.4.3-0-generic-src
+DISTNAME=              lincvs-1.4.4-0-generic-src
 PKGNAME=               ${DISTNAME:S/-0-generic-src//}
 CATEGORIES=            devel x11
 MASTER_SITES=          http://lincvs.com/download/
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/distinfo
--- a/devel/lincvs/distinfo     Sat Dec 31 09:07:22 2005 +0000
+++ b/devel/lincvs/distinfo     Sat Dec 31 09:08:22 2005 +0000
@@ -1,15 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+$NetBSD: distinfo,v 1.2 2005/12/31 09:08:22 ghen Exp $
 
-SHA1 (lincvs-1.4.3-0-generic-src.tgz) = a7c4598bf3cc892bd104fbeaf059eb9b80c8171d
-RMD160 (lincvs-1.4.3-0-generic-src.tgz) = da7a821148797b69062aac0c7704605796c62141
-Size (lincvs-1.4.3-0-generic-src.tgz) = 1231514 bytes
+SHA1 (lincvs-1.4.4-0-generic-src.tgz) = b144d4faf67a0e6a45a925e7937cccfd4084049e
+RMD160 (lincvs-1.4.4-0-generic-src.tgz) = 163d85fa2567fe6f1eeacfeb080a188e2ff04bef
+Size (lincvs-1.4.4-0-generic-src.tgz) = 1232079 bytes
 SHA1 (patch-aa) = 386b98a60c614a467932768709b9772160e328f4
-SHA1 (patch-ab) = 1019eade14ed46f111aa1e1a6a5b32f7193cb171
-SHA1 (patch-ac) = d5f4c14925f291090c6f56413275b0afd934a217
-SHA1 (patch-ad) = d528e9ba6bf60cdc30c456117566567d94e3827d
-SHA1 (patch-ae) = 5e9df370b50c9652ec12d75ab579390be5c64727
-SHA1 (patch-af) = 611568aaf919ca08caa2c9fd7c5563d4551b149a
-SHA1 (patch-ag) = 07c6d57f36ac88d789abb7d62e676d1f49b91ab9
 SHA1 (patch-ah) = 781ddbcbbd310f1db3d2dfbc3b3f0042dd5e4bcb
 SHA1 (patch-ai) = 4a748fd61e552f3503f025027a9c9e50e3d79e64
 SHA1 (patch-aj) = 5c39c28df7a4723bd1d10341b38ecaff70d7bf21
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/patches/patch-ab
--- a/devel/lincvs/patches/patch-ab     Sat Dec 31 09:07:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
-
---- src/AnnotateDialog.ui.orig 2005-07-25 22:12:46.000000000 +0200
-+++ src/AnnotateDialog.ui
-@@ -153,7 +153,4 @@
-     <slot>enterWhatsThisMode()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>cvsfileviewer.h</includehint>
--</includehints>
- </UI>
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/patches/patch-ac
--- a/devel/lincvs/patches/patch-ac     Sat Dec 31 09:07:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
-
---- src/LogDialog.ui.orig      2005-07-25 22:13:43.000000000 +0200
-+++ src/LogDialog.ui
-@@ -1315,8 +1315,4 @@ The left clicked revision corresponds wi
- </slots>
- <pixmapinproject/>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>logtreeview.h</includehint>
--    <includehint>loglistview.h</includehint>
--</includehints>
- </UI>
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/patches/patch-ad
--- a/devel/lincvs/patches/patch-ad     Sat Dec 31 09:07:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
-
---- src/settingsdialog.ui.orig 2005-07-25 22:15:30.000000000 +0200
-+++ src/settingsdialog.ui
-@@ -4445,18 +4445,4 @@ It's helpful if you attach a bug report 
- </slots>
- <pixmapinproject/>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--    <includehint>ccolorbutton.h</includehint>
--</includehints>
- </UI>
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/patches/patch-ae
--- a/devel/lincvs/patches/patch-ae     Sat Dec 31 09:07:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
-
---- src/CheckoutDialog.ui.orig 2005-07-25 22:12:54.000000000 +0200
-+++ src/CheckoutDialog.ui
-@@ -1020,7 +1020,4 @@ This is recommended, since you can use t
-     <slot>enterWhatsThisMode()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>revisionwidgetimpl.h</includehint>
--</includehints>
- </UI>
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/patches/patch-af
--- a/devel/lincvs/patches/patch-af     Sat Dec 31 09:07:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
-
---- src/ResolvDialog.ui.orig   2005-07-25 22:14:03.000000000 +0200
-+++ src/ResolvDialog.ui
-@@ -347,9 +347,4 @@
-     <slot>enterWhatsThisMode()</slot>
- </slots>
- <layoutdefaults spacing="0" margin="0"/>
--<includehints>
--    <includehint>filetableimpl.h</includehint>
--    <includehint>filetableimpl.h</includehint>
--    <includehint>filetableimpl.h</includehint>
--</includehints>
- </UI>
diff -r d4ae7132d47b -r ac8a8c68a772 devel/lincvs/patches/patch-ag
--- a/devel/lincvs/patches/patch-ag     Sat Dec 31 09:07:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
-
---- src/UpdateOtherRevisionStdDialog.ui.orig   2005-07-25 22:14:21.000000000 +0200
-+++ src/UpdateOtherRevisionStdDialog.ui
-@@ -213,7 +213,4 @@
-     <slot>enterWhatsThisMode()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>revisionwidgetimpl.h</includehint>
--</includehints>
- </UI>



Home | Main Index | Thread Index | Old Index