pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry-mac



Module Name:    pkgsrc
Committed By:   jym
Date:           Wed May 31 21:30:15 UTC 2017

Modified Files:
        pkgsrc/security/pinentry-mac: Makefile
        pkgsrc/security/pinentry-mac/files: pinentry-mac.sh

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

Caught by wizd(8), thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pinentry-mac/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/pinentry-mac/files/pinentry-mac.sh

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

Modified files:

Index: pkgsrc/security/pinentry-mac/Makefile
diff -u pkgsrc/security/pinentry-mac/Makefile:1.1 pkgsrc/security/pinentry-mac/Makefile:1.2
--- pkgsrc/security/pinentry-mac/Makefile:1.1   Wed May 31 12:19:16 2017
+++ pkgsrc/security/pinentry-mac/Makefile       Wed May 31 21:30:15 2017
@@ -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/

Index: pkgsrc/security/pinentry-mac/files/pinentry-mac.sh
diff -u pkgsrc/security/pinentry-mac/files/pinentry-mac.sh:1.2 pkgsrc/security/pinentry-mac/files/pinentry-mac.sh:1.3
--- pkgsrc/security/pinentry-mac/files/pinentry-mac.sh:1.2      Wed May 31 17:10:01 2017
+++ pkgsrc/security/pinentry-mac/files/pinentry-mac.sh  Wed May 31 21:30:15 2017
@@ -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