Sat Feb 16 13:23:09 2008 UTC ()
Update to 0.0.0.108:
Implement generic option parsing.
Fix memory overflow.


(wiz)
diff -r1.9 -r1.10 pkgsrc/devel/fromcvs/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/fromcvs/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/fromcvs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/fromcvs/Makefile 2007/08/11 07:27:18 1.9
+++ pkgsrc/devel/fromcvs/Makefile 2008/02/16 13:23:09 1.10
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.9 2007/08/11 07:27:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2008/02/16 13:23:09 wiz Exp $
2 2
3DISTNAME= 186299486bdc 3DISTNAME= d2883bf3ced6
4# Last part of PKGNAME is changeset number 4# Last part of PKGNAME is changeset number
5PKGNAME= fromcvs-0.0.0.105 5PKGNAME= fromcvs-0.0.0.108
6CATEGORIES= devel scm 6CATEGORIES= devel scm
7MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/archive/ 7MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/archive/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/ 11HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/
12COMMENT= CVS repository conversion tool 12COMMENT= CVS repository conversion tool
13 13
14DEPENDS+= ${RUBY_PKGPREFIX}-rbtree>=0.2.0:../../devel/ruby-rbtree 14DEPENDS+= ${RUBY_PKGPREFIX}-rbtree>=0.2.0:../../devel/ruby-rbtree
15DEPENDS+= ${RUBY_PKGPREFIX}-rcsparse>=0.0.0.37:../../devel/ruby-rcsparse 15DEPENDS+= ${RUBY_PKGPREFIX}-rcsparse>=0.0.0.37:../../devel/ruby-rcsparse
16DEPENDS+= ${RUBY_PKGPREFIX}-sqlite3>=1.2.1:../../databases/ruby-sqlite3 16DEPENDS+= ${RUBY_PKGPREFIX}-sqlite3>=1.2.1:../../databases/ruby-sqlite3
17 17
18LICENSE= corecode-license 18LICENSE= corecode-license

cvs diff -r1.6 -r1.7 pkgsrc/devel/fromcvs/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/fromcvs/distinfo 2007/08/11 07:27:18 1.6
+++ pkgsrc/devel/fromcvs/distinfo 2008/02/16 13:23:09 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2007/08/11 07:27:18 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2008/02/16 13:23:09 wiz Exp $
2 2
3SHA1 (fromcvs/186299486bdc.tar.bz2) = 469d926398695c022408afb1dd0d3c402a2d94a2 3SHA1 (fromcvs/d2883bf3ced6.tar.bz2) = aab93b4d80d0f8bdaa247169e7d142951875e368
4RMD160 (fromcvs/186299486bdc.tar.bz2) = cd95e59f6b218cf2a453ab7c8c9c82b90a40b152 4RMD160 (fromcvs/d2883bf3ced6.tar.bz2) = 9d1314b3619965c324eb245d9fae73453eeb3d26
5Size (fromcvs/186299486bdc.tar.bz2) = 17181 bytes 5Size (fromcvs/d2883bf3ced6.tar.bz2) = 17272 bytes