From owner-cvs-all@FreeBSD.ORG Fri Jan 13 21:59:09 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 923BB106564A; Fri, 13 Jan 2012 21:59:09 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 673D18FC08; Fri, 13 Jan 2012 21:59:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q0DLx9JQ091277; Fri, 13 Jan 2012 21:59:09 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0DLx9HD091276; Fri, 13 Jan 2012 21:59:09 GMT (envelope-from glarkin) Message-Id: <201201132159.q0DLx9HD091276@repoman.freebsd.org> From: Greg Larkin Date: Fri, 13 Jan 2012 21:59:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gearmand Makefile distinfo pkg-plist ports/devel/gearmand/files extra-patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 21:59:09 -0000 glarkin 2012-01-13 21:59:09 UTC FreeBSD ports repository Modified files: devel/gearmand Makefile distinfo pkg-plist Added files: devel/gearmand/files extra-patch-configure Log: - Unbreak - Upgrade to 0.26 - Add new build dependencies - Add new build option for Redis persistent queue - Move SQLite library version checking to BUILD_DEPENDS from the upstream configure script. It always failed due to incorrect comparison of a version string with a version number. - Update a bunch of depends and CONFIGURE_ARGS due to changes in the upstream configure script. PR: ports/164026 (based on) Submitted by: Marc Peters Revision Changes Path 1.17 +183 -132 ports/devel/gearmand/Makefile 1.13 +2 -2 ports/devel/gearmand/distinfo 1.1 +154 -0 ports/devel/gearmand/files/extra-patch-configure (new) 1.9 +39 -18 ports/devel/gearmand/pkg-plist