pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpgme



Module Name:    pkgsrc
Committed By:   spz
Date:           Thu Oct 11 17:49:26 UTC 2018

Modified Files:
        pkgsrc/security/gpgme: Makefile

Log Message:
this gpgme wants gpgrt_calloc etc that are introduced with libgpg-error 1.28


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/security/gpgme/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/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.89 pkgsrc/security/gpgme/Makefile:1.90
--- pkgsrc/security/gpgme/Makefile:1.89 Wed Jul  4 13:40:34 2018
+++ pkgsrc/security/gpgme/Makefile      Thu Oct 11 17:49:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2018/07/04 13:40:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2018/10/11 17:49:26 spz Exp $
 
 DISTNAME=      gpgme-1.11.1
 CATEGORIES=    security
@@ -33,6 +33,6 @@ TEST_TARGET=          check
 .include "../../mk/pthread.buildlink3.mk"
 BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.0.2
 .include "../../security/libassuan2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.17
+BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.28
 .include "../../security/libgpg-error/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index