From owner-cvs-all@FreeBSD.ORG Sat Apr 28 07:58:13 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 581DF1065670; Sat, 28 Apr 2012 07:58:13 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4411D8FC12; Sat, 28 Apr 2012 07:58:13 +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 q3S7wDfq005645; Sat, 28 Apr 2012 07:58:13 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3S7wDZi005644; Sat, 28 Apr 2012 07:58:13 GMT (envelope-from dhn) Message-Id: <201204280758.q3S7wDZi005644@repoman.freebsd.org> From: Dennis Herrmann Date: Sat, 28 Apr 2012 07:58:13 +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/ports-mgmt/porttools Makefile ports/ports-mgmt/porttools/files patch-util_diff.in 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: Sat, 28 Apr 2012 07:58:13 -0000 dhn 2012-04-28 07:58:13 UTC FreeBSD ports repository Modified files: ports-mgmt/porttools Makefile ports-mgmt/porttools/files patch-util_diff.in Log: - Avoid literal appearances of "$FreeBSD:...$" in patch-util_diff.in. - While we are here: - Make the affected sed pattern more flexible with regard to the repository path from which the port was checked out. - When handling -d , if the port's directory does not exist, fix the path used in the first check for an alternative path. - Bump PORTREVISION. PR: ports/166593 Submitted by: Johannes Joemann (maintainer) Revision Changes Path 1.32 +1 -1 ports/ports-mgmt/porttools/Makefile 1.6 +2 -2 ports/ports-mgmt/porttools/files/patch-util_diff.in