Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 21:11:29 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/166266: [PATCH] www/p5-CGI-Pager: add missing DEPENDS
Message-ID:  <201203200111.q2K1BTbY068308@meatwad.mouf.net>
Resent-Message-ID: <201203200120.q2K1KBVb031629@freefall.freebsd.org>

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

>Number:         166266
>Category:       ports
>Synopsis:       [PATCH] www/p5-CGI-Pager: 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:   Tue Mar 20 01:20:11 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 (undocumented) DEPENDS
- Bump PORTREVISION

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

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

--- p5-CGI-Pager-1.00_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-CGI-Pager/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	3 Jun 2009 03:01:12 -0000	1.1
+++ Makefile	20 Mar 2012 01:11:09 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	CGI-Pager
 PORTVERSION=	1.00
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +15,9 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to generate HTML pagination linkage easily
 
+BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=	CGI::Pager.3
--- p5-CGI-Pager-1.00_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?201203200111.q2K1BTbY068308>