Received: by mail.netbsd.org (Postfix, from userid 605) id 2F00984D98; Sat, 25 May 2019 07:46:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAAF684D6F for ; Sat, 25 May 2019 07:46:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id b0KIwbOx2Okm for ; Sat, 25 May 2019 07:46:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1169F84CEE for ; Sat, 25 May 2019 07:46:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F827FBB7; Sat, 25 May 2019 07:46:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15587703704950" MIME-Version: 1.0 Date: Sat, 25 May 2019 07:46:10 +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: <20190525074610.0F827FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15587703704950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 25 07:46:09 UTC 2019 Modified Files: pkgsrc/net/filezilla: Makefile Log Message: filezilla: fix libfilezilla dependency pattern To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/net/filezilla/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15587703704950 Content-Disposition: inline Content-Length: 896 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.111 pkgsrc/net/filezilla/Makefile:1.112 --- pkgsrc/net/filezilla/Makefile:1.111 Sat May 25 07:45:50 2019 +++ pkgsrc/net/filezilla/Makefile Sat May 25 07:46:09 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2019/05/25 07:45:50 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2019/05/25 07:46:09 wiz Exp $ VERSION= 3.42.1 DISTNAME= FileZilla_${VERSION}_src @@ -29,7 +29,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.15.1 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.16 .include "../../net/libfilezilla/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 .include "../../security/gnutls/buildlink3.mk" --_----------=_15587703704950--