From owner-svn-ports-all@FreeBSD.ORG Mon Mar 24 10:31:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90BF3610; Mon, 24 Mar 2014 10:31:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCA7E03; Mon, 24 Mar 2014 10:31:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OAVG6l028054; Mon, 24 Mar 2014 10:31:16 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2OAVGc8028053; Mon, 24 Mar 2014 10:31:16 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403241031.s2OAVGc8028053@svn.freebsd.org> From: John Marino Date: Mon, 24 Mar 2014 10:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348930 - head/misc/excel-writer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 10:31:16 -0000 Author: marino Date: Mon Mar 24 10:31:15 2014 New Revision: 348930 URL: http://svnweb.freebsd.org/changeset/ports/348930 QAT: https://qat.redports.org/buildarchive/r348930/ Log: misc/excel-writer: Ensure short description includes "Ada" This is important as the package is not (easily) usable for those uninterested in Ada. Modified: head/misc/excel-writer/Makefile Modified: head/misc/excel-writer/Makefile ============================================================================== --- head/misc/excel-writer/Makefile Mon Mar 24 09:54:57 2014 (r348929) +++ head/misc/excel-writer/Makefile Mon Mar 24 10:31:15 2014 (r348930) @@ -8,7 +8,7 @@ MASTER_SITES= http://sourceforge.net/pro DISTNAME= excel_writer_${PORTVERSION} MAINTAINER= marino@FreeBSD.org -COMMENT= Package for easily creating Excel files with basic formats +COMMENT= Ada package for easily creating Excel files with basic formats LICENSE= MIT