diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-05-03 10:56:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-05-03 10:56:17 +0000 |
commit | 9eb8fdf93bb39e429bc8de0b3fcb6ea73a779ab1 (patch) | |
tree | d8407f8f613fd40eacdd366f9108b02f23feb8fe /net | |
parent | fec994cb60e696668d4f9346d0d165f95175750f (diff) | |
download | ports-9eb8fdf93bb39e429bc8de0b3fcb6ea73a779ab1.tar.gz ports-9eb8fdf93bb39e429bc8de0b3fcb6ea73a779ab1.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/nos-ttb/Makefile | 3 | ||||
-rw-r--r-- | net/nos-ttb/distinfo | 6 | ||||
-rw-r--r-- | net/nos-ttb/files/patch-src__ttb | 18 |
3 files changed, 13 insertions, 14 deletions
diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index 435b49a51243..960c1d738880 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -7,8 +7,7 @@ # PORTNAME= nos-ttb -PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTVERSION= 0.9.5 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 65395e61a1da..70384264a892 100644 --- a/net/nos-ttb/distinfo +++ b/net/nos-ttb/distinfo @@ -1,3 +1,3 @@ -MD5 (ttb-0.9.4.tar.gz) = cdff91c44f70251d2c7459a1738546ca -SHA256 (ttb-0.9.4.tar.gz) = cef66b162fe2a632c0a040ae4d0f9e4ef8f41071cc79b283a1b5b62a3412979f -SIZE (ttb-0.9.4.tar.gz) = 19087 +MD5 (ttb-0.9.5.tar.gz) = d903c8a8b3212747d0dd49df7d0717d3 +SHA256 (ttb-0.9.5.tar.gz) = 03ddc62c2e7ae29e3a30106734cd27b1eee893825be8b3ff2d650d37b13e5ee7 +SIZE (ttb-0.9.5.tar.gz) = 25504 diff --git a/net/nos-ttb/files/patch-src__ttb b/net/nos-ttb/files/patch-src__ttb index 8cc84f3343e5..624688e520ac 100644 --- a/net/nos-ttb/files/patch-src__ttb +++ b/net/nos-ttb/files/patch-src__ttb @@ -1,11 +1,11 @@ ---- 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])] +--- src/ttb.orig 2008-11-29 21:57:30.000000000 +1100 ++++ src/ttb 2009-05-03 20:52:11.000000000 +1000 +@@ -49,7 +49,7 @@ + ttb_max_history = 50 - 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) + ttb_glade_data = 'ttb/ttb.glade' +-ttb_icon_data = 'pixmaps/ttb.png' ++ttb_icon_data = 'ttb/ttb.png' + + ttb_debug = 0 |