From owner-cvs-ports@FreeBSD.ORG Mon Sep 24 12:32:55 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD9616A4DE; Mon, 24 Sep 2007 12:32:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEFF13C4A8; Mon, 24 Sep 2007 12:32:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8OCWtMn045939; Mon, 24 Sep 2007 12:32:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8OCWt0I045938; Mon, 24 Sep 2007 12:32:55 GMT (envelope-from edwin) Message-Id: <200709241232.l8OCWt0I045938@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 24 Sep 2007 12:32:54 +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/editors/hexedit Makefile distinfo pkg-plist ports/editors/hexedit/files patch--search.c patch-hexedit.h 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: Mon, 24 Sep 2007 12:32:55 -0000 edwin 2007-09-24 12:32:54 UTC FreeBSD ports repository Modified files: editors/hexedit Makefile distinfo Added files: editors/hexedit/files patch--search.c patch-hexedit.h Removed files: editors/hexedit pkg-plist Log: [PATCH] update editors/hexedit to 1.2.12 This patch updates editors/hexedit to 1.2.12. Additionally included is a patch (patch-allowwhitespaces) which allows a hex search pattern to contain whitespaces (e.g. A1 B2 C3 instead of A1B2C3). PR: ports/101078 Submitted by: Andre Albsmeier Approved by: maintainer timeout Revision Changes Path 1.16 +4 -2 ports/editors/hexedit/Makefile 1.7 +3 -3 ports/editors/hexedit/distinfo 1.1 +21 -0 ports/editors/hexedit/files/patch--search.c (new) 1.1 +10 -0 ports/editors/hexedit/files/patch-hexedit.h (new) 1.5 +0 -2 ports/editors/hexedit/pkg-plist (dead)