Bug 225954 - security/acme.sh: Add missing link to the deploy directory
Summary: security/acme.sh: Add missing link to the deploy directory
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-16 14:36 UTC by Jose Luis Duran
Modified: 2018-02-16 17:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dvl)


Attachments
Add missing link to the deploy directory (1003 bytes, patch)
2018-02-16 14:36 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran 2018-02-16 14:36:16 UTC
Created attachment 190692 [details]
Add missing link to the deploy directory

This allows the use of the deploy API.
Comment 1 Dan Langille freebsd_committer freebsd_triage 2018-02-16 17:22:13 UTC
Seems good to me:

root@111amd64-working:~ # cd ~acme/
root@111amd64-working:~acme # ls -l
total 1
drwxr-x---  2 acme  acme  5 Feb 16 17:21 .acme.sh
drwxr-x---  2 acme  acme  2 Feb 16 17:21 certs
root@111amd64-working:~acme # cd .acme.sh/
root@111amd64-working:~acme/.acme.sh # ls -l
total 6
-rw-r-----  1 root  acme  184 Feb 16 17:21 account.conf.sample
lrwxr-xr-x  1 root  acme   40 Feb 16 17:21 deploy -> /usr/local/share/examples/acme.sh/deploy
lrwxr-xr-x  1 root  acme   40 Feb 16 17:21 dnsapi -> /usr/local/share/examples/acme.sh/dnsapi
root@111amd64-working:~acme/.acme.sh # ls deploy
README.md       cpanel_uapi.sh  exim4.sh        haproxy.sh      kong.sh         mysqld.sh       opensshd.sh     strongswan.sh   vsftpd.sh
apache.sh       dovecot.sh      fritzbox.sh     keychain.sh     myapi.sh        nginx.sh        pureftpd.sh     unifi.sh
root@111amd64-working:~acme/.acme.sh #
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-02-16 17:23:49 UTC
A commit references this bug:

Author: dvl
Date: Fri Feb 16 17:23:28 UTC 2018
New revision: 462048
URL: https://svnweb.freebsd.org/changeset/ports/462048

Log:
  Add missing link to the deploy directory

  PR:		225954
  Submitted by:	Jose Luis Duran <jlduran@gmail.com>

Changes:
  head/security/acme.sh/Makefile
  head/security/acme.sh/files/pkg-install.in
Comment 3 Dan Langille freebsd_committer freebsd_triage 2018-02-16 17:24:29 UTC
Thank you for the patch. It makes my job much easier.