diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-04 08:35:31 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-04 08:35:31 +0800 |
commit | b8cee44d00ffaf8b9a4576aeec6485aa9afdc6a0 (patch) | |
tree | a4fef99231e00ddc94cd7abb6f68db98845f300f /ftp | |
parent | d9db5411e8abb99086df96e2f3bb135f20518e03 (diff) | |
download | freebsd-ports-gnome-b8cee44d00ffaf8b9a4576aeec6485aa9afdc6a0.tar.gz freebsd-ports-gnome-b8cee44d00ffaf8b9a4576aeec6485aa9afdc6a0.tar.zst freebsd-ports-gnome-b8cee44d00ffaf8b9a4576aeec6485aa9afdc6a0.zip |
- Update to version 3.0.0-beta7.
- Remove IGNORE for FreeBSD < 5.x since it's unsupported.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/filezilla/Makefile | 10 | ||||
-rw-r--r-- | ftp/filezilla/distinfo | 6 | ||||
-rw-r--r-- | ftp/filezilla/pkg-plist | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 31aff3529269..5de05604825c 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= filezilla -DISTVERSION= 3.0.0-beta5 +DISTVERSION= 3.0.0-beta7 CATEGORIES= ftp MASTER_SITES= SF DISTNAME= FileZilla_${DISTVERSION}_src @@ -30,10 +30,4 @@ post-patch: @${REINPLACE_CMD} -e 's|dummy wxrc|&-gtk2-${WX_VERSION}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo index 72ba210491f4..63a907a3880b 100644 --- a/ftp/filezilla/distinfo +++ b/ftp/filezilla/distinfo @@ -1,3 +1,3 @@ -MD5 (FileZilla_3.0.0-beta5_src.tar.bz2) = 9d74d9e83bc62e27a9c4a0356f0acb94 -SHA256 (FileZilla_3.0.0-beta5_src.tar.bz2) = 9fcd112ac08ad879ba1aa4d94ba209dc81e14c81e8c4dfa7c8ec80a8f672454e -SIZE (FileZilla_3.0.0-beta5_src.tar.bz2) = 1278936 +MD5 (FileZilla_3.0.0-beta7_src.tar.bz2) = f147865b17ecb3f4c86f0916207599a6 +SHA256 (FileZilla_3.0.0-beta7_src.tar.bz2) = 39460c82557fb2fe988b7636717643894c6984cb614bfc5c509d8a446586a3fc +SIZE (FileZilla_3.0.0-beta7_src.tar.bz2) = 1398619 diff --git a/ftp/filezilla/pkg-plist b/ftp/filezilla/pkg-plist index 97e8c7843c3a..390f831c11ce 100644 --- a/ftp/filezilla/pkg-plist +++ b/ftp/filezilla/pkg-plist @@ -9,9 +9,11 @@ bin/fzsftp %%DATADIR%%/locales/es/filezilla.mo %%DATADIR%%/locales/et_EE/filezilla.mo %%DATADIR%%/locales/eu/filezilla.mo +%%DATADIR%%/locales/fi/filezilla.mo %%DATADIR%%/locales/fr_CA/filezilla.mo %%DATADIR%%/locales/fr_FR/filezilla.mo %%DATADIR%%/locales/gl/filezilla.mo +%%DATADIR%%/locales/hu/filezilla.mo %%DATADIR%%/locales/id_ID/filezilla.mo %%DATADIR%%/locales/it_IT/filezilla.mo %%DATADIR%%/locales/ja_JP/filezilla.mo @@ -20,6 +22,7 @@ bin/fzsftp %%DATADIR%%/locales/ko_KR/filezilla.mo %%DATADIR%%/locales/ku/filezilla.mo %%DATADIR%%/locales/lt/filezilla.mo +%%DATADIR%%/locales/lv/filezilla.mo %%DATADIR%%/locales/mk/filezilla.mo %%DATADIR%%/locales/nb_NO/filezilla.mo %%DATADIR%%/locales/ne/filezilla.mo @@ -118,6 +121,7 @@ bin/fzsftp @dirrm %%DATADIR%%/locales/ne @dirrm %%DATADIR%%/locales/nb_NO @dirrm %%DATADIR%%/locales/mk +@dirrm %%DATADIR%%/locales/lv @dirrm %%DATADIR%%/locales/lt @dirrm %%DATADIR%%/locales/ku @dirrm %%DATADIR%%/locales/ko_KR @@ -126,9 +130,11 @@ bin/fzsftp @dirrm %%DATADIR%%/locales/ja_JP @dirrm %%DATADIR%%/locales/it_IT @dirrm %%DATADIR%%/locales/id_ID +@dirrm %%DATADIR%%/locales/hu @dirrm %%DATADIR%%/locales/gl @dirrm %%DATADIR%%/locales/fr_FR @dirrm %%DATADIR%%/locales/fr_CA +@dirrm %%DATADIR%%/locales/fi @dirrm %%DATADIR%%/locales/eu @dirrm %%DATADIR%%/locales/et_EE @dirrm %%DATADIR%%/locales/es |