diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 06:17:39 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 06:17:39 +0000 |
commit | 32d84552104f5480660269129c1921441d52e9c6 (patch) | |
tree | 9c077be900b6953b587288ece0ee438bac612261 /ftp/filezilla/Makefile | |
parent | 17a88465c8d3014adea077e8329ec2f2c9b339bd (diff) |
- Update to version 3.0.1.
- Update pkg-descr and COMMENT according to the new website.
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=200313
Diffstat (limited to 'ftp/filezilla/Makefile')
-rw-r--r-- | ftp/filezilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 78f9db8c252c..5a9c0a2cdeb3 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -6,13 +6,13 @@ # PORTNAME= filezilla -DISTVERSION= 3.0.0-beta11 +DISTVERSION= 3.0.1 CATEGORIES= ftp MASTER_SITES= SF DISTNAME= FileZilla_${DISTVERSION}_src MAINTAINER= alepulver@FreeBSD.org -COMMENT= Fast FTP and SFTP client with a lot of features +COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ idn.16:${PORTSDIR}/dns/libidn @@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} post-patch: - @${REINPLACE_CMD} -e 's|dummy wxrc|&-gtk2-${WX_VERSION}|' \ + @${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> |