diff options
author | knu <knu@FreeBSD.org> | 2000-08-15 08:58:35 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-15 08:58:35 +0000 |
commit | 15f650a5137f11ed178341adafa091821f02c927 (patch) | |
tree | 782e48d780144664158d818c121cee7b0ad94730 /devel/cvs2cl | |
parent | 2cbc490aa2db799051be8c55223dc12c99c14952 (diff) | |
download | FreeBSD-ports-15f650a5137f11ed178341adafa091821f02c927.zip FreeBSD-ports-15f650a5137f11ed178341adafa091821f02c927.tar.gz |
Update to rev.2.12.
Here's an excerpt from cvs2cl's ChangeLog generated by itself. :>
2000-08-15 00:59 kfogel
* cvs2cl.pl: Handle even the [allegedly impossible] case of an
undefined dir prefix.
2000-08-15 00:52 kfogel
* cvs2cl.pl: Be more careful about setting $common_dir.
This hopefully fixes a two-char eats problem reported by Shlomo
Reinstein <shlomo.reinstein@intel.com>; Shlomo's patch is included
in a comment (search for "shlomo") for reference, in case this
doesn't work. Only Shlomo can test right now, although if this
doesn't work I'll just ask him for his log info.
Diffstat (limited to 'devel/cvs2cl')
-rw-r--r-- | devel/cvs2cl/Makefile | 2 | ||||
-rw-r--r-- | devel/cvs2cl/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index e4899a8..6d28bc9 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvs2cl -PORTVERSION= 2.10 +PORTVERSION= 2.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu diff --git a/devel/cvs2cl/distinfo b/devel/cvs2cl/distinfo index c8bfe5f..21a17a9 100644 --- a/devel/cvs2cl/distinfo +++ b/devel/cvs2cl/distinfo @@ -1 +1 @@ -MD5 (cvs2cl-2.10.tar.gz) = 1df2811f94cfc5c4df593ca111895f93 +MD5 (cvs2cl-2.12.tar.gz) = 63fda1f8339dc7567f2fccb7c230bd85 |