mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Add support for wx 2.8
- Add a patch to display the correct dialog when browsing for directories - Take maintainship
This commit is contained in:
parent
cc2044aef5
commit
7244f70dcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233103
@ -7,18 +7,18 @@
|
||||
|
||||
PORTNAME= ftpcube
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= ftp python
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A graphical FTP Client
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_WX= 2.6
|
||||
USE_WX= 2.6+
|
||||
WX_COMPS= python
|
||||
WX_UNICODE= yes
|
||||
|
||||
|
18
ftp/ftpcube/files/patch-libftpcube_connectwin.py
Normal file
18
ftp/ftpcube/files/patch-libftpcube_connectwin.py
Normal file
@ -0,0 +1,18 @@
|
||||
--- libftpcube/connectwin.py.orig 2009-05-01 23:03:48.000000000 +0200
|
||||
+++ libftpcube/connectwin.py 2009-05-01 23:11:30.000000000 +0200
|
||||
@@ -477,7 +477,7 @@
|
||||
|
||||
def onBrowseClicked(self, event):
|
||||
"""Displays a browser window to select a local directory."""
|
||||
- path = messages.displayFileDialog(self, _("Ftpcube - Browse"))
|
||||
+ path = messages.displayDirDialog(self, _("Ftpcube - Browse"))
|
||||
if path:
|
||||
self.local_entry.SetValue(path)
|
||||
|
||||
@@ -664,4 +664,4 @@
|
||||
'delay' : int(self.delay_entry.GetValue()),
|
||||
'passive' : bool(self.passive_button.GetValue()),
|
||||
}
|
||||
- return opts
|
||||
\ No newline at end of file
|
||||
+ return opts
|
Loading…
Reference in New Issue
Block a user