svn commit: r355263 - head/net/libexosip2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 18:45:01 UTC 2014


Author: sunpoet
Date: Sun May 25 18:45:00 2014
New Revision: 355263
URL: http://svnweb.freebsd.org/changeset/ports/355263
QAT: https://qat.redports.org/buildarchive/r355263/

Log:
  - Update to 4.1.0
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Mark CONFLICTS_INSTALL with net/libexosip2-legacy
  
  Changes:	http://git.savannah.gnu.org/cgit/exosip.git/tree/ChangeLog
  PR:		ports/188315
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com> (maintainer)

Modified:
  head/net/libexosip2/Makefile
  head/net/libexosip2/distinfo
  head/net/libexosip2/pkg-plist

Modified: head/net/libexosip2/Makefile
==============================================================================
--- head/net/libexosip2/Makefile	Sun May 25 18:44:38 2014	(r355262)
+++ head/net/libexosip2/Makefile	Sun May 25 18:45:00 2014	(r355263)
@@ -2,25 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	libeXosip2
-PORTVERSION=	3.6.0
+PORTVERSION=	4.1.0
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/exosip
 
 MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	GPL library that extends the capability of the oSIP library
 
-LIB_DEPENDS=	osip2:${PORTSDIR}/net/libosip
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libosip2.so:${PORTSDIR}/net/libosip2
+
+CONFLICTS_INSTALL=	libeXosip2-legacy-[0-9]*
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--disable-tools --disable-debug --disable-trace
 USE_LDCONFIG=	yes
-SHLIB_VER=	9
+SHLIB_VER=	11
 
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
-post-patch:
-	@${REINPLACE_CMD} -e '/HAVE_OPENSSL/d' ${WRKSRC}/config.h.in
-
 .include <bsd.port.mk>

Modified: head/net/libexosip2/distinfo
==============================================================================
--- head/net/libexosip2/distinfo	Sun May 25 18:44:38 2014	(r355262)
+++ head/net/libexosip2/distinfo	Sun May 25 18:45:00 2014	(r355263)
@@ -1,2 +1,2 @@
-SHA256 (libeXosip2-3.6.0.tar.gz) = 91da1a084c9ab663afe04b493342e075ad59ac54a1af011c7f2ba4543a923564
-SIZE (libeXosip2-3.6.0.tar.gz) = 489574
+SHA256 (libeXosip2-4.1.0.tar.gz) = 3c77713b783f239e3bdda0cc96816a544c41b2c96fa740a20ed322762752969d
+SIZE (libeXosip2-4.1.0.tar.gz) = 530997

Modified: head/net/libexosip2/pkg-plist
==============================================================================
--- head/net/libexosip2/pkg-plist	Sun May 25 18:44:38 2014	(r355262)
+++ head/net/libexosip2/pkg-plist	Sun May 25 18:45:00 2014	(r355263)
@@ -1,3 +1,4 @@
+bin/sip_reg
 include/eXosip2/eX_call.h
 include/eXosip2/eX_message.h
 include/eXosip2/eX_options.h


More information about the svn-ports-all mailing list