Bug 179635 - mistyped in net/linphone-base/pkg-descr
Summary: mistyped in net/linphone-base/pkg-descr
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 16:10 UTC by Dmitry Afanasiev
Modified: 2013-08-22 00:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Afanasiev 2013-06-17 16:10:05 UTC
Please replace "cosole" with "console" in net/linphone-base/pkg-descr
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 16:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-22 00:26:41 UTC
Responsible Changed
From-To: sylvio->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-22 00:26:47 UTC
Author: wg
Date: Wed Aug 21 23:26:34 2013
New Revision: 325173
URL: http://svnweb.freebsd.org/changeset/ports/325173

Log:
  net/linphone-base: fix typo in pkg-descr
  
  - Fix typo in pkg-descr [1]
  - Convert to new lib depends syntax
  - USES gmake
  - Add NLS to options
  - Remove leading article from COMMENT
  
  PR:		ports/179635
  Submitted by:	Dmitry Afanasiev <KOT MATPOCKuH.Ru>
  Approved by:	maintainer (timeout)

Modified:
  head/net/linphone-base/Makefile
  head/net/linphone-base/pkg-descr

Modified: head/net/linphone-base/Makefile
==============================================================================
--- head/net/linphone-base/Makefile	Wed Aug 21 23:23:51 2013	(r325172)
+++ head/net/linphone-base/Makefile	Wed Aug 21 23:26:34 2013	(r325173)
@@ -9,17 +9,16 @@ CATEGORIES?=	net
 MASTER_SITES=	SAVANNAH/${PORTNAME}/3.2.x/sources
 
 MAINTAINER=	sylvio@FreeBSD.org
-COMMENT=	A web phone that supports SIP protocol
+COMMENT=	Web phone that supports SIP protocol
 
-LIB_DEPENDS=	gsm.1:${PORTSDIR}/audio/gsm \
-		speex.1:${PORTSDIR}/audio/speex \
-		eXosip2.9:${PORTSDIR}/net/libexosip2
+LIB_DEPENDS=	libgsm.so:${PORTSDIR}/audio/gsm \
+		libspeex.so:${PORTSDIR}/audio/speex \
+		libeXosip2.so:${PORTSDIR}/net/libexosip2
 
 CONFLICTS=	ortp-[0-9]*
 
 USE_GNOME=	glib20 intlhack
-USES=		pathfix pkgconfig
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 LIBTOOLFILES=	configure oRTP/configure mediastreamer2/configure
 CONFIGURE_ARGS=	--disable-ipv6 --disable-manual --disable-ewarning \
@@ -31,6 +30,8 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
+OPTIONS_DEFINE=	NLS
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/net/linphone-base/pkg-descr
==============================================================================
--- head/net/linphone-base/pkg-descr	Wed Aug 21 23:23:51 2013	(r325172)
+++ head/net/linphone-base/pkg-descr	Wed Aug 21 23:26:34 2013	(r325173)
@@ -2,6 +2,6 @@ Linphone is a web phone: it let you phon
 whole world, freely, simply by using the internet. The cost of the phone call
 is the cost that you spend connected to the internet.
 
-This package includes libraries, headers and cosole frontend.
+This package includes libraries, headers and console frontend.
 
 WWW: http://www.linphone.org/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-08-22 00:26:50 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!