summaryrefslogtreecommitdiff
path: root/devel/cvsps/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-07-13 04:00:41 +0000
committerschmonz <schmonz>2005-07-13 04:00:41 +0000
commit7021c56759df2c8638f5840834839a095a02b632 (patch)
treeead2211c5abef3ffab07dacbd795e7e53fe5f965 /devel/cvsps/Makefile
parent67ec2be6249a143ac96ab3337e0ec4e47de0e47d (diff)
downloadpkgsrc-7021c56759df2c8638f5840834839a095a02b632.tar.gz
Update to 2.1. From the changelog:
- lots of fixes to get the thing working sufficienly for cvs2git - main features - optionally detect and display ancestor branch information for new detected branches - never allow more than one revision of a file to be in a single patchset (this may disturb the patchset numbers for historical data :-( - use file revisions to help sort, so that initial imports won't be listed as patchset 1, with patchset 2 as the actual creation of the files. - reports log times in localtime (use TZ to override) - many downstream patches from Debian, special thanks to Marcus Crafter for maintaining. From the Debian changelog: - patch from Kim Hansen to fix time calculation bug - documentation patch from J. Bruce Fields - directory name handling patch from David Kilzer - others I'm not sure of, I'd happily update the credit here
Diffstat (limited to 'devel/cvsps/Makefile')
-rw-r--r--devel/cvsps/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index 9a30304ddd5..4d4dcaf4f2f 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/05/22 20:07:50 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/07/13 04:00:41 schmonz Exp $
#
-DISTNAME= cvsps-2.0rc1
-PKGREVISION= 1
+DISTNAME= cvsps-2.1
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}