Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 16:57:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310102 - head/net/libcmis
Message-ID:  <201301081657.r08GvDWx034132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan  8 16:57:12 2013
New Revision: 310102
URL: http://svnweb.freebsd.org/changeset/ports/310102

Log:
  Trim headers,
  Disable binary client to avoid conflict with upcoming libcmis03

Modified:
  head/net/libcmis/Makefile
  head/net/libcmis/pkg-plist

Modified: head/net/libcmis/Makefile
==============================================================================
--- head/net/libcmis/Makefile	Tue Jan  8 16:46:50 2013	(r310101)
+++ head/net/libcmis/Makefile	Tue Jan  8 16:57:12 2013	(r310102)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	libcmis
-# Date created:		2012-01-22
-# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	libcmis
 PORTVERSION=	0.1.0
+PORTREVISION=	1
 CATEGORIES=	net devel
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -16,7 +12,7 @@ COMMENT=	Client library for the CMIS int
 LICENSE=	LGPL20 MPL GPLv2
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
 		${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
@@ -25,4 +21,6 @@ USE_GNOME=	libxml2 gnomehack
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
+CONFIGURE_ARGS=	--disable-client
+
 .include <bsd.port.mk>

Modified: head/net/libcmis/pkg-plist
==============================================================================
--- head/net/libcmis/pkg-plist	Tue Jan  8 16:46:50 2013	(r310101)
+++ head/net/libcmis/pkg-plist	Tue Jan  8 16:57:12 2013	(r310102)
@@ -1,4 +1,3 @@
-bin/cmis-client
 include/libcmis/cmis-object.hxx
 include/libcmis/document.hxx
 include/libcmis/folder.hxx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301081657.r08GvDWx034132>