diff options
author | petef <petef@FreeBSD.org> | 2002-05-27 07:59:05 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-27 07:59:05 +0800 |
commit | a8b2e2bd777003d6ac5a149f57b2bc97ebbf2a25 (patch) | |
tree | 12024942ffdef25de81df8dd75cf68d3e51a1c1e | |
parent | 035fcb102078ac475d689a5b7546f77e4f8082cf (diff) | |
download | freebsd-ports-gnome-a8b2e2bd777003d6ac5a149f57b2bc97ebbf2a25.tar.gz freebsd-ports-gnome-a8b2e2bd777003d6ac5a149f57b2bc97ebbf2a25.tar.zst freebsd-ports-gnome-a8b2e2bd777003d6ac5a149f57b2bc97ebbf2a25.zip |
- update to 0.32
- new master site & www page
Prodded by: Steffen Leich (the author)
-rw-r--r-- | security/secpanel/Makefile | 7 | ||||
-rw-r--r-- | security/secpanel/distinfo | 2 | ||||
-rw-r--r-- | security/secpanel/pkg-descr | 2 | ||||
-rw-r--r-- | security/secpanel/pkg-plist | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 3654d84d5b52..d646889d9fc7 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -6,9 +6,9 @@ # PORTNAME= secpanel -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= security -MASTER_SITES= http://www2.wiwi.uni-marburg.de/~leich/soft/secpanel/ +MASTER_SITES= http://www.pingx.net/secpanel/ MAINTAINER= petef@FreeBSD.org @@ -27,7 +27,8 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/secpanel -.for file in gui.tcl listserver.tcl secpanel.dist secpanel.wait +.for file in default.config default.profile gui.tcl listserver.tcl \ + secpanel.dist secpanel.wait ${INSTALL_SCRIPT} ${WRKSRC}/src/lib/secpanel/${file} ${PREFIX}/share/secpanel .endfor @${MKDIR} ${PREFIX}/share/secpanel/images diff --git a/security/secpanel/distinfo b/security/secpanel/distinfo index c05020287948..a383597b235a 100644 --- a/security/secpanel/distinfo +++ b/security/secpanel/distinfo @@ -1 +1 @@ -MD5 (secpanel-0.31.tar.gz) = 1094c655bf780fe28e4ddccf1aefb72e +MD5 (secpanel-0.32.tar.gz) = c473552dc84ca4d21e1753d1cc8eb9d8 diff --git a/security/secpanel/pkg-descr b/security/secpanel/pkg-descr index 68cdfba5c875..6b4e63927955 100644 --- a/security/secpanel/pkg-descr +++ b/security/secpanel/pkg-descr @@ -4,7 +4,7 @@ are adjusted by one mouseclick (compression, port-forwarding, etc.). It also manages the SSH-agent. SecPanel works with ssh 1.2.x and OpenSSH. -WWW: http://www2.wiwi.uni-marburg.de/~leich/soft/secpanel/ +WWW: http://www.pingx.net/secpanel/ - Pete petef@databits.net diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist index 76a715490f87..2315389ab209 100644 --- a/security/secpanel/pkg-plist +++ b/security/secpanel/pkg-plist @@ -1,4 +1,6 @@ bin/secpanel +share/secpanel/default.config +share/secpanel/default.profile share/secpanel/gui.tcl share/secpanel/listserver.tcl share/secpanel/secpanel.dist |