From owner-svn-ports-head@freebsd.org Sun Dec 3 20:38:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15AC0E67BD2; Sun, 3 Dec 2017 20:38:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC3768820; Sun, 3 Dec 2017 20:38:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB3Kcg7k061690; Sun, 3 Dec 2017 20:38:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB3KcgWe061688; Sun, 3 Dec 2017 20:38:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712032038.vB3KcgWe061688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Dec 2017 20:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455484 - head/comms/spandsp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/comms/spandsp X-SVN-Commit-Revision: 455484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 20:38:46 -0000 Author: sunpoet Date: Sun Dec 3 20:38:42 2017 New Revision: 455484 URL: https://svnweb.freebsd.org/changeset/ports/455484 Log: Use USES=localbase - Remove CONFLICTS: comms/spandsp-devel has been removed almost 3 years - Update pkg-descr - Update WWW Modified: head/comms/spandsp/Makefile head/comms/spandsp/pkg-descr Modified: head/comms/spandsp/Makefile ============================================================================== --- head/comms/spandsp/Makefile Sun Dec 3 20:38:37 2017 (r455483) +++ head/comms/spandsp/Makefile Sun Dec 3 20:38:42 2017 (r455484) @@ -15,13 +15,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gmake libtool - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - +USES= autoreconf gmake libtool localbase USE_LDCONFIG= yes - -CONFLICTS= spandsp-devel-[0-9]* .include Modified: head/comms/spandsp/pkg-descr ============================================================================== --- head/comms/spandsp/pkg-descr Sun Dec 3 20:38:37 2017 (r455483) +++ head/comms/spandsp/pkg-descr Sun Dec 3 20:38:42 2017 (r455484) @@ -1,5 +1,4 @@ -Spandsp is a DSP library for telephony and fax functions. It -basically, also implements a complete software fax machine to -send and, or receive messages. +Spandsp is a library of many DSP functions for telephony. These range from +simple modules, such as DTMF detection, to a complete software FAX machine. -WWW: http://www.soft-switch.org/ +WWW: https://www.soft-switch.org/