[MacPorts] #55429: qtkeychain

MacPorts noreply at macports.org
Thu Nov 30 12:14:23 UTC 2017


#55429: qtkeychain
-------------------------+-----------------
  Reporter:  Liontooth   |      Owner:
      Type:  request     |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  qtkeychain  |
-------------------------+-----------------

Comment (by Liontooth):

 I'm guessing here but this portfile works:

 {{{
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c
 -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

 PortSystem             1.0
 PortGroup              cmake 1.0
 PortGroup              github 1.0
 PortGroup              qt5 1.0

 name                   qtkeychain
 version                0.8
 categories             security
 platforms              darwin
 license                BSD
 maintainers            nomaintainer
 description            Platform-independent Qt API for storing passwords
 securely
 long_description       QtKeychain is a Qt API to store passwords and other
 secret data securely. Passwords are stored in the OS X Keychain.

 github.setup           frankosterfeld qtkeychain ${version}
 distfiles              ${version}.zip

 checksums              rmd160  bd836da78724c75a4eb169018b3df6dd32f1f625 \
                        sha256
 be986d0f1a24b7eac8eddce94bb820652fcdcf6fb9b590441743a510abcc4739

 qt5.depends_component  qtbase qttools
 }}}

 Except for this conflict:

 {{{
 Error: Failed to activate qtkeychain: Image error:
 /opt/local/libexec/qt5/translations/qtkeychain_de.qm already exists and
 does not belong to a registered port.  Unable to activate port qtkeychain.
 }}}

 I see there's also /opt/local/libexec/qt5/translations/qtkeychain_ro.qm.

--
Ticket URL: <https://trac.macports.org/ticket/55429#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list