diff options
author | pav <pav@FreeBSD.org> | 2004-12-19 07:52:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-19 07:52:11 +0800 |
commit | 818cbc8f479ae0fbe6698fa7e976be3d9c056f24 (patch) | |
tree | 3fa9706114850ec04386868a201b83f6a1ddb7a6 /ftp/ncftpd/Makefile | |
parent | 4edc66bac10ac5e407c630138200cab5d5f5fbb6 (diff) | |
download | freebsd-ports-gnome-818cbc8f479ae0fbe6698fa7e976be3d9c056f24.tar.gz freebsd-ports-gnome-818cbc8f479ae0fbe6698fa7e976be3d9c056f24.tar.zst freebsd-ports-gnome-818cbc8f479ae0fbe6698fa7e976be3d9c056f24.zip |
- Update 5.x binary to 5.3. This fixes fetching
PR: ports/75217
Submitted by: Pasi Hirvonen <psh@iki.fi>
Diffstat (limited to 'ftp/ncftpd/Makefile')
-rw-r--r-- | ftp/ncftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 16c7ccc62323..683b8d00adb8 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -24,7 +24,7 @@ RESTRICTED= "30 day evaluation license" .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BINVER= 5.2.1 +BINVER= 5.3 .elif ${OSVERSION} >= 480000 BINVER= 4.8 .elif ${OSVERSION} >= 350000 |