Commits

Jeremy Lavergne authored 2ba06f709d7
tnftpd: update to 20190602
No tags

net/tnftpd/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 name tnftpd
6 -version 20130325
7 -revision 1
6 +version 20190602
8 7 categories net
9 8 license BSD
10 9 maintainers {snc @nerdling} openmaintainer
11 10 description Internet File Transfer Protocol server
12 11 long_description ${name} is the Internet File Transfer Protocol server \
13 12 process. The server uses the TCP protocol and listens at \
14 13 the port specified in the ``ftp'' service specification\; \
15 14 see services(5).
16 15
17 16 homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
18 17 platforms darwin
19 18
20 19 master_sites ${homepage}
21 -checksums rmd160 e5eea84e187fe52a1f839b3375140275202350f5 \
22 - sha256 331006f0bcee593af3f4faaaf1de8db825e2aa60449be1c961916b37d562e147
20 +checksums rmd160 d3cb8d68fd584c86e68cb8309ae39b4633da9e16 \
21 + sha256 905519d239745ebec41c91e357af299f3bce04b59f84f2ba5f7654738439ac1c \
22 + size 528324
23 23
24 24 use_autoconf yes
25 25
26 26 configure.args-append --with-pam
27 27
28 28 destroot {
29 29 xinstall -m 755 ${worksrcpath}/src/${name} ${destroot}${prefix}/sbin/
30 30
31 31 xinstall -m 444 ${worksrcpath}/src/ftpd.conf.man ${destroot}${prefix}/share/man/man5/ftpd.conf.5
32 32 xinstall -m 444 ${worksrcpath}/src/ftpusers.man ${destroot}${prefix}/share/man/man5/ftpdusers.5

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut