pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinentry-mac Fix exec command by adding the m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66a16d6e68eb
branches:  trunk
changeset: 363078:66a16d6e68eb
user:      jym <jym%pkgsrc.org@localhost>
date:      Wed May 31 21:30:15 2017 +0000

description:
Fix exec command by adding the missing "$@" to pass down arguments.
Bump rev.

Caught by wizd(8), thanks!

diffstat:

 security/pinentry-mac/Makefile              |  3 ++-
 security/pinentry-mac/files/pinentry-mac.sh |  2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r eea67c561fc0 -r 66a16d6e68eb security/pinentry-mac/Makefile
--- a/security/pinentry-mac/Makefile    Wed May 31 19:29:26 2017 +0000
+++ b/security/pinentry-mac/Makefile    Wed May 31 21:30:15 2017 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2017/05/31 12:19:16 jym Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/31 21:30:15 jym Exp $
 
 DISTNAME=      pinentry-mac-${PINENTRY_VERSION}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=GPGTools/}
 PINENTRY_VERSION=0.9.4
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .zip
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/GPGTools/pinentry-mac/
diff -r eea67c561fc0 -r 66a16d6e68eb security/pinentry-mac/files/pinentry-mac.sh
--- a/security/pinentry-mac/files/pinentry-mac.sh       Wed May 31 19:29:26 2017 +0000
+++ b/security/pinentry-mac/files/pinentry-mac.sh       Wed May 31 21:30:15 2017 +0000
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec '@PINENTRY_APP_DIR@/Contents/MacOS/pinentry-mac'
+exec '@PINENTRY_APP_DIR@/Contents/MacOS/pinentry-mac' "$@"



Home | Main Index | Thread Index | Old Index