diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-26 15:03:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-26 15:03:11 +0000 |
commit | b69d24a26d2af73fae20b3561668c09c974fb4d0 (patch) | |
tree | 56fa9254fa83f0fca422e6eec5b128bbcc10050e /ftp/vsftpd-ext/Makefile | |
parent | fd2cba80a07fe69543558761a3574e03d0a12245 (diff) |
Notes
Diffstat (limited to 'ftp/vsftpd-ext/Makefile')
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index d2b800bb2362..370caa3bd376 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -6,10 +6,10 @@ # PORTNAME= vsftpd-ext -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/ -PKGNAMESUFFIX?= 1${SSL_SUFFIX}${PKGNAMESUFFIX2} +PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= vsftpd-${PORTVERSION} PATCH_SITES= http://vsftpd.devnet.ru/files/${PORTVERSION}/ext.1/diff/ |