mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 0.3.4.
PR: ports/26443 Submitted by: Anders Nordby <anders@fix.no> (maintainer)
This commit is contained in:
parent
dac3edbec8
commit
772af8373e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41241
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= oftpd
|
||||
PORTVERSION= 0.3.3
|
||||
PORTVERSION= 0.3.4
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://www.time-travellers.org/oftpd/ \
|
||||
http://www.freenix.no/~anders/
|
||||
@ -19,6 +19,8 @@ DOCFILES= README AUTHORS ChangeLog NEWS TODO BUGS
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
MAN8= oftpd.8
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${PREFIX}/libexec/oftpd
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -29,9 +31,9 @@ do-install:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${MANPREFIX}/man/man8
|
||||
@${ECHO} "================================================================================"
|
||||
@${ECHO} "oftpd only runs standalone, not from inetd."
|
||||
@${ECHO} "Try ${PREFIX}/libexec/oftpd -h to see command line options."
|
||||
@${ECHO} "Create a README file in the root anonymous FTP dir to have it displayed to"
|
||||
@${ECHO} "users upon login."
|
||||
@${ECHO} "================================================================================"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (oftpd-0.3.3.tar.gz) = 5aedb3495fa262400e71b454a4bd9470
|
||||
MD5 (oftpd-0.3.4.tar.gz) = 3a10eb7a681ba9090f57b99a1a462f72
|
||||
|
Loading…
Reference in New Issue
Block a user