diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 19:14:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 19:14:18 +0800 |
commit | 4d528e9eeae058d38c33599c9defa461c4146ddb (patch) | |
tree | 5b0ecb38ec8c300ef0c8ef6a33a31e02e17156a5 /ftp/filezilla/Makefile | |
parent | 56cd4e459727038db6e42ef6aa6e429ca36df7e8 (diff) | |
download | freebsd-ports-gnome-4d528e9eeae058d38c33599c9defa461c4146ddb.tar.gz freebsd-ports-gnome-4d528e9eeae058d38c33599c9defa461c4146ddb.tar.zst freebsd-ports-gnome-4d528e9eeae058d38c33599c9defa461c4146ddb.zip |
- Update to 3.11.0
PR: 200347
Submitted by: matthew@reztek.cz (maintainer)
Diffstat (limited to 'ftp/filezilla/Makefile')
-rw-r--r-- | ftp/filezilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 02e55f0d6494..1953fd4d426b 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.10.3 +PORTVERSION= 3.11.0 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -11,6 +11,7 @@ MAINTAINER= matthew@reztek.cz COMMENT= Fast and reliable cross-platform FTP, FTPS, and SFTP client LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS:= ${RUN_DEPENDS} |