- Update to 0.18
- Remove files/patch-clive-newt.py
This commit is contained in:
parent
53e5914eb9
commit
9106273c1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187498
6 changed files with 8 additions and 48 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= clive
|
||||
PORTVERSION= 0.1.7
|
||||
PORTVERSION= 0.1.8
|
||||
#PORTREVISION= 0
|
||||
#PORTEPOCH= 0
|
||||
CATEGORIES= multimedia
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (clive/clive-0.1.7.tar.gz) = cb452cd1eb59f9798f2a77019ead701d
|
||||
SHA256 (clive/clive-0.1.7.tar.gz) = c6f5adb1921689a71ade112865c028e24f2424c820ee1cb45995b1cbcdfd23ac
|
||||
SIZE (clive/clive-0.1.7.tar.gz) = 28016
|
||||
MD5 (clive/clive-0.1.8.tar.gz) = 1d35889caeaae3e773ef53832b7aee9f
|
||||
SHA256 (clive/clive-0.1.8.tar.gz) = cbca795182a76fc93367cbbc523c10a1c95ab436c6f172bdf350a6611b3e14df
|
||||
SIZE (clive/clive-0.1.8.tar.gz) = 28590
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- clive/newt.py 2007-03-09 13:55:23.000000000 +0200
|
||||
+++ clive/newt.py.new 2007-03-09 13:55:15.000000000 +0200
|
||||
@@ -68,7 +68,7 @@
|
||||
for item in exist:
|
||||
ct.append(item)
|
||||
|
||||
- btns = [('Cancel',False,'ESC'),('OK',True)]
|
||||
+ btns = [('Cancel',False),('OK',True)]
|
||||
bb = ButtonBar(scr, btns)
|
||||
|
||||
g = GridForm(scr, 'Overwrite existing files:', 1,2) # cols,rows
|
||||
@@ -134,7 +134,7 @@
|
||||
break
|
||||
ct.append('%s (%s)' % (file,size), video['file'], selected=issel)
|
||||
|
||||
- btns = [('Cancel',False,'ESC'),('OK',True)]
|
||||
+ btns = [('Cancel',False),('OK',True)]
|
||||
bb = ButtonBar(scr, btns)
|
||||
|
||||
g = GridForm(scr, 'Select videos:', 1,2) # columns,rows
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= clive
|
||||
PORTVERSION= 0.1.7
|
||||
PORTVERSION= 0.1.8
|
||||
#PORTREVISION= 0
|
||||
#PORTEPOCH= 0
|
||||
CATEGORIES= multimedia
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (clive/clive-0.1.7.tar.gz) = cb452cd1eb59f9798f2a77019ead701d
|
||||
SHA256 (clive/clive-0.1.7.tar.gz) = c6f5adb1921689a71ade112865c028e24f2424c820ee1cb45995b1cbcdfd23ac
|
||||
SIZE (clive/clive-0.1.7.tar.gz) = 28016
|
||||
MD5 (clive/clive-0.1.8.tar.gz) = 1d35889caeaae3e773ef53832b7aee9f
|
||||
SHA256 (clive/clive-0.1.8.tar.gz) = cbca795182a76fc93367cbbc523c10a1c95ab436c6f172bdf350a6611b3e14df
|
||||
SIZE (clive/clive-0.1.8.tar.gz) = 28590
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- clive/newt.py 2007-03-09 13:55:23.000000000 +0200
|
||||
+++ clive/newt.py.new 2007-03-09 13:55:15.000000000 +0200
|
||||
@@ -68,7 +68,7 @@
|
||||
for item in exist:
|
||||
ct.append(item)
|
||||
|
||||
- btns = [('Cancel',False,'ESC'),('OK',True)]
|
||||
+ btns = [('Cancel',False),('OK',True)]
|
||||
bb = ButtonBar(scr, btns)
|
||||
|
||||
g = GridForm(scr, 'Overwrite existing files:', 1,2) # cols,rows
|
||||
@@ -134,7 +134,7 @@
|
||||
break
|
||||
ct.append('%s (%s)' % (file,size), video['file'], selected=issel)
|
||||
|
||||
- btns = [('Cancel',False,'ESC'),('OK',True)]
|
||||
+ btns = [('Cancel',False),('OK',True)]
|
||||
bb = ButtonBar(scr, btns)
|
||||
|
||||
g = GridForm(scr, 'Select videos:', 1,2) # columns,rows
|
Loading…
Reference in a new issue