Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 20:01:41 +0000 (UTC)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154343: security/afterglow, port update to add RUN_DEPENDS
Message-ID:  <20110127200141.43153621C38@buttercup3.utdallas.edu>
Resent-Message-ID: <201101272020.p0RKK8K3095352@freefall.freebsd.org>

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

>Number:         154343
>Category:       ports
>Synopsis:       security/afterglow, port update to add RUN_DEPENDS
>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:   Thu Jan 27 20:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Jul 4 16:20:45 UTC 2008 root@hostname.utdallas.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	port update to security/afterglow, this update adds RUN_DEPENDS
	for perl modules that are needed to run some of the included
	scripts, PORTREVISION= 1 is added to force an update to existing
	installs, NOTE - one of the RUN_DEPENDS is p5-Net-IP-Anonymous
	which is a new port submission - that port must exist before
	this update is approved or the install will fail
>How-To-Repeat:
	
>Fix:

	

--- afterglow.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/afterglow/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	29 Jul 2010 01:41:05 -0000	1.6
+++ Makefile	26 Jan 2011 18:43:14 -0000
@@ -7,13 +7,17 @@
 
 PORTNAME=	afterglow
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	security graphics
 MASTER_SITES=	SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION}
 
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	A collection of graph-generating scripts
 
-RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
+RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz \
+		${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \
+		p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
+		p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous
 
 NO_BUILD=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/afterglow/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	29 Jul 2010 01:41:05 -0000	1.2
+++ distinfo	26 Jan 2011 18:43:14 -0000
@@ -1,3 +1,2 @@
-MD5 (afterglow-1.6.0.tar.gz) = 7270ba7e26bc2f102e9488c68b73e852
 SHA256 (afterglow-1.6.0.tar.gz) = 14feec9e943a4223c53e06fb9df2bffdeb29f88482020f600c2794c685e6e17e
 SIZE (afterglow-1.6.0.tar.gz) = 74194
--- afterglow.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?20110127200141.43153621C38>