From owner-cvs-ports@FreeBSD.ORG Tue Jun 14 12:23:49 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BBC16A41C; Tue, 14 Jun 2005 12:23:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9C643D53; Tue, 14 Jun 2005 12:23:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5ECNn04086478; Tue, 14 Jun 2005 12:23:49 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5ECNnaG086477; Tue, 14 Jun 2005 12:23:49 GMT (envelope-from jylefort) Message-Id: <200506141223.j5ECNnaG086477@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 14 Jun 2005 12:23:49 +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/monotone Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 12:23:49 -0000 jylefort 2005-06-14 12:23:49 UTC FreeBSD ports repository Modified files: devel/monotone Makefile distinfo pkg-descr Log: [1]: - Update to 0.19 - Chase original master site - Remove WITHOUT_ADNS option, as the configure script shipped with 0.19 does not know anything about adns - Replace !WITHOUT_{LUA,SQLITE} with WITH_{LUA,SQLITE}_PORT to make the included libraries the default choice - the INSTALL file coming with the distribution suggests using the bundled libraries to avoid problems, and as this software is still under heavy development, I think it should be honored - Add home page URL to pkg-descr Moreover: - Respect ${CXXFLAGS} - Polish the Makefile PR: ports/81470 [1] Submitted by: Stefan Walter [1] Approved by: maintainer timeout (21 days) Revision Changes Path 1.10 +14 -19 ports/devel/monotone/Makefile 1.3 +2 -2 ports/devel/monotone/distinfo 1.2 +2 -0 ports/devel/monotone/pkg-descr