mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Update to version 3.0.0-beta7.
- Remove IGNORE for FreeBSD < 5.x since it's unsupported.
This commit is contained in:
parent
373898a50a
commit
a8ebdc9469
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191504
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user