summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-05 03:26:17 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-05 03:26:17 +0000
commit5897c92e94ce8f432086af9f5f04e2f610174456 (patch)
treec2a252d0db8af855feb101a10699bda401866523 /security
parentFix wmmon to work with the new devstat interface in 5-current. (diff)
Update to 0.41.
PR: 51726 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=80146
Diffstat (limited to 'security')
-rw-r--r--security/secpanel/Makefile9
-rw-r--r--security/secpanel/distinfo2
-rw-r--r--security/secpanel/pkg-plist6
3 files changed, 12 insertions, 5 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index 158d3e5c3381..4a210c5f5608 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= secpanel
-PORTVERSION= 0.32
+PORTVERSION= 0.41
CATEGORIES= security
MASTER_SITES= http://www.pingx.net/secpanel/
@@ -28,12 +28,13 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/secpanel
-.for file in default.config default.profile gui.tcl listserver.tcl \
- secpanel.dist secpanel.wait
+.for file in convert_history.tcl default.config default.profile \
+ gui.tcl keydistribute.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 configs.gif connects.gif keys.gif profiles.gif scp.gif
+.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} \
${PREFIX}/share/secpanel/images
.endfor
diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo
index a383597b235a..15bd6f8f4640 100644
--- a/security/secpanel/distinfo
+++ b/security/secpanel/distinfo
@@ -1 +1 @@
-MD5 (secpanel-0.32.tar.gz) = c473552dc84ca4d21e1753d1cc8eb9d8
+MD5 (secpanel-0.41.tar.gz) = 3d0df052986506edd05905be854c2a3a
diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist
index 2315389ab209..d021119cd0fc 100644
--- a/security/secpanel/pkg-plist
+++ b/security/secpanel/pkg-plist
@@ -1,14 +1,20 @@
bin/secpanel
+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
+share/secpanel/images/arrow_left.gif
+share/secpanel/images/arrow_right.gif
share/secpanel/images/configs.gif
share/secpanel/images/connects.gif
+share/secpanel/images/folder.gif
share/secpanel/images/keys.gif
share/secpanel/images/profiles.gif
share/secpanel/images/scp.gif
+share/secpanel/images/sscreen.gif
@dirrm share/secpanel/images
@dirrm share/secpanel