From owner-svn-ports-all@FreeBSD.ORG Fri Oct 17 07:55:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E32C758F; Fri, 17 Oct 2014 07:55:45 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF19121C; Fri, 17 Oct 2014 07:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9H7tj3F085475; Fri, 17 Oct 2014 07:55:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9H7tjCH085474; Fri, 17 Oct 2014 07:55:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410170755.s9H7tjCH085474@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 17 Oct 2014 07:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371028 - head/devel/alog 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.18-1 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: Fri, 17 Oct 2014 07:55:46 -0000 Author: marino Date: Fri Oct 17 07:55:45 2014 New Revision: 371028 URL: https://svnweb.freebsd.org/changeset/ports/371028 QAT: https://qat.redports.org/buildarchive/r371028/ Log: devel/alog: Remove reference to base/full flavors in pkg-descr The "full" option was removed, along with pgsql, xmpp, and smtp facilities, so this removes references that were in the description. Modified: head/devel/alog/pkg-descr Modified: head/devel/alog/pkg-descr ============================================================================== --- head/devel/alog/pkg-descr Fri Oct 17 05:00:20 2014 (r371027) +++ head/devel/alog/pkg-descr Fri Oct 17 07:55:45 2014 (r371028) @@ -3,10 +3,4 @@ forward to use and is easily extendable. logger types, log facilities, loglevel policies and message transformations. -The Alog library comes in two flavors: base and full. The base build -includes facilities to log to files and syslog while the full version -provides more advanced log facilities like SMTP, Jabber/XMPP or PostgreSQL. -The full version requires AWS (Ada Web Server) and APQ (Ada95 database -binding) and are offered as non-default option. - WWW: http://www.codelabs.ch/alog