diff options
author | niels <niels@FreeBSD.org> | 2010-03-25 05:27:17 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-03-25 05:27:17 +0800 |
commit | 27008e33fcdd6a80c1b0600906895b8edcf053df (patch) | |
tree | f81ff47af930ca5b8d3ab1411ecf94be71065a7f /security/secpanel | |
parent | dd3c20bdfe7427e6baa296acb00898f7e7da4912 (diff) | |
download | freebsd-ports-gnome-27008e33fcdd6a80c1b0600906895b8edcf053df.tar.gz freebsd-ports-gnome-27008e33fcdd6a80c1b0600906895b8edcf053df.tar.zst freebsd-ports-gnome-27008e33fcdd6a80c1b0600906895b8edcf053df.zip |
Update to version 0.6.0
Approved by: itetcu (mentor)
Diffstat (limited to 'security/secpanel')
-rw-r--r-- | security/secpanel/Makefile | 3 | ||||
-rw-r--r-- | security/secpanel/distinfo | 6 | ||||
-rw-r--r-- | security/secpanel/pkg-descr | 3 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 11 |
4 files changed, 7 insertions, 16 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 3c4bbd40d9ec..5724aa6552fe 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= secpanel -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.6.0 PORTEPOCH= 1 CATEGORIES= security tcl tk MASTER_SITES= http://themediahost.de/secpanel/data/ CENKES diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo index e329e8250d32..7d60e96cd0b2 100644 --- a/security/secpanel/distinfo +++ b/security/secpanel/distinfo @@ -1,3 +1,3 @@ -MD5 (secpanel-0.5.4.tgz) = 34d98254c8bad631824315efcc370aff -SHA256 (secpanel-0.5.4.tgz) = 56e9a0f523be75160fb436c9266f0e1dc1cda297287a54f84f2add9f10798def -SIZE (secpanel-0.5.4.tgz) = 73308 +MD5 (secpanel-0.6.0.tgz) = 5dd1c5a773a96cb7092d3c52a552e298 +SHA256 (secpanel-0.6.0.tgz) = 0173d41f6619c95609d38d54f00168b020cc77c5860f690bfe2ac11e4b11639c +SIZE (secpanel-0.6.0.tgz) = 51713 diff --git a/security/secpanel/pkg-descr b/security/secpanel/pkg-descr index 95cbb14172d7..9a2fcc65187c 100644 --- a/security/secpanel/pkg-descr +++ b/security/secpanel/pkg-descr @@ -1,8 +1,7 @@ SecPanel serves as a GUI for managing and running SSH (Secure Shell) and SCP (Secure Copy) connections. Nearly all connection-parameters are adjusted by one mouseclick (compression, port-forwarding, etc.). -It also manages the SSH-agent. SecPanel works with ssh 1.2.x and -OpenSSH. +It also manages the SSH-agent. WWW: http://secpanel.net/ Author: Steffen Leich <steffen.leich _at_ gmail.com> diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist index 14a6dbbda3cb..f0425a8741fc 100644 --- a/security/secpanel/pkg-plist +++ b/security/secpanel/pkg-plist @@ -6,24 +6,17 @@ bin/secpanel %%DATADIR%%/dppw.tcl %%DATADIR%%/export_profiles.tcl %%DATADIR%%/gui.tcl -%%DATADIR%%/images/arrow_left.gif -%%DATADIR%%/images/arrow_right.gif %%DATADIR%%/images/back.gif %%DATADIR%%/images/configs_gr.gif %%DATADIR%%/images/connects_gr.gif %%DATADIR%%/images/folder.gif %%DATADIR%%/images/keys_gr.gif %%DATADIR%%/images/profiles_gr.gif -%%DATADIR%%/images/scp_gr.gif %%DATADIR%%/images/sscreen_gr.gif -%%DATADIR%%/images/swinback.gif %%DATADIR%%/images/swinback_gr.gif -%%DATADIR%%/listserver.tcl -%%DATADIR%%/multixterm -%%DATADIR%%/secpanel.dist %%DATADIR%%/secpanel.wait %%DATADIR%%/secpanel_remoteconf.sh -%%DATADIR%%/sp_scp.tcl -%%DATADIR%%/termdefs +%%DATADIR%%/termdefs.txt +%%DATADIR%%/spdistkey @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% |