From owner-svn-ports-all@FreeBSD.ORG Wed Feb 6 21:47:54 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 70A3EA47; Wed, 6 Feb 2013 21:47:54 +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 620C4CEC; Wed, 6 Feb 2013 21:47:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r16Llrxj076839; Wed, 6 Feb 2013 21:47:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r16Llr3I076838; Wed, 6 Feb 2013 21:47:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302062147.r16Llr3I076838@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 6 Feb 2013 21:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311798 - head/devel/boost-libs 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: Wed, 06 Feb 2013 21:47:54 -0000 Author: bapt Date: Wed Feb 6 21:47:53 2013 New Revision: 311798 URL: http://svnweb.freebsd.org/changeset/ports/311798 Log: Bump portrevision after the previous fix, as lots of user may have a runtime problem with previous version and needs an update. Reported by: rakuco Modified: head/devel/boost-libs/Makefile Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Wed Feb 6 21:34:52 2013 (r311797) +++ head/devel/boost-libs/Makefile Wed Feb 6 21:47:53 2013 (r311798) @@ -4,6 +4,8 @@ PORTNAME= boost-libs COMMENT= Free portable C++ libraries (without Boost.Python) +PORTREVISION= 1 + BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS