ports/96693: maintainer-update security/secpanel

Andrew Pantyukhin infofarmer at gmail.com
Tue May 2 23:20:17 UTC 2006


>Number:         96693
>Category:       ports
>Synopsis:       maintainer-update security/secpanel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 23:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list