diff options
author | erwin <erwin@FreeBSD.org> | 2005-04-15 16:33:47 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-04-15 16:33:47 +0800 |
commit | c6945b932434c0c375ce359cd1ba9f690c060404 (patch) | |
tree | 007b56c8fce071207d0b79c19da18ace21e53cea /ftp/ncftpd/Makefile | |
parent | f1555e6bc08c1899613fc8a48bf7e96308a55953 (diff) | |
download | freebsd-ports-gnome-c6945b932434c0c375ce359cd1ba9f690c060404.tar.gz freebsd-ports-gnome-c6945b932434c0c375ce359cd1ba9f690c060404.tar.zst freebsd-ports-gnome-c6945b932434c0c375ce359cd1ba9f690c060404.zip |
2.8.1 is no longer available so upgrade to 2.8.2, which drops
support for FreeBSD 3.5.1
PR: 79947
Submitted by: erwin
Approved by: maintainer
Diffstat (limited to 'ftp/ncftpd/Makefile')
-rw-r--r-- | ftp/ncftpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 683b8d00adb8..c531acf608e6 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncftpd -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export @@ -27,8 +27,6 @@ RESTRICTED= "30 day evaluation license" BINVER= 5.3 .elif ${OSVERSION} >= 480000 BINVER= 4.8 -.elif ${OSVERSION} >= 350000 -BINVER= 3.5.1 .else BROKEN= "FreeBSD version too old" .endif |