pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pinentry Update to 0.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e625c458f061
branches:  trunk
changeset: 519854:e625c458f061
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Oct 11 14:55:59 2006 +0000

description:
Update to 0.7.2

diffstat:

 security/pinentry/Makefile   |  5 ++---
 security/pinentry/PLIST      |  3 ++-
 security/pinentry/distinfo   |  8 ++++----
 security/pinentry/options.mk |  5 ++++-
 4 files changed, 12 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r fb10a4b11f0e -r e625c458f061 security/pinentry/Makefile
--- a/security/pinentry/Makefile        Wed Oct 11 14:51:21 2006 +0000
+++ b/security/pinentry/Makefile        Wed Oct 11 14:55:59 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2006/06/17 13:46:34 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/11 14:55:59 shannonjr Exp $
 #
 
-DISTNAME=              pinentry-0.7.1
-PKGREVISION=           5
+DISTNAME=              pinentry-0.7.2
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.gnupg.org/gcrypt/pinentry/
 
diff -r fb10a4b11f0e -r e625c458f061 security/pinentry/PLIST
--- a/security/pinentry/PLIST   Wed Oct 11 14:51:21 2006 +0000
+++ b/security/pinentry/PLIST   Wed Oct 11 14:55:59 2006 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2006/03/31 23:56:29 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/11 14:55:59 shannonjr Exp $
+bin/pinentry
 bin/pinentry-curses
 info/pinentry.info
 ${USE_GTK}bin/pinentry-gtk
diff -r fb10a4b11f0e -r e625c458f061 security/pinentry/distinfo
--- a/security/pinentry/distinfo        Wed Oct 11 14:51:21 2006 +0000
+++ b/security/pinentry/distinfo        Wed Oct 11 14:55:59 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:11 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/10/11 14:55:59 shannonjr Exp $
 
-SHA1 (pinentry-0.7.1.tar.gz) = fb1a17b603a0fa234cdf3a08d0efde3f33f5926c
-RMD160 (pinentry-0.7.1.tar.gz) = 4c2dd0414be767f047e48abc60ff0ffbbac1df03
-Size (pinentry-0.7.1.tar.gz) = 347047 bytes
+SHA1 (pinentry-0.7.2.tar.gz) = aa113b08e315d22b6f70a634f459fdfbaa4dcaba
+RMD160 (pinentry-0.7.2.tar.gz) = db667256801545ef065d9d47cafe5e67137fa6ce
+Size (pinentry-0.7.2.tar.gz) = 398775 bytes
diff -r fb10a4b11f0e -r e625c458f061 security/pinentry/options.mk
--- a/security/pinentry/options.mk      Wed Oct 11 14:51:21 2006 +0000
+++ b/security/pinentry/options.mk      Wed Oct 11 14:55:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/10/11 14:51:21 gdt Exp $
+# $NetBSD: options.mk,v 1.3 2006/10/11 14:55:59 shannonjr Exp $
 #
 
 # XXX This usage of bsd.options.mk is incorrect.  The package should
@@ -24,6 +24,9 @@
 USE_LANGUAGES+=                c c++
 USE_TOOLS+=            gmake
 CONFIGURE_ARGS+=       --enable-pinentry-qt
+CONFIGURE_ARGS+=       --with-qt-dir=${QTDIR:Q}
+CONFIGURE_ARGS+=       --with-qt-includes=${BUILDLINK_PREFIX.qt3-libs}/qt3/include
+CONFIGURE_ARGS+=       --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib
 PLIST_SUBST+=          USE_QT=
 .  include "../../x11/qt3-libs/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index