Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 23:06:09 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        markun@onohara.to
Subject:   ports/166134: [PATCH] textproc/p5-XML-FOAF: add missing undocumented DEPENDS
Message-ID:  <201203150306.q2F369S4015599@meatwad.mouf.net>
Resent-Message-ID: <201203150310.q2F3A2Cp068107@freefall.freebsd.org>

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

>Number:         166134
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-FOAF: add missing undocumented DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 03:10:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing DEPENDS

Passes tests now.

Port maintainer (markun@onohara.to) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-XML-FOAF-0.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-FOAF/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	18 Oct 2011 13:08:37 -0000	1.5
+++ Makefile	15 Mar 2012 03:05:26 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	XML-FOAF
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BTROTT
@@ -16,7 +17,8 @@
 COMMENT=	Parse FOAF (Friend of a Friend) data
 
 RUN_DEPENDS=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
-		p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core
+		p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-XML-FOAF-0.04_1.patch ends here ---

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



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