From owner-cvs-ports@FreeBSD.ORG Mon Sep 27 01:14:52 2010 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 599E0106564A; Mon, 27 Sep 2010 01:14:52 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48C918FC08; Mon, 27 Sep 2010 01:14:52 +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 o8R1EqqQ022992; Mon, 27 Sep 2010 01:14:52 GMT (envelope-from ashish@repoman.freebsd.org) Received: (from ashish@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8R1Eqwh022991; Mon, 27 Sep 2010 01:14:52 GMT (envelope-from ashish) Message-Id: <201009270114.o8R1Eqwh022991@repoman.freebsd.org> From: Ashish SHUKLA Date: Mon, 27 Sep 2010 01:14:52 +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/emacs Makefile distinfo pkg-descr pkg-plist ports/editors/emacs/files patch-configure 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, 27 Sep 2010 01:14:52 -0000 ashish 2010-09-27 01:14:52 UTC FreeBSD ports repository Modified files: editors/emacs Makefile distinfo pkg-descr pkg-plist Added files: editors/emacs/files patch-configure Log: - Add CANNA support to the port, provided by Yuji TAKANO. - Update CONFLICTS to conflict with 24.x. - Include the license file to the port. - Update descriptions of the OPTIONS. - Fix building of port on 6.x/9.x with DBUS option enabled, provided by swell.k@gmail.com . - Remove unneeded dependencies on gettext and dbus-glib. - Remove ALSA checks. - Clean up pkg-plist. PR: ports/146979 Approved by: tabthorpe (mentor) Revision Changes Path 1.99 +62 -39 ports/editors/emacs/Makefile 1.19 +3 -0 ports/editors/emacs/distinfo 1.3 +220 -0 ports/editors/emacs/files/patch-configure (new) 1.5 +2 -0 ports/editors/emacs/pkg-descr 1.33 +3 -3784 ports/editors/emacs/pkg-plist