1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Upgrade to 0.48. Mostly bug fixed, but a few minor added features. See

${DOCSDIR}/CHANGES for more info.

Install a few of the included document files (CHANGES, README, and
README.security).

PR:		ports/108929
Submitted by:	chinsan (upgrade)
This commit is contained in:
Brooks Davis 2007-02-08 16:10:24 +00:00
parent d111774445
commit f57b3d574e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184583
2 changed files with 17 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tftp-hpa
PORTVERSION= 0.42
PORTVERSION= 0.48
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/
@ -19,6 +19,11 @@ USE_GMAKE= yes
PLIST_FILES= bin/tftp \
libexec/in.tftpd
.ifndef (NOPORTDOCS)
PORTDOCS= CHANGES \
README \
README.security
.endif
MAN1= tftp.1
MAN8= in.tftpd.8
@ -32,4 +37,12 @@ post-patch:
@${REINPLACE_CMD} -e 's,LOG_DAEMON,LOG_FTP,g' \
${WRKSRC}/tftpd/tftpd.c
.ifdef PORTDOCS
post-install:
@${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (tftp-hpa-0.42.tar.bz2) = a6a21c51d74787f02ac4b2280d1fedb5
SHA256 (tftp-hpa-0.42.tar.bz2) = f957c2340e367d62a90be1542cb80028ebbf5a5fb71fdb1935c05c000f79a3d1
SIZE (tftp-hpa-0.42.tar.bz2) = 82367
MD5 (tftp-hpa-0.48.tar.bz2) = f2e0a1ca0c49ae46ecad26a54df3e887
SHA256 (tftp-hpa-0.48.tar.bz2) = 12b41855c7317e753955c18e24e7b6f4328ae1540efc8b342c9d561bb2c56d29
SIZE (tftp-hpa-0.48.tar.bz2) = 83818