pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/spread Use a DIST_SUBDIR based on the PKGNAME as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23cf97d4e8cd
branches:  trunk
changeset: 463299:23cf97d4e8cd
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Nov 05 08:22:12 2003 +0000

description:
Use a DIST_SUBDIR based on the PKGNAME as the distfile has changed
without a version number (the changes seem to be "trailing garbage at
the end of the archive", but I'd like a second opinion on this one).

diffstat:

 net/spread/Makefile |  4 +++-
 net/spread/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 81f5476cb430 -r 23cf97d4e8cd net/spread/Makefile
--- a/net/spread/Makefile       Wed Nov 05 07:31:57 2003 +0000
+++ b/net/spread/Makefile       Wed Nov 05 08:22:12 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/09/14 18:13:50 recht Exp $
+# $NetBSD: Makefile,v 1.11 2003/11/05 08:22:12 agc Exp $
 #
 
 DISTNAME=      spread-src-3.17.1
@@ -19,6 +19,8 @@
 CONFIGURE_ARGS=        --includedir=${PREFIX}/include/spread
 MAKE_FLAGS=    LD="${CC}"
 
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+
 SPREAD_USER=   spread
 SPREAD_GROUP=  spread
 
diff -r 81f5476cb430 -r 23cf97d4e8cd net/spread/distinfo
--- a/net/spread/distinfo       Wed Nov 05 07:31:57 2003 +0000
+++ b/net/spread/distinfo       Wed Nov 05 08:22:12 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2003/11/05 00:48:56 recht Exp $
+$NetBSD: distinfo,v 1.6 2003/11/05 08:22:12 agc Exp $
 
-SHA1 (spread-src-3.17.1.tar.gz) = c87a78392ff42d24d1ab088de8fda99703252068
-Size (spread-src-3.17.1.tar.gz) = 581845 bytes
+SHA1 (spread-3.17.1/spread-src-3.17.1.tar.gz) = c87a78392ff42d24d1ab088de8fda99703252068
+Size (spread-3.17.1/spread-src-3.17.1.tar.gz) = 581845 bytes
 SHA1 (patch-ba) = 90f2896dc62627772a05c06add99c59a55e91c88
 SHA1 (patch-bb) = efd9b08d775542622ce35265e2b72d655b5ca00f
 SHA1 (patch-bd) = 5d09d5e182cb2bf52f6366ff02e4f73dcd067e5e



Home | Main Index | Thread Index | Old Index