Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:38:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455484 - head/comms/spandsp
Message-ID:  <201712032038.vB3KcgWe061688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032038.vB3KcgWe061688>