aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-04-08 03:07:20 +0800
committersat <sat@FreeBSD.org>2007-04-08 03:07:20 +0800
commit0c03b2bb4706a95698430bd7457eeaa6245a691a (patch)
treeedc7f01b78005a248685067169797e0b121a77ef /security
parent7d419336cf66fa7bd3349c93a02205b4c0bfee13 (diff)
downloadfreebsd-ports-gnome-0c03b2bb4706a95698430bd7457eeaa6245a691a.tar.gz
freebsd-ports-gnome-0c03b2bb4706a95698430bd7457eeaa6245a691a.tar.zst
freebsd-ports-gnome-0c03b2bb4706a95698430bd7457eeaa6245a691a.zip
- Update master sites and pkg-descr [1]
- While I'm here - perform minor tweaks and move to localbase PR: ports/111350 [1] Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
Diffstat (limited to 'security')
-rw-r--r--security/secpanel/Makefile13
-rw-r--r--security/secpanel/pkg-descr3
2 files changed, 9 insertions, 7 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index a0248ff7fb99..e9a5fb4f099e 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -10,26 +10,27 @@ PORTVERSION= 0.5.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security tcl84 tk84
-MASTER_SITES= http://www.pingx.net/secpanel/ CSME
+MASTER_SITES= CENKES
+# Now officially available from:
+# http://secpanel.mymediahost.de/files/u1/secpanel-0_5_1.tgz
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= GUI for managing and running ssh and related utilities
RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass
-USE_X_PREFIX= yes
USE_TK_RUN= 84
-
NO_BUILD= yes
post-patch:
- @${REINPLACE_CMD} -e 's!^exec wish!exec wish8.4!' \
+ @${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
+ -e 's!askpassbin askpass!askpassbin ssh-askpass!' \
+ ${WRKSRC}/src/bin/secpanel
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
- @${INSTALL} -d ${DATADIR}
+ @${INSTALL} -d ${DATADIR}/
@${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/
@${CHMOD} -R ${SHAREMODE} ${DATADIR}/
diff --git a/security/secpanel/pkg-descr b/security/secpanel/pkg-descr
index 6b4e63927955..833704bb93b5 100644
--- a/security/secpanel/pkg-descr
+++ b/security/secpanel/pkg-descr
@@ -4,7 +4,8 @@ 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://www.pingx.net/secpanel/
+WWW: http://secpanel.mymediahost.de/
+Author: Steffen Leich <leich at web dot de>
- Pete
petef@databits.net