Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2012 17:22:29 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ehaupt@FreeBSD.org
Subject:   ports/166531: [PATCH] www/p5-HTML-DOM: add missing DEPENDS
Message-ID:  <201203302122.q2ULMTpA082058@meatwad.mouf.net>
Resent-Message-ID: <201203302130.q2ULUCBh098482@freefall.freebsd.org>

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

>Number:         166531
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTML-DOM: add missing 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:   Fri Mar 30 21:30:12 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
- Bump PORTREVISION

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

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

--- p5-HTML-DOM-0.052_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-DOM/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	26 Mar 2012 20:48:29 -0000	1.16
+++ Makefile	30 Mar 2012 21:22:15 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	HTML-DOM
 PORTVERSION=	0.052
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +15,15 @@
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Implementation of the HTML Document Object Model
 
-RUN_DEPENDS=	p5-Hash-Util-FieldHash-Compat>=0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat \
+BUILD_DEPENDS=	p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM \
 		p5-HTML-Element-Library>=0:${PORTSDIR}/www/p5-HTML-Element-Library \
+		p5-HTML-Encoding>=0:${PORTSDIR}/www/p5-HTML-Encoding \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-Hash-Util-FieldHash-Compat>=0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat \
+		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-constant-lexical>0:${PORTSDIR}/devel/p5-constant-lexical
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-HTML-DOM-0.052_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?201203302122.q2ULMTpA082058>