pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 17 07:47:31 UTC 2018

Modified Files:
        pkgsrc/security/gnupg2: Makefile

Log Message:
gnupg2: fix libgpg-error dependency pattern.

Reported by Oskar on pkgsrc-users.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/security/gnupg2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.90 pkgsrc/security/gnupg2/Makefile:1.91
--- pkgsrc/security/gnupg2/Makefile:1.90        Sat Jun  9 18:08:34 2018
+++ pkgsrc/security/gnupg2/Makefile     Sun Jun 17 07:47:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2018/06/09 18:08:34 leot Exp $
+# $NetBSD: Makefile,v 1.91 2018/06/17 07:47:30 wiz Exp $
 
 DISTNAME=      gnupg-2.2.8
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -41,7 +41,7 @@ BUILDLINK_API_DEPENDS.libgcrypt+=     libgcr
 .include "../../security/libgcrypt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.sqlite3+=                sqlite3>=3.7.15
 .include "../../databases/sqlite3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.24
+BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.28
 .include "../../security/libgpg-error/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.5.1
 .include "../../security/libassuan2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index