pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/asterisk16 Change DIST_SUBDIR to avoid problems ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d25c61344e39
branches:  trunk
changeset: 397968:d25c61344e39
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Fri Aug 21 08:30:51 2009 +0000

description:
Change DIST_SUBDIR to avoid problems with checksum failures on the old
distfile.  Requested by wiz@.

diffstat:

 comms/asterisk16/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0c61ea411253 -r d25c61344e39 comms/asterisk16/Makefile
--- a/comms/asterisk16/Makefile Fri Aug 21 08:30:42 2009 +0000
+++ b/comms/asterisk16/Makefile Fri Aug 21 08:30:51 2009 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2009/08/20 20:37:06 jnemeth Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/21 08:30:51 jnemeth Exp $
 #
 
 DISTNAME=      asterisk-1.6.1.4
 PKGREVISION=   1
-DIST_SUBDIR=   ${PKGNAME_NOREV}
+# DIST_SUBDIR= ${PKGNAME_NOREV}
+# delete this with next version, this is only to account for the moh change
+DIST_SUBDIR=   ${PKGNAME_NOREV}-newmoh
 EXTRACT_ONLY=  ${DISTNAME}.tar.gz
 CATEGORIES=    comms net audio
 MASTER_SITES=  http://downloads.asterisk.org/pub/telephony/asterisk/ \



Home | Main Index | Thread Index | Old Index