Please replace "cosole" with "console" in net/linphone-base/pkg-descr
Responsible Changed From-To: freebsd-ports-bugs->sylvio Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: sylvio->wg I'll take it.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!