pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fromcvs Switch from date-based to changeset-base...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b631220c14d7
branches:  trunk
changeset: 528122:b631220c14d7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 21 11:51:19 2007 +0000

description:
Switch from date-based to changeset-based version number.
Get DISTFILE from original MASTER_SITE. (effectively a package version
downgrade, but it is only a few hours old.)

Update to changeset 99:
Abort if the commit didn't succeed.

diffstat:

 devel/fromcvs/Makefile |  14 ++++++++------
 devel/fromcvs/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r c6743914ae89 -r b631220c14d7 devel/fromcvs/Makefile
--- a/devel/fromcvs/Makefile    Sat Apr 21 11:50:36 2007 +0000
+++ b/devel/fromcvs/Makefile    Sat Apr 21 11:51:19 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2007/04/21 11:37:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2007/04/21 11:51:19 wiz Exp $
 
-DISTNAME=      fromcvs-0.0.0_20070314
-PKGNAME=       ${DISTNAME:S/_/./}
+DISTNAME=      7a1ad0af8464
+# Last part of PKGNAME is changeset number
+PKGNAME=       fromcvs-0.0.0.99
 CATEGORIES=    devel scm
-MASTER_SITES=  #
+MASTER_SITES=  http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/archive/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    wiz%NetBSD.org@localhost
@@ -11,12 +12,13 @@
 COMMENT=       CVS repository conversion tool
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rbtree>=0.2.0:../../devel/ruby-rbtree
-DEPENDS+=      ${RUBY_PKGPREFIX}-rcsparse>=0.0.0.20070210:../../devel/ruby-rcsparse
+DEPENDS+=      ${RUBY_PKGPREFIX}-rcsparse>=0.0.0.37:../../devel/ruby-rcsparse
 DEPENDS+=      ${RUBY_PKGPREFIX}-sqlite3>=1.2.1:../../databases/ruby-sqlite3
 
 LICENSE=        corecode-license
 
-WRKSRC=                ${WRKDIR}/fromcvs-e8d986fb9ba7
+WRKSRC=                ${WRKDIR}/fromcvs-${DISTNAME}
+DIST_SUBDIR=   fromcvs
 
 do-build:
        ${ECHO} "#!/bin/sh" > ${WRKSRC}/togit
diff -r c6743914ae89 -r b631220c14d7 devel/fromcvs/distinfo
--- a/devel/fromcvs/distinfo    Sat Apr 21 11:50:36 2007 +0000
+++ b/devel/fromcvs/distinfo    Sat Apr 21 11:51:19 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/21 10:38:06 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/04/21 11:51:20 wiz Exp $
 
-SHA1 (fromcvs-0.0.0_20070314.tar.bz2) = 05f5b289b15e4d10fc1f48e843ab0b8d0c400205
-RMD160 (fromcvs-0.0.0_20070314.tar.bz2) = 19e79dfd7b34eae69f6f105bd5007c57b9050223
-Size (fromcvs-0.0.0_20070314.tar.bz2) = 16698 bytes
+SHA1 (fromcvs/7a1ad0af8464.tar.bz2) = 150c7f0ae1a3ed3e047db4ad835b14d32c2ab8d0
+RMD160 (fromcvs/7a1ad0af8464.tar.bz2) = 67eadcb83dd79a4b1c2dfb1a34636787ec854ccf
+Size (fromcvs/7a1ad0af8464.tar.bz2) = 16757 bytes



Home | Main Index | Thread Index | Old Index