From owner-cvs-all@FreeBSD.ORG Thu Sep 2 17:08:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B099F16A4CE; Thu, 2 Sep 2004 17:08:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C7C43D1F; Thu, 2 Sep 2004 17:08:55 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i82H8ti0091496; Thu, 2 Sep 2004 17:08:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i82H8tHH091495; Thu, 2 Sep 2004 17:08:55 GMT (envelope-from clsung) Message-Id: <200409021708.i82H8tHH091495@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 2 Sep 2004 17:08:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/websvn Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 17:08:55 -0000 clsung 2004-09-02 17:08:55 UTC FreeBSD ports repository Modified files: devel/websvn Makefile distinfo pkg-plist Log: - update to 1.61. - NEW: Multibyte encodings are considered when urlencoding path names. - CHANGE: The listing view will now always show the revision asked for (HEAD by default), but the log message will show the log string for the latest modification to the current directory). This means the the parent directory structure won't change as you browse through old directories. - FIX: A bug prevented downloading of tarballs from working. PR: ports/71292 Submitted by: maintainer Approved by: vanilla (co-mentor) Revision Changes Path 1.5 +1 -1 ports/devel/websvn/Makefile 1.5 +2 -2 ports/devel/websvn/distinfo 1.5 +2 -0 ports/devel/websvn/pkg-plist