svn commit: r315930 - in head/security: . qtkeychain qtkeychain/files

Max Brazhnikov makc at freebsd.org
Thu Apr 18 18:45:44 UTC 2013


On Wed, 17 Apr 2013 23:35:55 -0700 Jason Helfman wrote:
> On Wed, Apr 17, 2013 at 12:46 PM, Max Brazhnikov <makc at 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 at 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


More information about the svn-ports-all mailing list