diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-29 08:31:14 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-29 08:31:14 +0000 |
commit | d504a7a5f274a51321af19323fd0c694d2b95570 (patch) | |
tree | c16bb8e14ed624b901cabefc809e8d8655ac79e5 /security | |
parent | - Update to 2.13 (diff) |
- Update to 0.5.2
Notes
Notes:
svn path=/head/; revision=192292
Diffstat (limited to 'security')
-rw-r--r-- | security/secpanel/Makefile | 13 | ||||
-rw-r--r-- | security/secpanel/distinfo | 6 | ||||
-rw-r--r-- | security/secpanel/pkg-descr | 2 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 22 |
4 files changed, 22 insertions, 21 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index a4feb81ee118..fa2c09e8e235 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -6,13 +6,10 @@ # PORTNAME= secpanel -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 PORTEPOCH= 1 CATEGORIES= security tcl84 tk84 -MASTER_SITES= CENKES -# Now officially available from: -# http://secpanel.mymediahost.de/files/u1/secpanel-0_5_1.tgz +MASTER_SITES= http://secpanel.mymediahost.de/files/downloads/secpanel/ CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= GUI for managing and running ssh and related utilities @@ -22,6 +19,9 @@ RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass USE_TK_RUN= 84 NO_BUILD= yes +post-extract: + @${CHMOD} -R a+rX ${WRKSRC}/ + post-patch: @${REINPLACE_CMD} -e 's!^exec wish!exec ${WISH}!' \ -e 's!\[file dirname \[info script\]\]/../lib/secpanel!${DATADIR}!' \ @@ -31,8 +31,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/ @${INSTALL} -d ${DATADIR}/ - @${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/ + @${CP} -R ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/ - @${CHMOD} -R ${SHAREMODE} ${DATADIR}/ .include <bsd.port.mk> diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo index a9388c7e392d..a8709f11c345 100644 --- a/security/secpanel/distinfo +++ b/security/secpanel/distinfo @@ -1,3 +1,3 @@ -MD5 (secpanel-0.5.1.tar.gz) = c0694dbc5c1970e12eba552c2755482f -SHA256 (secpanel-0.5.1.tar.gz) = 38c3da7650415c213f241242b3635e76ae6edba9048553e7b968bea6849e4d3d -SIZE (secpanel-0.5.1.tar.gz) = 54382 +MD5 (secpanel-0.5.2.tar.gz) = 1b8ec799d94dde74d152e5c22df2e6b3 +SHA256 (secpanel-0.5.2.tar.gz) = cae3dafaf69af098a156f77f8aa5111c56febc3fabcb05c7590e4c55a26bc560 +SIZE (secpanel-0.5.2.tar.gz) = 59669 diff --git a/security/secpanel/pkg-descr b/security/secpanel/pkg-descr index 833704bb93b5..df909d30940b 100644 --- a/security/secpanel/pkg-descr +++ b/security/secpanel/pkg-descr @@ -5,7 +5,7 @@ It also manages the SSH-agent. SecPanel works with ssh 1.2.x and OpenSSH. WWW: http://secpanel.mymediahost.de/ -Author: Steffen Leich <leich at web dot de> +Author: Steffen Leich <steffen.leich _at_ gmail.com> - Pete petef@databits.net diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist index cd83f5e10692..ae5fc4c12c57 100644 --- a/security/secpanel/pkg-plist +++ b/security/secpanel/pkg-plist @@ -5,19 +5,21 @@ bin/secpanel %%DATADIR%%/default.profile %%DATADIR%%/export_profiles.tcl %%DATADIR%%/gui.tcl -%%DATADIR%%/listserver.tcl -%%DATADIR%%/secpanel.dist -%%DATADIR%%/secpanel.wait -%%DATADIR%%/sp_scp.tcl %%DATADIR%%/images/arrow_left.gif %%DATADIR%%/images/arrow_right.gif %%DATADIR%%/images/back.gif -%%DATADIR%%/images/configs.gif -%%DATADIR%%/images/connects.gif +%%DATADIR%%/images/configs_gr.gif +%%DATADIR%%/images/connects_gr.gif %%DATADIR%%/images/folder.gif -%%DATADIR%%/images/keys.gif -%%DATADIR%%/images/profiles.gif -%%DATADIR%%/images/scp.gif -%%DATADIR%%/images/sscreen.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%%/secpanel.dist +%%DATADIR%%/secpanel.wait +%%DATADIR%%/sp_scp.tcl @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% |