From infofarmer@gmail.com  Tue May  2 23:19:39 2006
Return-Path: <infofarmer@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D6C4716A402
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 23:19:39 +0000 (UTC)
	(envelope-from infofarmer@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 16AA743D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 May 2006 23:19:38 +0000 (GMT)
	(envelope-from infofarmer@gmail.com)
Received: by nf-out-0910.google.com with SMTP id x30so24809nfb
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 02 May 2006 16:19:37 -0700 (PDT)
Received: by 10.48.242.3 with SMTP id p3mr873742nfh;
        Tue, 02 May 2006 14:28:15 -0700 (PDT)
Received: from localhost ( [83.237.228.201])
        by mx.gmail.com with ESMTP id n22sm2745224nfc.2006.05.02.14.28.14;
        Tue, 02 May 2006 14:28:15 -0700 (PDT)
Message-Id: <4457ceef.5b2c71fd.700e.3b6a@mx.gmail.com>
Date: Tue, 02 May 2006 14:28:15 -0700 (PDT)
From: Andrew Pantyukhin <infofarmer@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: maintainer-update security/secpanel
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96693
>Category:       ports
>Synopsis:       maintainer-update security/secpanel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 23:20:16 GMT 2006
>Closed-Date:    Thu May 04 12:21:02 GMT 2006
>Last-Modified:  Thu May 04 12:21:02 GMT 2006
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.1-RC FreeBSD 6.1-RC #15: Tue Apr 18 00:29:23 MSD 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Add forgotten files
Add master sites
Clean up a bit
	
>How-To-Repeat:
	
>Fix:

	

--- secpanel.diff begins here ---
diff -urN /usr/ports/security/secpanel/Makefile secpanel/Makefile
--- /usr/ports/security/secpanel/Makefile	Tue May  2 23:29:02 2006
+++ secpanel/Makefile	Wed May  3 01:27:01 2006
@@ -7,17 +7,21 @@
 
 PORTNAME=	secpanel
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security tcl84 tk84
-MASTER_SITES=	http://www.pingx.net/secpanel/
+MASTER_SITES=	http://www.pingx.net/secpanel/ \
+		http://bsd1.csme.ru/myports/ \
+		http://bsd2.csme.ru/myports/ \
+		http://bsd3.csme.ru/myports/
 
 MAINTAINER=	infofarmer@gmail.com
 COMMENT=	GUI for managing and running ssh and related utilities
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
-		ssh-askpass:${PORTSDIR}/security/openssh-askpass
+RUN_DEPENDS=	ssh-askpass:${PORTSDIR}/security/openssh-askpass
 
 USE_X_PREFIX=	yes
+USE_TK=		84
 
 NO_BUILD=	yes
 
@@ -27,14 +31,10 @@
 		-e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
-	@${MKDIR} ${DATADIR}
-.for file in convert_history.tcl default.config default.profile \
-	gui.tcl listserver.tcl secpanel.dist secpanel.wait
-	${INSTALL_SCRIPT} ${WRKSRC}/src/lib/secpanel/${file} ${DATADIR}
-.endfor
-	@${MKDIR} ${DATADIR}/images
-	${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \
-		${DATADIR}/images
+	${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
+	@${INSTALL} -d ${DATADIR}
+	@${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/
+	@${CHMOD} -R ${SHAREMODE} ${DATADIR}/
 
 .include <bsd.port.mk>
diff -urN /usr/ports/security/secpanel/pkg-plist secpanel/pkg-plist
--- /usr/ports/security/secpanel/pkg-plist	Mon May  1 01:02:31 2006
+++ secpanel/pkg-plist	Sun Apr 16 00:46:38 2006
@@ -1,11 +1,14 @@
 bin/secpanel
 %%DATADIR%%/convert_history.tcl
+%%DATADIR%%/convert_profile.tcl
 %%DATADIR%%/default.config
 %%DATADIR%%/default.profile
+%%DATADIR%%/export_profiles.tcl
 %%DATADIR%%/gui.tcl
 %%DATADIR%%/listserver.tcl
 %%DATADIR%%/secpanel.dist
 %%DATADIR%%/secpanel.wait
+%%DATADIR%%/sp_scp.tcl
 %%DATADIR%%/images/arrow_left.gif
 %%DATADIR%%/images/arrow_right.gif
 %%DATADIR%%/images/back.gif
--- secpanel.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Thu May 4 12:20:39 UTC 2006 
State-Changed-Why:  

Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=96693 
>Unformatted:
