diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-03 06:09:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-03 06:09:07 +0800 |
commit | 400bcbabc78135680282b775713dc09dafe73cc1 (patch) | |
tree | 37adb98357f976909ac7095be8cd52f6a37f676a /net/nos-ttb | |
parent | ea4c98fafc4a1d9a1e53fe3de3808dd70d73c96f (diff) | |
download | freebsd-ports-gnome-400bcbabc78135680282b775713dc09dafe73cc1.tar.gz freebsd-ports-gnome-400bcbabc78135680282b775713dc09dafe73cc1.tar.zst freebsd-ports-gnome-400bcbabc78135680282b775713dc09dafe73cc1.zip |
upgrade to version 0.9.3
Diffstat (limited to 'net/nos-ttb')
-rw-r--r-- | net/nos-ttb/Makefile | 2 | ||||
-rw-r--r-- | net/nos-ttb/distinfo | 4 | ||||
-rw-r--r-- | net/nos-ttb/files/patch-src__ttb | 18 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index 0422d1065c24..12131bd1733c 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nos-ttb -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= net MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ DISTNAME= ttb-${PORTVERSION} diff --git a/net/nos-ttb/distinfo b/net/nos-ttb/distinfo index ec0c2eb3bd67..35e79129d623 100644 --- a/net/nos-ttb/distinfo +++ b/net/nos-ttb/distinfo @@ -1,2 +1,2 @@ -MD5 (ttb-0.9.2.tar.gz) = fda4c25a41cac90df0aef591d8e5b66a -SIZE (ttb-0.9.2.tar.gz) = 18556 +MD5 (ttb-0.9.3.tar.gz) = 4c02d7bd8e1ca262d8bf97d8b6a7df5b +SIZE (ttb-0.9.3.tar.gz) = 19293 diff --git a/net/nos-ttb/files/patch-src__ttb b/net/nos-ttb/files/patch-src__ttb index f2db98a9aa27..8cc84f3343e5 100644 --- a/net/nos-ttb/files/patch-src__ttb +++ b/net/nos-ttb/files/patch-src__ttb @@ -1,11 +1,11 @@ ---- src/ttb.orig Sat Oct 1 14:39:20 2005 -+++ src/ttb Sat Oct 1 14:39:31 2005 -@@ -781,7 +781,7 @@ - page = [int(argv[1]),int(argv[2])] +--- src/ttb.orig Mon Oct 3 08:04:31 2005 ++++ src/ttb Mon Oct 3 08:04:38 2005 +@@ -801,7 +801,7 @@ + page = [int(argv[1]),int(argv[2])] - glade = get_data_file ('ttb/ttb.glade') -- icon = get_data_file ('pixmaps/ttb.png') -+ icon = get_data_file ('ttb/ttb.png') + glade = get_data_file ('ttb/ttb.glade') +- icon = get_data_file ('pixmaps/ttb.png') ++ icon = get_data_file ('ttb/ttb.png') - TTB(glade, icon, page) - return 0 + TTB(glade, icon, page) + |