summaryrefslogtreecommitdiff
path: root/devel/cervisia/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-11-05 16:52:13 +0000
committerhubertf <hubertf@pkgsrc.org>2000-11-05 16:52:13 +0000
commitfe9ad472ba3dc96a0bde6a6015ede81c1f9bd13d (patch)
treebce36f415fc5e72ebac630ed76d7188ed3eb58ce /devel/cervisia/Makefile
parent049cb894dea2da355ddbffafca0ce155f6109f21 (diff)
downloadpkgsrc-fe9ad472ba3dc96a0bde6a6015ede81c1f9bd13d.tar.gz
Update to 0.7.2. Changes:
Major changes since 0.6.0: * A new diff frontend based on -u instead of --side-by-side. Now this works even for people who have 150 characters per line ;-) There is also a change bar a la tkdiff. * The log tree now shows the tags attached to each revision, thanks to a patch by Florent Pillet. * It compiles and works again with KDE pre2.0 * Arrow keys work in the diff dialog * Support for cvs watch / cvs edit (the latter based on an idea by Steffen Dettmer * Less flicker in diff, annotate and resolve view when using Qt2/KDE2 * Bug fixes Changes since 0.5.0: * repositories dialog * Implemented "Open recent" * Implemented "History" * Added a button in the checkout dialog to obtain a list of modules * Show sandbox in caption * Much more detailed pseudo session management. Please delete your cervisiarc file! * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog
Diffstat (limited to 'devel/cervisia/Makefile')
-rw-r--r--devel/cervisia/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile
index 66232b75009..10345fed2c0 100644
--- a/devel/cervisia/Makefile
+++ b/devel/cervisia/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.9 2000/07/29 09:37:16 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2000/11/05 16:52:13 hubertf Exp $
#
-DISTNAME= cervisia-0.5.0
+DISTNAME= cervisia-0.7.2
CATEGORIES= kde devel
MASTER_SITES= http://download.sourceforge.net/cervisia/ \
ftp://ftp.sourceforge.net/pub/cervisia/ \
- ftp://linde.physik.hu-berlin.de/pub/bernd/cervisia/ \
ftp://ftp.kde.org/pub/kde/unstable/apps/utils/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://cervisia.sourceforge.net/
DEPENDS+= kde-1.1.2:../../x11/kde
-DEPENDS+= cvs-1.10:../../devel/cvs
+DEPENDS+= cvs>=1.10:../../devel/cvs
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes