aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-31 20:59:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-31 20:59:51 +0000
commit351086c7cd8a5b0f980074579dcc66ea0e49178f (patch)
treed47fc858f89ad7dc8f1e350cdc76d55200e2b085
parentaa952fd48fe9143007307348e16bccf3b9f95ca9 (diff)
downloadports-351086c7cd8a5b0f980074579dcc66ea0e49178f.tar.gz
ports-351086c7cd8a5b0f980074579dcc66ea0e49178f.zip
- net/tftp-hpa and ftp/tftp-hpa are the same thing. Remove the one more
recently added. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=234942
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/tftp-hpa/Makefile28
-rw-r--r--net/tftp-hpa/distinfo3
-rw-r--r--net/tftp-hpa/pkg-descr6
5 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index c680c8291849..22ab2c3f894c 100644
--- a/MOVED
+++ b/MOVED
@@ -3969,3 +3969,4 @@ japanese/umefont|japanese/font-ume|2009-05-30|Renamed
japanese/mplusfonts|japanese/font-mplus|2009-05-30|Renamed
japanese/vlgothic|japanese/font-vlgothic|2009-05-30|Renamed
japanese/shinonome|japanese/font-shinonome|2009-05-30|Renamed
+net/tftp-hpa|ftp/tftp-hpa|2009-05-31|Duplicate port
diff --git a/net/Makefile b/net/Makefile
index 54670bf4cf7b..ffcc75863e93 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -957,7 +957,6 @@
SUBDIR += tcpxtract
SUBDIR += tdetect
SUBDIR += telserv
- SUBDIR += tftp-hpa
SUBDIR += tftpgrab
SUBDIR += thcrut
SUBDIR += throttled
diff --git a/net/tftp-hpa/Makefile b/net/tftp-hpa/Makefile
deleted file mode 100644
index 8a640c700a33..000000000000
--- a/net/tftp-hpa/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: tftp-hpa
-# Date created: 11 September 2008
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tftp-hpa
-PORTVERSION= 0.48
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= Enhanced version of the BSD TFTP client and server
-
-HAS_CONFIGURE= yes
-
-CONFIGURE_ARGS= --prefix=${PREFIX}
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-MAN1= tftp.1
-MAN8= in.tftpd.8 tftpd.8
-NOMANCOMPRESS= yes
-
-PLIST_FILES= bin/tftp sbin/in.tftpd
-
-.include <bsd.port.mk>
diff --git a/net/tftp-hpa/distinfo b/net/tftp-hpa/distinfo
deleted file mode 100644
index 4e401f00d5bf..000000000000
--- a/net/tftp-hpa/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tftp-hpa-0.48.tar.bz2) = f2e0a1ca0c49ae46ecad26a54df3e887
-SHA256 (tftp-hpa-0.48.tar.bz2) = 12b41855c7317e753955c18e24e7b6f4328ae1540efc8b342c9d561bb2c56d29
-SIZE (tftp-hpa-0.48.tar.bz2) = 83818
diff --git a/net/tftp-hpa/pkg-descr b/net/tftp-hpa/pkg-descr
deleted file mode 100644
index 04e3fc1da877..000000000000
--- a/net/tftp-hpa/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-tftp-hpa is an enhanced version of the BSD TFTP client and server.
-It possesses a number of bugfixes and enhancements over the original.
-It has been made portable and will work on pretty much any modern
-Unix variant.
-
-WWW: http://www.kernel.org/pub/software/network/tftp/