mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 0.5.3
This commit is contained in:
parent
0cc6a79233
commit
1f457abfd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203093
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= secpanel
|
||||
PORTVERSION= 0.5.2
|
||||
PORTVERSION= 0.5.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security tcl84 tk84
|
||||
MASTER_SITES= http://themediahost.de/secpanel/data/ CENKES
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= GUI for managing and running ssh and related utilities
|
||||
@ -20,16 +21,18 @@ USE_TK_RUN= 84
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKDIR}/usr ${WRKSRC}
|
||||
@${CHMOD} -R a+rX ${WRKSRC}/
|
||||
@${RM} -rf ${WRKSRC}/local/lib/secpanel/out/
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's!^exec wish!exec ${WISH}!' \
|
||||
-e 's!\[file dirname \[info script\]\]/../lib/secpanel!${DATADIR}!' \
|
||||
-e 's!askpassbin askpass!askpassbin ssh-askpass!' \
|
||||
${WRKSRC}/src/bin/secpanel
|
||||
${WRKSRC}/local/bin/secpanel
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
|
||||
@cd ${WRKSRC}/src/lib/secpanel/&&${COPYTREE_SHARE} . ${DATADIR}/
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/local/bin/secpanel ${PREFIX}/bin/
|
||||
@cd ${WRKSRC}/local/lib/secpanel/&&${COPYTREE_SHARE} . ${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (secpanel-0.5.2.tar.gz) = 1b8ec799d94dde74d152e5c22df2e6b3
|
||||
SHA256 (secpanel-0.5.2.tar.gz) = cae3dafaf69af098a156f77f8aa5111c56febc3fabcb05c7590e4c55a26bc560
|
||||
SIZE (secpanel-0.5.2.tar.gz) = 59669
|
||||
MD5 (secpanel-0.5.3.tgz) = 30d54cc572797a4f24befe82cef877eb
|
||||
SHA256 (secpanel-0.5.3.tgz) = df9bb33d6b42ecfaf51ade2ddacf6e6ba93e4042e1b4ace4ac4d2f6951048956
|
||||
SIZE (secpanel-0.5.3.tgz) = 64129
|
||||
|
@ -3,6 +3,7 @@ bin/secpanel
|
||||
%%DATADIR%%/convert_profile.tcl
|
||||
%%DATADIR%%/default.config
|
||||
%%DATADIR%%/default.profile
|
||||
%%DATADIR%%/dppw.tcl
|
||||
%%DATADIR%%/export_profiles.tcl
|
||||
%%DATADIR%%/gui.tcl
|
||||
%%DATADIR%%/images/arrow_left.gif
|
||||
@ -20,6 +21,7 @@ bin/secpanel
|
||||
%%DATADIR%%/listserver.tcl
|
||||
%%DATADIR%%/secpanel.dist
|
||||
%%DATADIR%%/secpanel.wait
|
||||
%%DATADIR%%/secpanel_remoteconf.sh
|
||||
%%DATADIR%%/sp_scp.tcl
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user