mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 0.9.5.
This commit is contained in:
parent
fec994cb60
commit
9eb8fdf93b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233150
3 changed files with 13 additions and 14 deletions
|
@ -7,8 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nos-ttb
|
PORTNAME= nos-ttb
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.5
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/
|
MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/
|
||||||
DISTNAME= ttb-${PORTVERSION}
|
DISTNAME= ttb-${PORTVERSION}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (ttb-0.9.4.tar.gz) = cdff91c44f70251d2c7459a1738546ca
|
MD5 (ttb-0.9.5.tar.gz) = d903c8a8b3212747d0dd49df7d0717d3
|
||||||
SHA256 (ttb-0.9.4.tar.gz) = cef66b162fe2a632c0a040ae4d0f9e4ef8f41071cc79b283a1b5b62a3412979f
|
SHA256 (ttb-0.9.5.tar.gz) = 03ddc62c2e7ae29e3a30106734cd27b1eee893825be8b3ff2d650d37b13e5ee7
|
||||||
SIZE (ttb-0.9.4.tar.gz) = 19087
|
SIZE (ttb-0.9.5.tar.gz) = 25504
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- src/ttb.orig Mon Oct 3 08:04:31 2005
|
--- src/ttb.orig 2008-11-29 21:57:30.000000000 +1100
|
||||||
+++ src/ttb Mon Oct 3 08:04:38 2005
|
+++ src/ttb 2009-05-03 20:52:11.000000000 +1000
|
||||||
@@ -801,7 +801,7 @@
|
@@ -49,7 +49,7 @@
|
||||||
page = [int(argv[1]),int(argv[2])]
|
ttb_max_history = 50
|
||||||
|
|
||||||
glade = get_data_file ('ttb/ttb.glade')
|
ttb_glade_data = 'ttb/ttb.glade'
|
||||||
- icon = get_data_file ('pixmaps/ttb.png')
|
-ttb_icon_data = 'pixmaps/ttb.png'
|
||||||
+ icon = get_data_file ('ttb/ttb.png')
|
+ttb_icon_data = 'ttb/ttb.png'
|
||||||
|
|
||||||
TTB(glade, icon, page)
|
ttb_debug = 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue