pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Set the minimum version of libgpg-error requi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f4c9647e62b
branches:  trunk
changeset: 482290:6f4c9647e62b
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sun Oct 24 08:58:01 2004 +0000

description:
Set the minimum version of libgpg-error required correctly.

diffstat:

 security/gnupg-devel/Makefile |  4 ++--
 security/pinentry/Makefile    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 321121b821ba -r 6f4c9647e62b security/gnupg-devel/Makefile
--- a/security/gnupg-devel/Makefile     Sun Oct 24 05:41:25 2004 +0000
+++ b/security/gnupg-devel/Makefile     Sun Oct 24 08:58:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/10/23 14:46:16 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/24 09:03:17 shannonjr Exp $
 #
 
 DISTNAME=              gnupg-1.9.11
@@ -67,7 +67,7 @@
        ${CAT} -f ${PKGDIR}/PLIST.gpgsm >> ${PLIST_SRC}
 .endif
 
-BUILDLINK_DEPENDS.libgpg-erro>=        1.0.0
+BUILDLINK_DEPENDS.libgpg-error+=       libgpg-error>=1.0.0
 .include "../../security/libgpg-error/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../security/libassuan/buildlink3.mk"
diff -r 321121b821ba -r 6f4c9647e62b security/pinentry/Makefile
--- a/security/pinentry/Makefile        Sun Oct 24 05:41:25 2004 +0000
+++ b/security/pinentry/Makefile        Sun Oct 24 08:58:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/24 08:58:01 shannonjr Exp $
 #
 
 DISTNAME=              pinentry-0.7.1
@@ -28,7 +28,7 @@
        ${ECHO} "bin/pinentry-gtk" >>${PLIST_SRC}
 .endif
 
-BUILDLINK_DEPENDS.libgpg-erro>= 1.0.0
+BUILDLINK_DEPENDS.libgpg-error+=       libgpg-error>=1.0.0
 .include "../../security/libgpg-error/buildlink3.mk"
 .include "../../security/libksba/buildlink3.mk"
 .if !empty(PKG_OPTIONS:Mqt)



Home | Main Index | Thread Index | Old Index