From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 10:25:22 2015 Return-Path: Delivered-To: svn-ports-head@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 7C756E77; Sat, 24 Jan 2015 10:25:22 +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 68434DD9; Sat, 24 Jan 2015 10:25:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OAPMja086726; Sat, 24 Jan 2015 10:25:22 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0OAPMkp086725; Sat, 24 Jan 2015 10:25:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201501241025.t0OAPMkp086725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 24 Jan 2015 10:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377787 - head/security/libsecret X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 10:25:22 -0000 Author: danfe Date: Sat Jan 24 10:25:21 2015 New Revision: 377787 URL: https://svnweb.freebsd.org/changeset/ports/377787 QAT: https://qat.redports.org/buildarchive/r377787/ Log: Sanitize port description (obtained upstream) and kill EOL whitespace. Modified: head/security/libsecret/pkg-descr Modified: head/security/libsecret/pkg-descr ============================================================================== --- head/security/libsecret/pkg-descr Sat Jan 24 10:16:48 2015 (r377786) +++ head/security/libsecret/pkg-descr Sat Jan 24 10:25:21 2015 (r377787) @@ -1,7 +1,6 @@ -libsecret is a library for storing and retrieving passwords and other -secrets. It communicates with the "Secret Service" using -DBus. gnome-keyring and ksecretservice are both implementations -of a Secret Service. interfaces and classes for commonly used -data structures. interfaces and classes for commonly used data structures. +libsecret is a library for storing and retrieving passwords and other +secrets. It communicates with the "Secret Service" using DBus. +gnome-keyring and ksecretservice are both implementations of a Secret +Service; libsecret replaces libgnome-keyring. WWW: https://wiki.gnome.org/Projects/Libsecret/