diff options
author | Lars Engels <lme@FreeBSD.org> | 2007-07-29 22:21:45 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2007-07-29 22:21:45 +0000 |
commit | 50e6114a30f8094af62642c2d1ea2110508d181f (patch) | |
tree | 7e606e039dc3ad984599af898ebfce99f28294b5 /misc/tvbrowser | |
parent | b2af3d5ef628e7dfcdea27f71f8111330cb9faae (diff) | |
download | ports-50e6114a30f8094af62642c2d1ea2110508d181f.tar.gz ports-50e6114a30f8094af62642c2d1ea2110508d181f.zip |
Notes
Diffstat (limited to 'misc/tvbrowser')
-rw-r--r-- | misc/tvbrowser/Makefile | 3 | ||||
-rw-r--r-- | misc/tvbrowser/distinfo | 6 | ||||
-rw-r--r-- | misc/tvbrowser/files/tvbrowser.in | 5 | ||||
-rw-r--r-- | misc/tvbrowser/pkg-plist | 2 |
4 files changed, 10 insertions, 6 deletions
diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile index 6441911ae1b3..b0f8a9abc51c 100644 --- a/misc/tvbrowser/Makefile +++ b/misc/tvbrowser/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tvbrowser -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= tvbrowser diff --git a/misc/tvbrowser/distinfo b/misc/tvbrowser/distinfo index 9770ae317563..ebc10926cd62 100644 --- a/misc/tvbrowser/distinfo +++ b/misc/tvbrowser/distinfo @@ -1,3 +1,3 @@ -MD5 (tvbrowser-2.5.2.tar.gz) = 15e9ea962fbc8cec2ef9c4ea7c1175c2 -SHA256 (tvbrowser-2.5.2.tar.gz) = 59fc913a265d9895ba310fd2e7be881896e88e86d05a395478223425ddff777c -SIZE (tvbrowser-2.5.2.tar.gz) = 2928104 +MD5 (tvbrowser-2.5.3.tar.gz) = ad6a7015ff83eea98495f7b11080b764 +SHA256 (tvbrowser-2.5.3.tar.gz) = 3742eb30a8f4919a45a8cac319b20845f510e791d9a4e11c0e435353af5d380d +SIZE (tvbrowser-2.5.3.tar.gz) = 2982703 diff --git a/misc/tvbrowser/files/tvbrowser.in b/misc/tvbrowser/files/tvbrowser.in index 6c2ee8422fea..ec5f9e49cc47 100644 --- a/misc/tvbrowser/files/tvbrowser.in +++ b/misc/tvbrowser/files/tvbrowser.in @@ -1,2 +1,5 @@ #!/bin/sh -cd %%DATADIR%% && exec %%LOCALBASE%%/bin/java -jar tvbrowser.jar "$@" + +cd %%DATADIR%% +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar tvbrowser.jar "$@" + diff --git a/misc/tvbrowser/pkg-plist b/misc/tvbrowser/pkg-plist index 7a2ecdef7278..1206032cab6d 100644 --- a/misc/tvbrowser/pkg-plist +++ b/misc/tvbrowser/pkg-plist @@ -16,6 +16,7 @@ bin/tvbrowser %%DATADIR%%/icons/tango/16x16/actions/edit-delete.png %%DATADIR%%/icons/tango/16x16/actions/edit-find.png %%DATADIR%%/icons/tango/16x16/actions/edit-paste.png +%%DATADIR%%/icons/tango/16x16/actions/edit-undo.png %%DATADIR%%/icons/tango/16x16/actions/go-down.png %%DATADIR%%/icons/tango/16x16/actions/go-next.png %%DATADIR%%/icons/tango/16x16/actions/go-previous.png @@ -77,6 +78,7 @@ bin/tvbrowser %%DATADIR%%/icons/tango/22x22/actions/edit-delete.png %%DATADIR%%/icons/tango/22x22/actions/edit-find.png %%DATADIR%%/icons/tango/22x22/actions/edit-paste.png +%%DATADIR%%/icons/tango/22x22/actions/edit-undo.png %%DATADIR%%/icons/tango/22x22/actions/format-justify-fill.png %%DATADIR%%/icons/tango/22x22/actions/go-bottom.png %%DATADIR%%/icons/tango/22x22/actions/go-down.png |