From owner-cvs-all@FreeBSD.ORG Tue Jan 17 22:27:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3696816A41F; Tue, 17 Jan 2006 22:27:48 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588F243D60; Tue, 17 Jan 2006 22:27:46 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0HMRk7T079643; Tue, 17 Jan 2006 22:27:46 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0HMRkn7079639; Tue, 17 Jan 2006 22:27:46 GMT (envelope-from sobomax) Message-Id: <200601172227.k0HMRkn7079639@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 17 Jan 2006 22:27:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk Makefile distinfo pkg-plist ports/net/asterisk/files chan_oss.c patch-Makefile patch-agi::Makefile patch-apps::Makefile patch-apps::app_rxfax.c patch-apps::app_txfax.c patch-astman::Makefile patch-cdr::Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 22:27:48 -0000 sobomax 2006-01-17 22:27:46 UTC FreeBSD ports repository Modified files: net/asterisk Makefile distinfo pkg-plist net/asterisk/files patch-Makefile patch-agi::Makefile patch-apps::Makefile patch-apps::app_rxfax.c patch-apps::app_txfax.c patch-cdr::Makefile patch-channels::Makefile patch-channels::chan_h323.c patch-channels::chan_sip.c patch-channels::chan_zap.c patch-codecs::Makefile patch-codecs::ilbc::Makefile patch-db.c patch-formats::Makefile patch-formats::format_g723_1.c patch-formats::format_g729.c patch-pbx::Makefile patch-res::Makefile patch-rtp.c Added files: net/asterisk/files patch-channels::h323::ast_h323.cpp patch-channels::h323::ast_h323.h patch-configs::musiconhold.conf.sample patch-funcs::Makefile patch-utils::Makefile Removed files: net/asterisk/files chan_oss.c patch-astman::Makefile patch-channels::h323::Makefile patch-codecs::codec_g723_1_dummy.c patch-codecs::codec_g729_dummy.c patch-codecs::g729_slin_ex.h patch-codecs::slin_g729_ex.h patch-pbx::pbx_wilcalu.c patch-res-res_watchdog.c Log: Update to 1.2.1. Revision Changes Path 1.43 +6 -16 ports/net/asterisk/Makefile 1.12 +3 -4 ports/net/asterisk/distinfo 1.3 +0 -1327 ports/net/asterisk/files/chan_oss.c (dead) 1.12 +301 -226 ports/net/asterisk/files/patch-Makefile 1.5 +6 -5 ports/net/asterisk/files/patch-agi::Makefile 1.6 +46 -28 ports/net/asterisk/files/patch-apps::Makefile 1.3 +6 -4 ports/net/asterisk/files/patch-apps::app_rxfax.c 1.3 +5 -3 ports/net/asterisk/files/patch-apps::app_txfax.c 1.5 +0 -25 ports/net/asterisk/files/patch-astman::Makefile (dead) 1.6 +48 -34 ports/net/asterisk/files/patch-cdr::Makefile 1.11 +63 -75 ports/net/asterisk/files/patch-channels::Makefile 1.5 +10 -10 ports/net/asterisk/files/patch-channels::chan_h323.c 1.4 +111 -124 ports/net/asterisk/files/patch-channels::chan_sip.c 1.4 +28 -48 ports/net/asterisk/files/patch-channels::chan_zap.c 1.6 +0 -39 ports/net/asterisk/files/patch-channels::h323::Makefile (dead) 1.3 +16 -0 ports/net/asterisk/files/patch-channels::h323::ast_h323.cpp (new) 1.1 +16 -0 ports/net/asterisk/files/patch-channels::h323::ast_h323.h (new) 1.8 +43 -34 ports/net/asterisk/files/patch-codecs::Makefile 1.4 +0 -314 ports/net/asterisk/files/patch-codecs::codec_g723_1_dummy.c (dead) 1.4 +0 -281 ports/net/asterisk/files/patch-codecs::codec_g729_dummy.c (dead) 1.3 +0 -20 ports/net/asterisk/files/patch-codecs::g729_slin_ex.h (dead) 1.4 +9 -8 ports/net/asterisk/files/patch-codecs::ilbc::Makefile 1.3 +0 -31 ports/net/asterisk/files/patch-codecs::slin_g729_ex.h (dead) 1.1 +14 -0 ports/net/asterisk/files/patch-configs::musiconhold.conf.sample (new) 1.5 +15 -8 ports/net/asterisk/files/patch-db.c 1.4 +9 -9 ports/net/asterisk/files/patch-formats::Makefile 1.4 +25 -22 ports/net/asterisk/files/patch-formats::format_g723_1.c 1.5 +14 -11 ports/net/asterisk/files/patch-formats::format_g729.c 1.1 +14 -0 ports/net/asterisk/files/patch-funcs::Makefile (new) 1.4 +11 -9 ports/net/asterisk/files/patch-pbx::Makefile 1.2 +0 -14 ports/net/asterisk/files/patch-pbx::pbx_wilcalu.c (dead) 1.2 +0 -13 ports/net/asterisk/files/patch-res-res_watchdog.c (dead) 1.8 +26 -24 ports/net/asterisk/files/patch-res::Makefile 1.5 +8 -14 ports/net/asterisk/files/patch-rtp.c 1.1 +34 -0 ports/net/asterisk/files/patch-utils::Makefile (new) 1.17 +129 -30 ports/net/asterisk/pkg-plist