diff options
author | ghen <ghen@pkgsrc.org> | 2005-12-31 09:08:22 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2005-12-31 09:08:22 +0000 |
commit | 40c4a044b03610c654a4fc50181f550c75b9189d (patch) | |
tree | 9afa7d992fe5da0a6b1b3bcfbb1c8da955e5bfe3 /devel/lincvs/Makefile | |
parent | 7255646a18fab70e02e606a2c8ad3a65f34a09b1 (diff) | |
download | pkgsrc-40c4a044b03610c654a4fc50181f550c75b9189d.tar.gz |
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 (limited to 'devel/lincvs/Makefile')
-rw-r--r-- | devel/lincvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lincvs/Makefile b/devel/lincvs/Makefile index e8e6f25a2ff..31dbbaa8585 100644 --- a/devel/lincvs/Makefile +++ b/devel/lincvs/Makefile @@ -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/ |