pkgsrc-WIP-changes archive

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

gnunet-gtk: pkglint fixes



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Mar 25 16:10:22 2022 +0100
Changeset:	d5e65e5c330ad18cd31d988b40964904d26b8948

Modified Files:
	gnunet-gtk/options.mk
	gnunet-gtk/patches/patch-gnunet-conversation-gtk.patch

Log Message:
gnunet-gtk: pkglint fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d5e65e5c330ad18cd31d988b40964904d26b8948

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

diffstat:
 gnunet-gtk/options.mk                                  | 2 +-
 gnunet-gtk/patches/patch-gnunet-conversation-gtk.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gnunet-gtk/options.mk b/gnunet-gtk/options.mk
index d48ac2e24c..81899ef991 100644
--- a/gnunet-gtk/options.mk
+++ b/gnunet-gtk/options.mk
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS+=		audio
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Maudio)
-.  if !empty(PKG_BUILD_OPTIONS.gnunet:Maudio)
+.  if ${PKG_BUILD_OPTIONS.gnunet:Maudio}
 PLIST_VARS+=			audio
 PLIST.audio=			yes
 .  endif
diff --git a/gnunet-gtk/patches/patch-gnunet-conversation-gtk.patch b/gnunet-gtk/patches/patch-gnunet-conversation-gtk.patch
index 813af69e86..507dfe578c 100644
--- a/gnunet-gtk/patches/patch-gnunet-conversation-gtk.patch
+++ b/gnunet-gtk/patches/patch-gnunet-conversation-gtk.patch
@@ -1,4 +1,4 @@
-# $NetBSD$
+$NetBSD$
 
 Upstream commit c06bc0c449d0a988f2848be8ae2c4779dc6f26d0
 conversation does not require libextractor or libgnunetfs


Home | Main Index | Thread Index | Old Index