pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/p5-Asterisk pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b662b9e3f5c2
branches:  trunk
changeset: 395138:b662b9e3f5c2
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 15:42:13 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module asterisk-perl from 0.10nb1 to 1.01
  - Adjusting license to artistic
  - Fix destdir support

Upstream changes:
1.01    Fix 2 typos in Asterisk::Manager (Thanks Denis Smirnov)

1.00    Fix AGI readresponse so if ReadParse isn't manually run, the first
            command output will be returned
        Fix AGI say_datetime_all so it works correctly (pointed out by
            Sergey Basmanov)
        Fix Manager sendcommand problem. Reported by numerous people but
            patch used from Tilghman Lesher
        Fix warning from being printed if AGI verbose is used without level

diffstat:

 comms/p5-Asterisk/Makefile |  18 ++++++++++--------
 comms/p5-Asterisk/PLIST    |   3 ++-
 comms/p5-Asterisk/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 13 deletions(-)

diffs (65 lines):

diff -r 0834a27708f0 -r b662b9e3f5c2 comms/p5-Asterisk/Makefile
--- a/comms/p5-Asterisk/Makefile        Tue Jul 07 15:25:39 2009 +0000
+++ b/comms/p5-Asterisk/Makefile        Tue Jul 07 15:42:13 2009 +0000
@@ -1,24 +1,26 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:42 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/07 15:42:13 sno Exp $
 #
 
-DISTNAME=              asterisk-perl-0.10
-PKGNAME=               p5-Asterisk-0.10
-PKGREVISION=           1
+DISTNAME=              asterisk-perl-1.01
+PKGNAME=               p5-Asterisk-1.01
 CATEGORIES=            comms perl5
-MASTER_SITES=          http://asterisk.gnuinter.net/files/
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JA/JAMESGOL/}
+MASTER_SITES+=         http://asterisk.gnuinter.net/files/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://asterisk.gnuinter.net/
 COMMENT=               Collection of perl modules to be used with Asterisk
+LICENSE=               artistic
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 PERL5_PACKLIST=                auto/asterisk-perl/.packlist
 EXAMPLES_DIR=          ${PREFIX}/share/examples/p5-Asterisk
 
-EXAMPLE_FILES=         agi-enum.agi calleridnamelookup.agi tts-line.agi
-EXAMPLE_FILES+=                agi-sayani.agi manager-test.pl tts-ping.agi
-EXAMPLE_FILES+=                agi-test.agi tts-bofh.agi
+EXAMPLE_FILES=         agi-enum.agi agi-sayani.agi agi-test.agi
+EXAMPLE_FILES+=        calleridnamelookup.agi directory.agi manager-test.pl
+EXAMPLE_FILES+=        tts-bofh.agi tts-line.agi tts-ping.agi
 
 .for file in ${EXAMPLE_FILES}
 REPLACE_PERL+=         ${WRKSRC}/examples/${file}
diff -r 0834a27708f0 -r b662b9e3f5c2 comms/p5-Asterisk/PLIST
--- a/comms/p5-Asterisk/PLIST   Tue Jul 07 15:25:39 2009 +0000
+++ b/comms/p5-Asterisk/PLIST   Tue Jul 07 15:42:13 2009 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:38:41 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/07/07 15:42:13 sno Exp $
 share/examples/p5-Asterisk/agi-enum.agi
 share/examples/p5-Asterisk/agi-sayani.agi
 share/examples/p5-Asterisk/agi-test.agi
 share/examples/p5-Asterisk/calleridnamelookup.agi
+share/examples/p5-Asterisk/directory.agi
 share/examples/p5-Asterisk/manager-test.pl
 share/examples/p5-Asterisk/tts-bofh.agi
 share/examples/p5-Asterisk/tts-line.agi
diff -r 0834a27708f0 -r b662b9e3f5c2 comms/p5-Asterisk/distinfo
--- a/comms/p5-Asterisk/distinfo        Tue Jul 07 15:25:39 2009 +0000
+++ b/comms/p5-Asterisk/distinfo        Tue Jul 07 15:42:13 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/08/05 21:42:40 he Exp $
+$NetBSD: distinfo,v 1.3 2009/07/07 15:42:13 sno Exp $
 
-SHA1 (asterisk-perl-0.10.tar.gz) = f0d864fbdc70986557209e5a2610a739dc943682
-RMD160 (asterisk-perl-0.10.tar.gz) = e33da0485c71a1de3f2fb7d61024ee9404f48489
-Size (asterisk-perl-0.10.tar.gz) = 27395 bytes
+SHA1 (asterisk-perl-1.01.tar.gz) = 08e931997fd6b3a1bc0d953118006c61c88ef6e8
+RMD160 (asterisk-perl-1.01.tar.gz) = b2ad4160373d72a079779d402b2ae80aabbf6ac7
+Size (asterisk-perl-1.01.tar.gz) = 27680 bytes



Home | Main Index | Thread Index | Old Index