pkgsrc-WIP-changes archive

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

kamailio: Minor fixes from pkglint



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Nov 30 19:39:45 2019 -0500
Changeset:	c28851bd93b55f32e9cbe14947322956b1001045

Modified Files:
	kamailio/DESCR
	kamailio/Makefile
	kamailio/PLIST

Log Message:
kamailio: Minor fixes from pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c28851bd93b55f32e9cbe14947322956b1001045

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kamailio/DESCR    | 4 ++--
 kamailio/Makefile | 3 +++
 kamailio/PLIST    | 2 --
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/kamailio/DESCR b/kamailio/DESCR
index 73dcdd49f1..62aafc8c01 100644
--- a/kamailio/DESCR
+++ b/kamailio/DESCR
@@ -1,7 +1,7 @@
 Kamailio (successor of former OpenSER and SER) is an Open Source SIP
 Server released under GPL, able to handle thousands of call setups per
 second. Kamailio can be used to build large platforms for VoIP and
-realtime communications – presence, WebRTC, Instant messaging and
+realtime communications - presence, WebRTC, Instant messaging and
 other applications.  Moreover, it can be easily used for scaling up
 SIP-to-PSTN gateways, PBX systems or media servers like Asterisk,
 FreeSWITCH or SEMS.
@@ -14,4 +14,4 @@ extensions for VoLTE; ENUM; DID and least cost routing; load
 balancing; routing fail-over; accounting, authentication and
 authorization; support for many backend systems such as MySQL,
 Postgres, Oracle, Radius, LDAP, Redis, Cassandra, MongoDB, Memcached;
-Json and XMLRPC control interface, SNMP monitoring.
\ No newline at end of file
+Json and XMLRPC control interface, SNMP monitoring.
diff --git a/kamailio/Makefile b/kamailio/Makefile
index 218ab89111..33c2d91fe2 100644
--- a/kamailio/Makefile
+++ b/kamailio/Makefile
@@ -19,6 +19,9 @@ MAKE_ENV=	include_modules="xmpp"
 
 FAKE_NCURSES=	yes
 
+CONF_FILES+=	share/examples/kamailio/kamailio.cfg  ${PKGSYSCONFDIR}/kamailio/kamailio.cfg
+CONF_FILES+=	share/examples/kamailio/kamctlrc ${PKGSYSCONFDIR}/kamailio/kamctlrc
+
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
diff --git a/kamailio/PLIST b/kamailio/PLIST
index cd81d22c31..66fef82b78 100644
--- a/kamailio/PLIST
+++ b/kamailio/PLIST
@@ -1,6 +1,4 @@
 @comment $NetBSD$
-etc/kamailio/kamailio.cfg
-etc/kamailio/kamctlrc
 lib64/kamailio/kamctl/dbtextdb/dbtextdb.py
 lib64/kamailio/kamctl/kamctl.base
 lib64/kamailio/kamctl/kamctl.ctlbase


Home | Main Index | Thread Index | Old Index