diff options
author | petef <petef@FreeBSD.org> | 2003-05-05 11:26:17 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-05 11:26:17 +0800 |
commit | 1164cba43f0e33993a9d3517071cae051038ab13 (patch) | |
tree | 54ee26e68e55ec5784cb0148e4bc34f47af4eed4 /security/secpanel | |
parent | f0fa9d8e26a168f99db691b7c3109e0d150bdc0b (diff) | |
download | freebsd-ports-gnome-1164cba43f0e33993a9d3517071cae051038ab13.tar.gz freebsd-ports-gnome-1164cba43f0e33993a9d3517071cae051038ab13.tar.zst freebsd-ports-gnome-1164cba43f0e33993a9d3517071cae051038ab13.zip |
Update to 0.41.
PR: 51726
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'security/secpanel')
-rw-r--r-- | security/secpanel/Makefile | 9 | ||||
-rw-r--r-- | security/secpanel/distinfo | 2 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 6 |
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 |