summaryrefslogtreecommitdiff
path: root/security/secpanel
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-12-21 17:52:11 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-12-21 17:52:11 +0000
commita2a189382003635cb4654492944cad7535f57b97 (patch)
treeba7381d7cdd7b9819811b78490a578d106659c2b /security/secpanel
parent- Support USE_LIBTOOL properly (diff)
- update to 0.4.2
- author has changed version scheme; bump PORTEPOCH - convert ${PERL} to ${REINPLACE_CMD}
Notes
Notes: svn path=/head/; revision=96330
Diffstat (limited to 'security/secpanel')
-rw-r--r--security/secpanel/Makefile18
-rw-r--r--security/secpanel/distinfo2
-rw-r--r--security/secpanel/pkg-plist1
3 files changed, 9 insertions, 12 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index 206a07695970..53f438aa2923 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= secpanel
-PORTVERSION= 0.41
+PORTVERSION= 0.4.2
+PORTEPOCH= 1
CATEGORIES= security tcl84 tk84
MASTER_SITES= http://www.pingx.net/secpanel/
@@ -16,28 +17,25 @@ COMMENT= GUI for managing and running ssh and related utilities
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
ssh-askpass:${PORTSDIR}/security/openssh-askpass
-USE_PERL5_BUILD=yes
+USE_REINPLACE= yes
USE_X_PREFIX= yes
NO_BUILD= yes
post-patch:
- @${PERL} -pi -e 's!^exec wish!exec wish8.4!; \
- s!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel! ; \
- s!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
+ @${REINPLACE_CMD} -e 's!^exec wish!exec wish8.4!' \
+ -e 's!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel!' \
+ -e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/secpanel
.for file in convert_history.tcl default.config default.profile \
- gui.tcl keydistribute.tcl listserver.tcl secpanel.dist secpanel.wait
+ gui.tcl listserver.tcl secpanel.dist secpanel.wait
${INSTALL_SCRIPT} ${WRKSRC}/src/lib/secpanel/${file} ${PREFIX}/share/secpanel
.endfor
@${MKDIR} ${PREFIX}/share/secpanel/images
-.for file in arrow_left.gif arrow_right.gif configs.gif connects.gif \
- folder.gif keys.gif profiles.gif scp.gif sscreen.gif
- ${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/${file} \
+ ${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \
${PREFIX}/share/secpanel/images
-.endfor
.include <bsd.port.mk>
diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo
index 15bd6f8f4640..7da31864fe5d 100644
--- a/security/secpanel/distinfo
+++ b/security/secpanel/distinfo
@@ -1 +1 @@
-MD5 (secpanel-0.41.tar.gz) = 3d0df052986506edd05905be854c2a3a
+MD5 (secpanel-0.4.2.tar.gz) = 7d289b616cd6dcaaed2109fc952ef375
diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist
index d021119cd0fc..d36f9d6f2a04 100644
--- a/security/secpanel/pkg-plist
+++ b/security/secpanel/pkg-plist
@@ -3,7 +3,6 @@ share/secpanel/convert_history.tcl
share/secpanel/default.config
share/secpanel/default.profile
share/secpanel/gui.tcl
-share/secpanel/keydistribute.tcl
share/secpanel/listserver.tcl
share/secpanel/secpanel.dist
share/secpanel/secpanel.wait