Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:53:54 -0700 (PDT)
From:      "infofarmer @ gmail. com" <infofarmer@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95840: update security/secpanel to 0.5.1
Message-ID:  <44415d62.361123bb.1ef5.2551@mx.gmail.com>
Resent-Message-ID: <200604152100.k3FL0W50079177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95840
>Category:       ports
>Synopsis:       update security/secpanel to 0.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 21:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #14: Sun Mar 5 15:57:19 MSK 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Update to 0.5.1
Offer adoption
	
>How-To-Repeat:
	
>Fix:

	

--- secpanel.diff begins here ---
diff -urN /usr/ports/security/secpanel/Makefile secpanel/Makefile
--- /usr/ports/security/secpanel/Makefile	Sat Apr 15 00:45:41 2006
+++ secpanel/Makefile	Sun Apr 16 00:48:02 2006
@@ -2,11 +2,11 @@
 # Date created:				11 June 2001
 # Whom:					Pete Fritchman <petef@databits.net>
 #
-# $FreeBSD: ports/security/secpanel/Makefile,v 1.12 2006/04/14 20:45:41 linimon Exp $
+# $FreeBSD: ports/security/secpanel/Makefile,v 1.11 2004/03/15 05:11:14 petef Exp $
 #
 
 PORTNAME=	secpanel
-PORTVERSION=	0.4.3
+PORTVERSION=	0.5.1
 PORTEPOCH=	1
 CATEGORIES=	security tcl84 tk84
 MASTER_SITES=	http://www.pingx.net/secpanel/
@@ -14,11 +14,11 @@
 MAINTAINER=	ports@FreeBSD.org
 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_REINPLACE=	yes
 USE_X_PREFIX=	yes
+USE_TK=		84
 
 NO_BUILD=	yes
 
@@ -28,14 +28,8 @@
 		-e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/share/secpanel
-.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} ${PREFIX}/share/secpanel
-.endfor
-	@${MKDIR} ${PREFIX}/share/secpanel/images
-	${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \
-		${PREFIX}/share/secpanel/images
+	${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
+	@${MKDIR} ${DATADIR}
+	@${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/
 
 .include <bsd.port.mk>
diff -urN /usr/ports/security/secpanel/distinfo secpanel/distinfo
--- /usr/ports/security/secpanel/distinfo	Tue Jan 24 04:03:25 2006
+++ secpanel/distinfo	Sun Apr 16 00:34:45 2006
@@ -1,3 +1,3 @@
-MD5 (secpanel-0.4.3.tar.gz) = 99f8e26f882e95399322e75ad777eacf
-SHA256 (secpanel-0.4.3.tar.gz) = 7b080bf04e58501c5f198f700587349b37091fb8997f97615124bfefa1851207
-SIZE (secpanel-0.4.3.tar.gz) = 52742
+MD5 (secpanel-0.5.1.tar.gz) = c0694dbc5c1970e12eba552c2755482f
+SHA256 (secpanel-0.5.1.tar.gz) = 38c3da7650415c213f241242b3635e76ae6edba9048553e7b968bea6849e4d3d
+SIZE (secpanel-0.5.1.tar.gz) = 54382
diff -urN /usr/ports/security/secpanel/pkg-plist secpanel/pkg-plist
--- /usr/ports/security/secpanel/pkg-plist	Sun Dec 21 20:52:11 2003
+++ secpanel/pkg-plist	Sun Apr 16 00:46:38 2006
@@ -1,19 +1,23 @@
 bin/secpanel
-share/secpanel/convert_history.tcl
-share/secpanel/default.config
-share/secpanel/default.profile
-share/secpanel/gui.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
+%%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
+%%DATADIR%%/images/configs.gif
+%%DATADIR%%/images/connects.gif
+%%DATADIR%%/images/folder.gif
+%%DATADIR%%/images/keys.gif
+%%DATADIR%%/images/profiles.gif
+%%DATADIR%%/images/scp.gif
+%%DATADIR%%/images/sscreen.gif
+@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%
--- secpanel.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44415d62.361123bb.1ef5.2551>