From owner-svn-ports-head@FreeBSD.ORG Mon Aug 5 15:55:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35D5AE19; Mon, 5 Aug 2013 15:55:38 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08BC124C6; Mon, 5 Aug 2013 15:55:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r75FtbXb038199; Mon, 5 Aug 2013 15:55:37 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r75Ftb9X038197; Mon, 5 Aug 2013 15:55:37 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308051555.r75Ftb9X038197@svn.freebsd.org> From: William Grzybowski Date: Mon, 5 Aug 2013 15:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324278 - in head/editors: openoffice-3 openoffice-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 15:55:38 -0000 Author: wg Date: Mon Aug 5 15:55:37 2013 New Revision: 324278 URL: http://svnweb.freebsd.org/changeset/ports/324278 Log: editors/openoffice-*: bump PORTREVISION - CoinMP has been updated Submitted by: Pedro Giffuni Modified: head/editors/openoffice-3/Makefile head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-3/Makefile ============================================================================== --- head/editors/openoffice-3/Makefile Mon Aug 5 15:24:13 2013 (r324277) +++ head/editors/openoffice-3/Makefile Mon Aug 5 15:55:37 2013 (r324278) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors java MASTER_SITES= ftp://ftp.riken.jp/net/apache/incubator/ooo/3.4.1/source/ \ ${MASTER_SITE_LOCAL:S@%SUBDIR%@maho/openoffice@}:extsrc @@ -119,7 +119,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic textcat.0:${PORTSDIR}/textproc/libtextcat \ freetype.9:${PORTSDIR}/print/freetype2 \ apr-1.4:${PORTSDIR}/devel/apr1 \ - CoinMP.7:${PORTSDIR}/math/coinmp \ + CoinMP.8:${PORTSDIR}/math/coinmp \ serf-1.0:${PORTSDIR}/www/serf BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Mon Aug 5 15:24:13 2013 (r324277) +++ head/editors/openoffice-devel/Makefile Mon Aug 5 15:55:37 2013 (r324278) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.0.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -120,7 +120,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic textcat.0:${PORTSDIR}/textproc/libtextcat \ freetype.9:${PORTSDIR}/print/freetype2 \ apr-1.4:${PORTSDIR}/devel/apr1 \ - CoinMP.7:${PORTSDIR}/math/coinmp \ + CoinMP.8:${PORTSDIR}/math/coinmp \ serf-1.0:${PORTSDIR}/www/serf \ freetype.9:${PORTSDIR}/print/freetype2 \ textcat.0:${PORTSDIR}/textproc/libtextcat