pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/chef Add DIST_SUBDIR=${PKGNAME_NOREV} to ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49dd7975c420
branches:  trunk
changeset: 501899:49dd7975c420
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Oct 31 11:25:14 2005 +0000

description:
Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum was
updated.
Thanks Min Sik Kim for pointing the problem

diffstat:

 converters/chef/Makefile |  3 ++-
 converters/chef/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 010ed2bd3ac5 -r 49dd7975c420 converters/chef/Makefile
--- a/converters/chef/Makefile  Mon Oct 31 09:57:07 2005 +0000
+++ b/converters/chef/Makefile  Mon Oct 31 11:25:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/10/17 20:59:27 tonio Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/31 11:25:14 tonio Exp $
 #
 
 DISTNAME=      chef.l
@@ -15,6 +15,7 @@
 
 NO_CONFIGURE=  yes
 WRKSRC=                ${WRKDIR}
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 MAKE_ENV+=     BINDIR=${PREFIX}/bin BINOWN=${BINOWN} BINGRP=${BINGRP}
 
diff -r 010ed2bd3ac5 -r 49dd7975c420 converters/chef/distinfo
--- a/converters/chef/distinfo  Mon Oct 31 09:57:07 2005 +0000
+++ b/converters/chef/distinfo  Mon Oct 31 11:25:14 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/10/17 20:59:27 tonio Exp $
+$NetBSD: distinfo,v 1.4 2005/10/31 11:25:14 tonio Exp $
 
-SHA1 (chef.l.txt) = 87d95cb4e0a7110a6aa11d02ba454a93c811e8c3
-RMD160 (chef.l.txt) = 0a659d431391e54cfa1779481af953f41d0697d7
-Size (chef.l.txt) = 2428 bytes
+SHA1 (chef-19920415/chef.l.txt) = 87d95cb4e0a7110a6aa11d02ba454a93c811e8c3
+RMD160 (chef-19920415/chef.l.txt) = 0a659d431391e54cfa1779481af953f41d0697d7
+Size (chef-19920415/chef.l.txt) = 2428 bytes



Home | Main Index | Thread Index | Old Index