aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2007-02-09 00:10:24 +0800
committerbrooks <brooks@FreeBSD.org>2007-02-09 00:10:24 +0800
commitedb20a15312ca8a6faa5248ba210513643a128f1 (patch)
tree35b6f0981fd8f3b0bd43b62f2ec3f23cf5670ad6 /ftp
parent5d10a6d7ea3753d4dc8eb1ba004e3fce522ec5ec (diff)
downloadfreebsd-ports-gnome-edb20a15312ca8a6faa5248ba210513643a128f1.tar.gz
freebsd-ports-gnome-edb20a15312ca8a6faa5248ba210513643a128f1.tar.zst
freebsd-ports-gnome-edb20a15312ca8a6faa5248ba210513643a128f1.zip
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)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/tftp-hpa/Makefile15
-rw-r--r--ftp/tftp-hpa/distinfo6
2 files changed, 17 insertions, 4 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile
index c4b7b3288b17..701875c9d78b 100644
--- a/ftp/tftp-hpa/Makefile
+++ b/ftp/tftp-hpa/Makefile
@@ -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>
diff --git a/ftp/tftp-hpa/distinfo b/ftp/tftp-hpa/distinfo
index 5ea904cf344a..4e401f00d5bf 100644
--- a/ftp/tftp-hpa/distinfo
+++ b/ftp/tftp-hpa/distinfo
@@ -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