Bug 188315 - [MAINTAINER] net/libexosip2: update to 4.1.0
Summary: [MAINTAINER] net/libexosip2: update to 4.1.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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-06 14:50 UTC by Muhammad Moinur Rahman
Modified: 2014-05-25 19:50 UTC (History)
0 users

See Also:


Attachments
libeXosip2-4.1.0.patch (1.69 KB, patch)
2014-04-06 14:50 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 2014-04-06 14:50:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-25 18:34:02 UTC
State Changed
From-To: open->feedback

Do you agree to repocopy net/libexosip2 to net/libexosip2-legacy and add 
PKGNAMESUFFIX=-legacy to avoid PKGNAME collision?
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-25 19:37:54 UTC
Author: sunpoet
Date: Sun May 25 18:37:51 2014
New Revision: 355261
URL: http://svnweb.freebsd.org/changeset/ports/355261
QAT: https://qat.redports.org/buildarchive/r355261/

Log:
  - Add libexosip2-legacy 3.6.0 (repocopied from net/libexosip2)
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Mark CONFLICTS_INSTALL with net/libexosip2
  
  PR:		ports/188315
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Added:
  head/net/libexosip2-legacy/
     - copied from r355253, head/net/libexosip2/
Modified:
  head/net/Makefile
  head/net/libexosip2-legacy/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun May 25 18:07:22 2014	(r355260)
+++ head/net/Makefile	Sun May 25 18:37:51 2014	(r355261)
@@ -297,6 +297,7 @@
     SUBDIR += libcmis
     SUBDIR += libdnet
     SUBDIR += libexosip2
+    SUBDIR += libexosip2-legacy
     SUBDIR += libfb
     SUBDIR += libfixbuf
     SUBDIR += libgnetwork

Modified: head/net/libexosip2-legacy/Makefile
==============================================================================
--- head/net/libexosip2/Makefile	Sun May 25 16:28:45 2014	(r355253)
+++ head/net/libexosip2-legacy/Makefile	Sun May 25 18:37:51 2014	(r355261)
@@ -5,11 +5,16 @@ PORTNAME=	libeXosip2
 PORTVERSION=	3.6.0
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/exosip
+PKGNAMESUFFIX=	-legacy
 
 MAINTAINER=	5u623l20@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/libosip
+
+CONFLICTS_INSTALL=	libeXosip2-[0-9]*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-tools --disable-debug --disable-trace
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2014-05-25 19:45:04 UTC
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@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@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
_______________________________________________
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 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-25 19:45:45 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!