diff options
author | mef <mef@pkgsrc.org> | 2014-12-10 10:24:21 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-10 10:24:21 +0000 |
commit | f25cea940c4f64f5bbd6aa59a02c0320f5e8bf74 (patch) | |
tree | 32ed9aeb665a27a331ee029a6b57c78d6b13427a /security/pinentry | |
parent | b2c4252983ff0cdac92a46b13bdc6744cd42d70d (diff) | |
download | pkgsrc-f25cea940c4f64f5bbd6aa59a02c0320f5e8bf74.tar.gz |
Update security/pinentry* from 0.8.3 to 0.8.4
The second part of the commit after Makefile.common updated
This is the last version pinentry-{qt,gtk} are available.
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/distinfo | 9 | ||||
-rw-r--r-- | security/pinentry/patches/patch-qt4_pinentryconfirm_moc | 16 |
3 files changed, 22 insertions, 6 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index f7ea8516310..996a4891edd 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2014/12/10 02:27:43 mef Exp $ +# $NetBSD: Makefile,v 1.42 2014/12/10 10:24:21 mef Exp $ # #PKGNAME= ${DISTNAME} -PKGREVISION= 2 COMMENT= Applications for entering PINs or Passphrases .include "../../security/pinentry/Makefile.common" diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo index 6efbc266814..03f6c352477 100644 --- a/security/pinentry/distinfo +++ b/security/pinentry/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.13 2013/07/04 17:04:58 wiz Exp $ +$NetBSD: distinfo,v 1.14 2014/12/10 10:24:21 mef Exp $ -SHA1 (pinentry-0.8.3.tar.bz2) = fc0efe5d375568f90ddbb23ee68e173411a49d4a -RMD160 (pinentry-0.8.3.tar.bz2) = c081810a8cb7a281098625b3ac621ae3ae2acf7b -Size (pinentry-0.8.3.tar.bz2) = 430753 bytes +SHA1 (pinentry-0.8.4.tar.bz2) = 36c94980ceab5c15e188de121f7ab4c7ee6b3521 +RMD160 (pinentry-0.8.4.tar.bz2) = fa2b9a3df9390b3a20ae1ea6ee229d59cedd42a7 +Size (pinentry-0.8.4.tar.bz2) = 516975 bytes +SHA1 (patch-qt4_pinentryconfirm_moc) = b48ed080f78a4a465d3e56139d69c9fbfcb8fcc2 diff --git a/security/pinentry/patches/patch-qt4_pinentryconfirm_moc b/security/pinentry/patches/patch-qt4_pinentryconfirm_moc new file mode 100644 index 00000000000..f651f5ee99a --- /dev/null +++ b/security/pinentry/patches/patch-qt4_pinentryconfirm_moc @@ -0,0 +1,16 @@ +$NetBSD: patch-qt4_pinentryconfirm_moc,v 1.1 2014/12/10 10:24:21 mef Exp $ + +Although, this is said generated file, it seems to me the path is +wrong. (only pinentry-qt4 needs this patch) + +--- qt4/pinentryconfirm.moc~ 2014-12-10 17:40:26.000000000 +0900 ++++ qt4/pinentryconfirm.moc 2014-12-10 17:41:41.000000000 +0900 +@@ -6,7 +6,7 @@ + ** WARNING! All changes made in this file will be lost! + *****************************************************************************/ + +-#include "../../../s/pinentry/qt4/pinentryconfirm.h" ++#include "../qt4/pinentryconfirm.h" + #if !defined(Q_MOC_OUTPUT_REVISION) + #error "The header file 'pinentryconfirm.h' doesn't include <QObject>." + #elif Q_MOC_OUTPUT_REVISION != 63 |