summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-10-11 14:55:59 +0000
committershannonjr <shannonjr>2006-10-11 14:55:59 +0000
commit0e547f8ce31fdf842819a053ebb0fac9902740da (patch)
treebf7b6a6b2cf99de40f6f9bcd2f07f5c7cf8c148c /security
parent567faeedf7aab88415b9b7fc495d7bfb7f062066 (diff)
downloadpkgsrc-0e547f8ce31fdf842819a053ebb0fac9902740da.tar.gz
Update to 0.7.2
Diffstat (limited to 'security')
-rw-r--r--security/pinentry/Makefile5
-rw-r--r--security/pinentry/PLIST3
-rw-r--r--security/pinentry/distinfo8
-rw-r--r--security/pinentry/options.mk5
4 files changed, 12 insertions, 9 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index e48ceed55f5..6232b77d8a6 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -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 --git a/security/pinentry/PLIST b/security/pinentry/PLIST
index e99f26b0dd7..6e19e1ab901 100644
--- a/security/pinentry/PLIST
+++ b/security/pinentry/PLIST
@@ -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 --git a/security/pinentry/distinfo b/security/pinentry/distinfo
index 9a8b2b9b9b6..eceb365f9c5 100644
--- a/security/pinentry/distinfo
+++ b/security/pinentry/distinfo
@@ -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 --git a/security/pinentry/options.mk b/security/pinentry/options.mk
index 07b8406d2e8..5a87be1e875 100644
--- a/security/pinentry/options.mk
+++ b/security/pinentry/options.mk
@@ -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 @@ PLIST_SUBST+= USE_GTK='@comment '
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