Date: Thu, 18 Apr 2013 18:47:10 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Jason Helfman <jgh@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, 6yearold@gmail.com, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r315930 - in head/security: . qtkeychain qtkeychain/files Message-ID: <1853095.FfMfqcVszJ@mercury.ph.man.ac.uk> In-Reply-To: <CAMuy=%2BiKdPFQrPV4Nexm9nO2zJ3Q19DG9dUcdvem36Sm0NAmDQ@mail.gmail.com> References: <201304170606.r3H66PaE072875@svn.freebsd.org> <1398299.9HVlrbp22m@mercury.ph.man.ac.uk> <CAMuy=%2BiKdPFQrPV4Nexm9nO2zJ3Q19DG9dUcdvem36Sm0NAmDQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Apr 2013 23:35:55 -0700 Jason Helfman wrote: > On Wed, Apr 17, 2013 at 12:46 PM, Max Brazhnikov <makc@freebsd.org> wrote: > > > Hi, > > > > On Wed, 17 Apr 2013 06:06:25 +0000Wed Apr 17 06:06:24 2013 Jason Helfman > > wrote: > > > Author: jgh > > > Date: Wed Apr 17 06:06:24 2013 > > > New Revision: 315930 > > > URL: http://svnweb.freebsd.org/changeset/ports/315930 > > > > > > Log: > > > - add new port: security/qtkeychain > > > > > > QtKeychain is a Qt API to store passwords and other secret data > > securely.How > > > the data is stored depends on the platform. > > > For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME > > Keyring > > > via freedesktop.org's Secret Storage D-Bus specification is planned > > > but not yet implemented. > > > > > > WWW: https://github.com/frankosterfeld/qtkeychain > > > > > > PR: 177634 > > > Submitted by: 6yearold@gmail.com > > > > > Added: head/security/qtkeychain/pkg-plist > > > > > ============================================================================== > > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > > +++ head/security/qtkeychain/pkg-plist Wed Apr 17 06:06:24 2013 > > (r315930) > > > @@ -0,0 +1,12 @@ > > > +include/qtkeychain/keychain.h > > > +include/qtkeychain/qkeychain_export.h > > > +lib/cmake/QtKeychain/QtKeychainConfig.cmake > > > +lib/cmake/QtKeychain/QtKeychainConfigVersion.cmake > > > +lib/cmake/QtKeychain/QtKeychainLibraryDepends-release.cmake > > > > It should be > > 'lib/cmake/QtKeychain/QtKeychainLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake' > > > > > > http://www.freebsd.org/doc/en/books/porters-handbook/building.html#using-cmake > > > > Cheers, > > Max > > > > > Thanks, Max! > > Good to know. Do you think this requires a PORTREVISION? no, this change doesn't need PORTREVISION bump: default package is not affected. Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1853095.FfMfqcVszJ>