aboutsummaryrefslogtreecommitdiff
path: root/net/nos-ttb
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-02 22:09:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-02 22:09:07 +0000
commit41c302eabddc73741b2cd883f9d125818fea62d9 (patch)
tree5b67cd7179fd0d1db6627471826b35c012cf6b49 /net/nos-ttb
parente85b485c46b1b11673d4e8b44e635ce9d1d444eb (diff)
downloadports-41c302eabddc73741b2cd883f9d125818fea62d9.tar.gz
ports-41c302eabddc73741b2cd883f9d125818fea62d9.zip
upgrade to version 0.9.3
Notes
Notes: svn path=/head/; revision=144013
Diffstat (limited to 'net/nos-ttb')
-rw-r--r--net/nos-ttb/Makefile2
-rw-r--r--net/nos-ttb/distinfo4
-rw-r--r--net/nos-ttb/files/patch-src__ttb18
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)
+