summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/pinentry-gtk/Makefile6
-rw-r--r--security/pinentry-gtk2/Makefile7
-rw-r--r--security/pinentry-qt/Makefile7
-rw-r--r--security/pinentry-qt4/Makefile12
4 files changed, 17 insertions, 15 deletions
diff --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile
index b5fb93cf740..248fe60cefa 100644
--- a/security/pinentry-gtk/Makefile
+++ b/security/pinentry-gtk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/02/22 17:20:39 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/11 13:29:19 drochner Exp $
#
-DISTNAME= pinentry-0.7.6
-PKGNAME= pinentry-gtk-0.7.6
+DISTNAME= pinentry-0.8.0
+PKGNAME= pinentry-gtk-0.8.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
index d28e75ac379..369c736e9ab 100644
--- a/security/pinentry-gtk2/Makefile
+++ b/security/pinentry-gtk2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/06/13 22:45:19 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2010/08/11 13:29:19 drochner Exp $
#
-DISTNAME= pinentry-0.7.6
-PKGNAME= pinentry-gtk2-0.7.6
-PKGREVISION= 1
+DISTNAME= pinentry-0.8.0
+PKGNAME= pinentry-gtk2-0.8.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
diff --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile
index 0d3df30358b..ee472a3efa2 100644
--- a/security/pinentry-qt/Makefile
+++ b/security/pinentry-qt/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/06/13 22:45:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2010/08/11 13:29:19 drochner Exp $
#
-DISTNAME= pinentry-0.7.6
-PKGNAME= pinentry-qt-0.7.6
-PKGREVISION= 1
+DISTNAME= pinentry-0.8.0
+PKGNAME= pinentry-qt-0.8.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile
index 98c56f08055..e42ed9844e7 100644
--- a/security/pinentry-qt4/Makefile
+++ b/security/pinentry-qt4/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/06/13 22:45:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/11 13:29:19 drochner Exp $
#
-DISTNAME= pinentry-0.7.6
-PKGNAME= pinentry-qt4-0.7.6
-PKGREVISION= 1
+DISTNAME= pinentry-0.8.0
+PKGNAME= pinentry-qt4-0.8.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
@@ -33,6 +32,11 @@ INFO_FILES= yes
INSTALL_DIRS= qt4
+post-configure:
+ cd $(WRKSRC)/qt4 && \
+ $(QTDIR)/bin/moc pinentrydialog.h -o pinentrydialog.moc && \
+ $(QTDIR)/bin/moc qsecurelineedit.h -o qsecurelineedit.moc
+
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"