From owner-svn-ports-all@FreeBSD.ORG Thu Jun 20 20:04:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CBF4AC2; Thu, 20 Jun 2013 20:04:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6A60F12DD; Thu, 20 Jun 2013 20:04:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KK4px6057575; Thu, 20 Jun 2013 20:04:51 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5KK4pn5057574; Thu, 20 Jun 2013 20:04:51 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306202004.r5KK4pn5057574@svn.freebsd.org> From: Boris Samorodov Date: Thu, 20 Jun 2013 20:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321419 - head/comms/spandsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 20:04:51 -0000 Author: bsam Date: Thu Jun 20 20:04:50 2013 New Revision: 321419 URL: http://svnweb.freebsd.org/changeset/ports/321419 Log: . remove shlib ABI version numbers from LIB_DEPENDS; . delete an article from COMMENT; . trim Makefile headers. Modified: head/comms/spandsp/Makefile Modified: head/comms/spandsp/Makefile ============================================================================== --- head/comms/spandsp/Makefile Thu Jun 20 19:53:17 2013 (r321418) +++ head/comms/spandsp/Makefile Thu Jun 20 20:04:50 2013 (r321419) @@ -1,9 +1,5 @@ -# New ports collection makefile for: spandsp -# Date created: 23 June 2005 -# Whom: wlloyd@slap.net -# +# Created by: wlloyd@slap.net # $FreeBSD$ -# PORTNAME= spandsp PORTVERSION= 0.0.5 @@ -13,9 +9,9 @@ MASTER_SITES= http://www.soft-switch.org EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A DSP library and software FAX machine +COMMENT= DSP library and software FAX machine -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool autoconf