diff options
author | sat <sat@FreeBSD.org> | 2007-12-12 09:28:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-12-12 09:28:04 +0800 |
commit | ac3a27f6772567c3e49e2d99eaaac53826efe8bf (patch) | |
tree | 2e37e205ab70fea1c1e41392d720f2ae24c71f91 | |
parent | b0ae94faee145a3a2d23ade6fb3a33b50443958f (diff) | |
download | freebsd-ports-gnome-ac3a27f6772567c3e49e2d99eaaac53826efe8bf.tar.gz freebsd-ports-gnome-ac3a27f6772567c3e49e2d99eaaac53826efe8bf.tar.zst freebsd-ports-gnome-ac3a27f6772567c3e49e2d99eaaac53826efe8bf.zip |
- Update to 0.5.3
-rw-r--r-- | security/secpanel/Makefile | 11 | ||||
-rw-r--r-- | security/secpanel/distinfo | 6 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 2a5afc4221b1..2cff3fce5cba 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -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> diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo index a8709f11c345..8b50f03f649c 100644 --- a/security/secpanel/distinfo +++ b/security/secpanel/distinfo @@ -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 diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist index ae5fc4c12c57..973f13293d24 100644 --- a/security/secpanel/pkg-plist +++ b/security/secpanel/pkg-plist @@ -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%% |