pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/filezilla Since xdg-utils is such well-designed so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/593b20ec8a06
branches:  trunk
changeset: 609951:593b20ec8a06
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 14 16:04:44 2012 +0000

description:
Since xdg-utils is such well-designed software focusing on cross-platform
support, making sure everything is well-tested -- NOT, avoid using it here.
Bump PKGREVISION.

diffstat:

 net/filezilla/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r b8db6ceb1aba -r 593b20ec8a06 net/filezilla/Makefile
--- a/net/filezilla/Makefile    Sun Oct 14 16:02:42 2012 +0000
+++ b/net/filezilla/Makefile    Sun Oct 14 16:04:44 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.35 2012/10/08 23:02:15 adam Exp $
+# $NetBSD: Makefile,v 1.36 2012/10/14 16:04:44 wiz Exp $
 #
 
 VERSION=       3.5.0
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    net x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,8 +14,6 @@
 COMMENT=       FTP, FTPS and SFTP client with intuitive GUI
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
-
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
@@ -25,6 +23,8 @@
 
 CONFIGURE_ARGS+=       --disable-autoupdatecheck
 CONFIGURE_ARGS+=       --with-tinyxml=builtin
+# avoid xdg-utils dependency
+CONFIGURE_ENV+=                ac_cv_path_xdgopen=firefox
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index