From owner-svn-ports-head@FreeBSD.ORG Mon Apr 21 02:18:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91AB9614; Mon, 21 Apr 2014 02:18:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D4621CF5; Mon, 21 Apr 2014 02:18:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L2I7hp068594; Mon, 21 Apr 2014 02:18:07 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3L2I6a3068591; Mon, 21 Apr 2014 02:18:06 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201404210218.s3L2I6a3068591@svn.freebsd.org> From: Bryan Drewery Date: Mon, 21 Apr 2014 02:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351664 - head/ftp/filezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 02:18:07 -0000 Author: bdrewery Date: Mon Apr 21 02:18:06 2014 New Revision: 351664 URL: http://svnweb.freebsd.org/changeset/ports/351664 QAT: https://qat.redports.org/buildarchive/r351664/ Log: - Update to 3.8.0 [1] - Convert to staging [1] - Use new LIB_DEPENDS format [1] - Remove BSD.local.dist dirs from plist PR: ports/186885 [1] Submitted by: Matthew Rezny [1] Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo head/ftp/filezilla/pkg-plist Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Mon Apr 21 01:14:53 2014 (r351663) +++ head/ftp/filezilla/Makefile Mon Apr 21 02:18:06 2014 (r351664) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.6.0.2 -PORTREVISION= 1 +PORTVERSION= 3.8.0 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -15,15 +14,14 @@ LICENSE= GPLv2 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS:= ${RUN_DEPENDS} -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ - gnutls:${PORTSDIR}/security/gnutls \ - idn:${PORTSDIR}/dns/libidn \ - tinyxml:${PORTSDIR}/textproc/tinyxml +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libidn.so:${PORTSDIR}/dns/libidn \ + libtinyxml.so:${PORTSDIR}/textproc/tinyxml INSTALLS_ICONS= yes -USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_SQLITE= 3 USE_WX= 2.8 WX_CONF_ARGS= relative @@ -33,17 +31,13 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN1= filezilla.1 fzputtygen.1 fzsftp.1 -MAN5= fzdefaults.xml.5 - OPTIONS_DEFINE= DBUS NLS OPTIONS_DEFAULT=DBUS NLS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --with-dbus .else CONFIGURE_ARGS+= --without-dbus Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Mon Apr 21 01:14:53 2014 (r351663) +++ head/ftp/filezilla/distinfo Mon Apr 21 02:18:06 2014 (r351664) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.6.0.2_src.tar.bz2) = 536a5e387f371272b5bcbf51b08a6df07508097b79f496432141c4207098c606 -SIZE (FileZilla_3.6.0.2_src.tar.bz2) = 3540542 +SHA256 (FileZilla_3.8.0_src.tar.bz2) = 8d9c1c9812f916f83676e1930933683828579b40a9fba331c4757f84a02ec308 +SIZE (FileZilla_3.8.0_src.tar.bz2) = 3749995 Modified: head/ftp/filezilla/pkg-plist ============================================================================== --- head/ftp/filezilla/pkg-plist Mon Apr 21 01:14:53 2014 (r351663) +++ head/ftp/filezilla/pkg-plist Mon Apr 21 02:18:06 2014 (r351664) @@ -1,16 +1,23 @@ bin/filezilla bin/fzsftp bin/fzputtygen +man/man1/filezilla.1.gz +man/man1/fzputtygen.1.gz +man/man1/fzsftp.1.gz +man/man5/fzdefaults.xml.5.gz +%%NLS%%share/locale/an/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ar/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/bg_BG/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ca/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/co/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/cs_CZ/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/da_DK/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/de/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/el/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/es/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/et_EE/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/eu/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/eu_ES/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/fi_FI/LC_MESSAGES/filezilla.mo @@ -25,6 +32,7 @@ bin/fzputtygen %%NLS%%share/locale/it/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ja_JP/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ka/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/kab/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/km_KH/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ko_KR/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ku/LC_MESSAGES/filezilla.mo @@ -86,6 +94,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/16x16/speedlimits.png %%DATADIR%%/resources/16x16/symlink.png %%DATADIR%%/resources/16x16/synchronize.png +%%DATADIR%%/resources/16x16/throbber.gif %%DATADIR%%/resources/16x16/unknown.png %%DATADIR%%/resources/16x16/upload.png %%DATADIR%%/resources/16x16/uploadadd.png @@ -538,11 +547,14 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/theme.xml %%DATADIR%%/resources/toolbar.xrc %%DATADIR%%/resources/up.png +%%DATADIR%%/resources/update.xrc share/icons/hicolor/16x16/apps/filezilla.png share/icons/hicolor/32x32/apps/filezilla.png share/icons/hicolor/48x48/apps/filezilla.png share/icons/hicolor/scalable/apps/filezilla.svg share/applications/filezilla.desktop +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor/32x32/apps @@ -550,6 +562,7 @@ share/applications/filezilla.desktop @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrm %%DATADIR%%/resources/tango/48x48 @dirrm %%DATADIR%%/resources/tango/32x32 @dirrm %%DATADIR%%/resources/tango/16x16 @@ -595,8 +608,6 @@ share/applications/filezilla.desktop @dirrmtry share/locale/ro_RO @dirrmtry share/locale/pl_PL/LC_MESSAGES @dirrmtry share/locale/pl_PL -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc @dirrmtry share/locale/nn_NO/LC_MESSAGES @dirrmtry share/locale/nn_NO @dirrmtry share/locale/nb_NO/LC_MESSAGES @@ -613,12 +624,12 @@ share/applications/filezilla.desktop @dirrmtry share/locale/ko_KR @dirrmtry share/locale/km_KH/LC_MESSAGES @dirrmtry share/locale/km_KH +@dirrmtry share/locale/kab/LC_MESSAGES +@dirrmtry share/locale/kab @dirrmtry share/locale/ja_JP/LC_MESSAGES @dirrmtry share/locale/ja_JP @dirrmtry share/locale/id_ID/LC_MESSAGES @dirrmtry share/locale/id_ID -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy @dirrmtry share/locale/hu_HU/LC_MESSAGES @dirrmtry share/locale/hu_HU @dirrmtry share/locale/he_IL/LC_MESSAGES @@ -635,7 +646,11 @@ share/applications/filezilla.desktop @dirrmtry share/locale/da_DK @dirrmtry share/locale/cs_CZ/LC_MESSAGES @dirrmtry share/locale/cs_CZ +@dirrmtry share/locale/co/LC_MESSAGES +@dirrmtry share/locale/co @dirrmtry share/locale/ca_ES@valencia/LC_MESSAGES @dirrmtry share/locale/ca_ES@valencia @dirrmtry share/locale/bg_BG/LC_MESSAGES @dirrmtry share/locale/bg_BG +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an