From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 21:13:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 56C2D336; Thu, 31 Jan 2013 21:13:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3EAA61FF; Thu, 31 Jan 2013 21:13:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0VLDner028781; Thu, 31 Jan 2013 21:13:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0VLDnvs028780; Thu, 31 Jan 2013 21:13:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201301312113.r0VLDnvs028780@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 31 Jan 2013 21:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311337 - head/editors/libreoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 21:13:49 -0000 Author: bapt Date: Thu Jan 31 21:13:48 2013 New Revision: 311337 URL: http://svnweb.freebsd.org/changeset/ports/311337 Log: Revert a commit that should not have happened Bump portrevision Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Thu Jan 31 20:51:47 2013 (r311336) +++ head/editors/libreoffice/Makefile Thu Jan 31 21:13:48 2013 (r311337) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITE_SUBDIR= src/${PORTVERSION}/ MASTER_SITES+= http://dev-www.libreoffice.org/src/:ext \ @@ -46,7 +46,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic nss3.1:${PORTSDIR}/security/nss \ SampleICC.2:${PORTSDIR}/graphics/sampleicc \ png15:${PORTSDIR}/graphics/png \ - cmis-0.3:${PORTSDIR}/net/libcmis \ + cmis-0.2.0:${PORTSDIR}/net/libcmis \ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/Liberation/LiberationMono-Bold.ttf:${PORTSDIR}/x11-fonts/liberation-fonts-ttf \ ${LOCALBASE}/lib/X11/fonts/LinLibertineG/LinLibertine_DR_G.ttf:${PORTSDIR}/x11-fonts/linuxlibertine-g \