Bug 175104 - [PATCH] net/libosip: update to 4.0.0
Summary: [PATCH] net/libosip: update to 4.0.0
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 14:10 UTC by Muhammad Moinur Rahman
Modified: 2013-05-12 14:40 UTC (History)
1 user (show)

See Also:


Attachments
libosip-4.0.0.patch (1.81 KB, patch)
2013-01-07 14:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-07 14:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-12 14:37:25 UTC
Author: rm
Date: Sun May 12 13:37:17 2013
New Revision: 317958
URL: http://svnweb.freebsd.org/changeset/ports/317958

Log:
  Add libosip2 port version 4.0.0, that is API incompatible with version
  in net/libosip. This patch was submitted as an update against net/libosip
  but it was decided to add it as a separate port.
  
  oSIP is an implementation of SIP.
  
  SIP stands for the Session Initiation Protocol and is described by the
  rfc2543 (soon to be deprecated by latest revisions). This library aims
  to provide multimedia and telecom software developers an easy and powerful
  interface to initiate and control SIP based sessions in their applications.
  SIP is a open standard replacement from IETF for H323.
  
  WWW: http://www.gnu.org/software/osip/
  
  PR:		175104
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Added:
  head/net/libosip2/
     - copied from r317957, head/net/libosip/
Modified:
  head/net/Makefile
  head/net/libosip2/Makefile   (contents, props changed)
  head/net/libosip2/distinfo   (contents, props changed)
  head/net/libosip2/pkg-plist   (contents, props changed)

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun May 12 13:06:46 2013	(r317957)
+++ head/net/Makefile	Sun May 12 13:37:17 2013	(r317958)
@@ -335,6 +335,7 @@
     SUBDIR += libopennet
     SUBDIR += liboping
     SUBDIR += libosip
+    SUBDIR += libosip2
     SUBDIR += libpcap
     SUBDIR += libpcapnav
     SUBDIR += libproxy

Modified: head/net/libosip2/Makefile
==============================================================================
--- head/net/libosip/Makefile	Sun May 12 13:06:46 2013	(r317957)
+++ head/net/libosip2/Makefile	Sun May 12 13:37:17 2013	(r317958)
@@ -1,26 +1,19 @@
-# ex:ts=8
-# Ports collection makefile for:	libosip
-# Date created:			Jun 14, 2002
-# Whom:				ijliao
-#
 # $FreeBSD$
-#
 
-PORTNAME=	libosip
-PORTVERSION=	3.6.0
+PORTNAME=	libosip2
+PORTVERSION=	4.0.0
 CATEGORIES=	net
 MASTER_SITES=	GNU/osip
-DISTNAME=	${PORTNAME}2-${PORTVERSION}
 
-MAINTAINER=	dhn@FreeBSD.org
-COMMENT=	A low layer of SIP implementation
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Low layer of SIP implementation
 
-CONFLICTS=	libosip2-2*
+LICENSE=	LGPL21
 
-USE_GNOME=	gnomehack pkgconfig
-USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--disable-debug --disable-trace
+USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
+USES=		pathfix pkgconfig
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure

Modified: head/net/libosip2/distinfo
==============================================================================
--- head/net/libosip/distinfo	Sun May 12 13:06:46 2013	(r317957)
+++ head/net/libosip2/distinfo	Sun May 12 13:37:17 2013	(r317958)
@@ -1,2 +1,2 @@
-SHA256 (libosip2-3.6.0.tar.gz) = c9a18b0c760506d150017cdb1fa5c1cefe12b8dcbbf9a7e784eb75af376e96cd
-SIZE (libosip2-3.6.0.tar.gz) = 598496
+SHA256 (libosip2-4.0.0.tar.gz) = bb2d228a41750fab397480002b0865f305f83a3840b1aa84851593593491b015
+SIZE (libosip2-4.0.0.tar.gz) = 644958

Modified: head/net/libosip2/pkg-plist
==============================================================================
--- head/net/libosip/pkg-plist	Sun May 12 13:06:46 2013	(r317957)
+++ head/net/libosip2/pkg-plist	Sun May 12 13:37:17 2013	(r317958)
@@ -44,11 +44,11 @@ include/osipparser2/sdp_message.h
 lib/libosip2.a
 lib/libosip2.la
 lib/libosip2.so
-lib/libosip2.so.9
+lib/libosip2.so.10
 lib/libosipparser2.a
 lib/libosipparser2.la
 lib/libosipparser2.so
-lib/libosipparser2.so.9
+lib/libosipparser2.so.10
 libdata/pkgconfig/libosip2.pc
 @dirrm include/osipparser2/headers
 @dirrm include/osipparser2
_______________________________________________
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 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-05-12 14:40:32 UTC
State Changed
From-To: open->closed

Added as new net/libosip2 port, thank you.