svn commit: r355261 - in head/net: . libexosip2-legacy

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


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 at 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 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/libosip
+
+CONFLICTS_INSTALL=	libeXosip2-[0-9]*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-tools --disable-debug --disable-trace


More information about the svn-ports-all mailing list