aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftpd/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-07-29 20:59:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-07-29 20:59:49 +0000
commit428bd4397d61ea137357cdb509718d465978412a (patch)
tree0f618083ae2bb600d6a08a0204bf7670d3306b97 /ftp/ncftpd/Makefile
parentc53031acaf8ab00a3203ba184288465015764def (diff)
downloadports-428bd4397d61ea137357cdb509718d465978412a.tar.gz
ports-428bd4397d61ea137357cdb509718d465978412a.zip
Notes
Diffstat (limited to 'ftp/ncftpd/Makefile')
-rw-r--r--ftp/ncftpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile
index 22308ef317f2..89fec80d07bf 100644
--- a/ftp/ncftpd/Makefile
+++ b/ftp/ncftpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ncftpd
-PORTVERSION= 2.8.2
+PORTVERSION= 2.8.3
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/ \
ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/
@@ -27,9 +27,9 @@ RESTRICTED= 30 day evaluation license
.if ${OSVERSION} >= 600000
BINVER= 6.0
.elif ${OSVERSION} >= 500000
-BINVER= 5.3
-.elif ${OSVERSION} >= 480000
-BINVER= 4.8
+BINVER= 5.4
+.elif ${OSVERSION} >= 491000
+BINVER= 4.11
.else
BROKEN= FreeBSD version too old
.endif