ports/182681: security/gnupg : fix plist entry for scdaemon
Christoph Moench-Tegeder
cmt at burggraben.net
Sat Oct 5 12:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list