Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2012 17:11:05 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jadawin@FreeBSD.org
Subject:   ports/166530: [PATCH] www/p5-W3C-LinkChecker: Add missing DEPENDS
Message-ID:  <201203302111.q2ULB5E5044509@meatwad.mouf.net>
Resent-Message-ID: <201203302120.q2ULK95H090197@freefall.freebsd.org>

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

>Number:         166530
>Category:       ports
>Synopsis:       [PATCH] www/p5-W3C-LinkChecker: 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:20:09 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 (p5-CSS-DOM)
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
- Bump PORTREVISION

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

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

--- p5-W3C-LinkChecker-4.81_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LinkChecker/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	18 Oct 2011 08:45:48 -0000	1.15
+++ Makefile	30 Mar 2012 21:10:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	W3C-LinkChecker
 PORTVERSION=	4.81
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SCOP
@@ -15,13 +16,14 @@
 MAINTAINER=	jadawin@FreeBSD.org
 COMMENT=	Checks the validity of links in an HTML or XHTML document
 
-RUN_DEPENDS=	${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
-		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
-		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
-		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
-		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-CSS-DOM>=0.09:${PORTSDIR}/www/p5-CSS-DOM \
+		p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \
+		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \
+		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN1=		checklink.1
 MANCOMPRESSED=	no
--- p5-W3C-LinkChecker-4.81_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?201203302111.q2ULB5E5044509>