Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9E4B27A3DB for ; Thu, 21 Jul 2016 17:17:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 52DA885EAD; Thu, 21 Jul 2016 17:17:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D806D860EF for ; Thu, 21 Jul 2016 17:17:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DAcEhqrUr5_J for ; Thu, 21 Jul 2016 17:17:06 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A7A4D85E7C for ; Thu, 21 Jul 2016 17:17:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5B9BFBB5; Thu, 21 Jul 2016 17:17:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469121426180680" MIME-Version: 1.0 Date: Thu, 21 Jul 2016 17:17:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/filezilla To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160721171706.A5B9BFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469121426180680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 21 17:17:06 UTC 2016 Modified Files: pkgsrc/net/filezilla: Makefile Log Message: Depend on latest libfilezilla to fix ftp support. Bump PKGREVISION. Necessary since libfilezilla is static on at least some platforms, like NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/filezilla/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469121426180680 Content-Disposition: inline Content-Length: 1053 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/filezilla/Makefile diff -u pkgsrc/net/filezilla/Makefile:1.68 pkgsrc/net/filezilla/Makefile:1.69 --- pkgsrc/net/filezilla/Makefile:1.68 Tue Jul 19 18:55:46 2016 +++ pkgsrc/net/filezilla/Makefile Thu Jul 21 17:17:06 2016 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.68 2016/07/19 18:55:46 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2016/07/21 17:17:06 wiz Exp $ VERSION= 3.19.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} +PKGREVISION= 1 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 @@ -29,7 +30,7 @@ GCC_REQD+= 4.9 .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.5.3 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.5.3nb1 .include "../../net/libfilezilla/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" --_----------=_1469121426180680--