Date: Sat, 5 Oct 2013 13:51:43 +0200 (CEST) From: Christoph Moench-Tegeder <cmt@burggraben.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182681: security/gnupg : fix plist entry for scdaemon Message-ID: <20131005115143.B36D1312B1@elch.exwg.net> Resent-Message-ID: <201310051200.r95C00G7016834@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182681 >Category: ports >Synopsis: security/gnupg : fix plist entry for scdaemon >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 05 12:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 9.2-RELEASE FreeBSD 9.2-RELEASE #11 r255911: Fri Sep 27 17:09:40 CEST 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64 security/gnupg gnupg-2.0.22 The GNU Privacy Guard Option SCDAEMON=on >Description: gnupg installs scdaemon in $LOCALBASE/libexec, but pkg-plist expects it in $LOCALBASE/bin >How-To-Repeat: try to package gnupg with SCDAEMON enabled >Fix: Index: pkg-plist =================================================================== --- pkg-plist (revision 329444) +++ pkg-plist (working copy) @@ -8,7 +8,7 @@ bin/gpgsm-gencert.sh bin/gpgv2 %%GPGSM%%bin/kbxutil -%%SCDAEMON%%bin/scdaemon +%%SCDAEMON%%libexec/scdaemon bin/symcryptrun bin/watchgnupg libexec/gpg-check-pattern Regards, Christoph >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131005115143.B36D1312B1>