From owner-svn-ports-branches@FreeBSD.ORG Fri Dec 27 12:38:02 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA03693; Fri, 27 Dec 2013 12:38:02 +0000 (UTC) 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 9B8B51D77; Fri, 27 Dec 2013 12:38:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRCc2pn026860; Fri, 27 Dec 2013 12:38:02 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRCc2ja026856; Fri, 27 Dec 2013 12:38:02 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312271238.rBRCc2ja026856@svn.freebsd.org> From: Antoine Brodin Date: Fri, 27 Dec 2013 12:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337724 - in branches/2014Q1: devel/codeblocks print/scribus textproc/sigil X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 12:38:02 -0000 Author: antoine Date: Fri Dec 27 12:38:01 2013 New Revision: 337724 URL: http://svnweb.freebsd.org/changeset/ports/337724 Log: MFH: r337723 Fix LIB_DEPENDS Approved by: portmgr (implicit) Modified: branches/2014Q1/devel/codeblocks/Makefile branches/2014Q1/print/scribus/Makefile branches/2014Q1/textproc/sigil/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/devel/codeblocks/Makefile ============================================================================== --- branches/2014Q1/devel/codeblocks/Makefile Fri Dec 27 12:34:09 2013 (r337723) +++ branches/2014Q1/devel/codeblocks/Makefile Fri Dec 27 12:38:01 2013 (r337724) @@ -15,7 +15,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libhunspell.so:${PORTSDIR}/textproc/hunspell \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ librsync.so:${PORTSDIR}/net/librsync RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info Modified: branches/2014Q1/print/scribus/Makefile ============================================================================== --- branches/2014Q1/print/scribus/Makefile Fri Dec 27 12:34:09 2013 (r337723) +++ branches/2014Q1/print/scribus/Makefile Fri Dec 27 12:38:01 2013 (r337724) @@ -18,7 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libfreetype.so:${PORTSDIR}/print/freetype2 \ libpodofo.so:${PORTSDIR}/graphics/podofo \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libhunspell.so:${PORTSDIR}/textproc/hunspell \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libhyphen.so:${PORTSDIR}/textproc/hyphen \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ Modified: branches/2014Q1/textproc/sigil/Makefile ============================================================================== --- branches/2014Q1/textproc/sigil/Makefile Fri Dec 27 12:34:09 2013 (r337723) +++ branches/2014Q1/textproc/sigil/Makefile Fri Dec 27 12:38:01 2013 (r337724) @@ -13,7 +13,7 @@ COMMENT= WYSIWYG ePub editor LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ - libhunspell-1.so:${PORTSDIR}/textproc/hunspell \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libpcre.so:${PORTSDIR}/devel/pcre LICENSE= GPLv3