Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Dec 2007 16:46:44 +0100 (CET)
From:      Sten Spans <sten@blinkenlights.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118463: irc/py-gozerbot needs gpg run dependency
Message-ID:  <20071206154644.D96F873021@mx0.blinkenlights.nl>
Resent-Message-ID: <200712061550.lB6Fo1M5008325@freefall.freebsd.org>

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

>Number:         118463
>Category:       ports
>Synopsis:       irc/py-gozerbot needs gpg run dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 06 15:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sten Spans
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD earth.blinkenlights.nl 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sun Jan 28 15:02:12 CET 2007 root@earth.blinkenlights.nl:/usr/obj/usr/src/sys/1650 i386


	
>Description:
	The bot uses gpg to download and verify plugins, this functionality
	is used by almost all installations of the software. Which is why
	it needs an run-time dependency on gpg.
>How-To-Repeat:
	use the "install-plug" command
>Fix:

--- Makefile.orig	Thu Dec  6 16:24:07 2007
+++ Makefile	Thu Dec  6 16:42:19 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	gozerbot
 PORTVERSION=	0.7.1.1
+PORTREVISION=	1
 CATEGORIES=	irc python
 MASTER_SITES=	http://gozerbot.org/media/tarball/ http://gozerbot.googlecode.com/files/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,6 +30,8 @@
 DOCS=BASIC COLLECTIVE FAQ FLEET FLOW JABBER \
 	OPER PROGRAMPLUGIN RELAY RSS \
 	THNX TOURDECODE UDP UPGRADE USER WEBSERVER
+
+RUN_DEPENDS=	${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
 
 post-install:
 .if !defined(BATCH)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071206154644.D96F873021>