Bug 240678 - ftp/proftpd: missing dependency on perl
Summary: ftp/proftpd: missing dependency on perl
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-19 08:13 UTC by Koichiro Iwao
Modified: 2024-12-19 22:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2019-09-19 08:13:47 UTC
% pkg info -l proftpd | head
proftpd-1.3.6:
        /usr/local/bin/ftpasswd
        /usr/local/bin/ftpcount
        /usr/local/bin/ftpdctl
        /usr/local/bin/ftpmail
        /usr/local/bin/ftpquota
        /usr/local/bin/ftptop
        /usr/local/bin/ftpwho
        /usr/local/bin/prxs
        /usr/local/etc/PROFTPD-MIB.txt

% ftpasswd
env: perl: No such file or directory

% head -1 /usr/local/bin/ftpasswd
#!/usr/bin/env perl
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-12-19 22:13:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c89d4a844a4649d5f81f0bfaa359d9b59e5f129b

commit c89d4a844a4649d5f81f0bfaa359d9b59e5f129b
Author:     Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2024-12-19 22:03:51 +0000
Commit:     Martin Matuska <mm@FreeBSD.org>
CommitDate: 2024-12-19 22:13:00 +0000

    ftp/proftpd: Update to 1.3.8c

    Release notes:  http://www.proftpd.org/docs/RELEASE_NOTES-1.3.8c
    PR:             283423, 240678
    Approved by:    mm (maintainer)

 ftp/proftpd/Makefile  |  6 ++---
 ftp/proftpd/distinfo  |  6 ++---
 ftp/proftpd/pkg-plist | 62 +++++++++++++++++++++++++--------------------------
 3 files changed, 37 insertions(+), 37 deletions(-)