pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme fix copy-paste



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86b15dcb2d26
branches:  trunk
changeset: 383355:86b15dcb2d26
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 18 10:38:26 2022 +0000

description:
fix copy-paste

diffstat:

 security/gpgme/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af251b78be19 -r 86b15dcb2d26 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Thu Aug 18 09:53:02 2022 +0000
+++ b/security/gpgme/Makefile   Thu Aug 18 10:38:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2022/08/18 09:53:02 tnn Exp $
+# $NetBSD: Makefile,v 1.107 2022/08/18 10:38:26 tnn Exp $
 
 DISTNAME=      gpgme-1.18.0
 CATEGORIES=    security
@@ -10,7 +10,7 @@
 COMMENT=       GnuPG Made Easy
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES+=                c99 c++14 # https://dev.gnupg.org/T614
+USE_LANGUAGES+=                c99 c++14 # https://dev.gnupg.org/T6141
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index