Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 20:04:51 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321419 - head/comms/spandsp
Message-ID:  <201306202004.r5KK4pn5057574@svn.freebsd.org>

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



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